Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3612ad227e | ||
|
|
7a87aea1e3 | ||
|
|
665a0fc185 |
@@ -58,10 +58,9 @@
|
|||||||
% Custom captions under/above floats in tables or figures
|
% Custom captions under/above floats in tables or figures
|
||||||
\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption}
|
\usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% Allows customization of section/subsection titles
|
% Allows customization of section/subsection titles
|
||||||
\usepackage{titlesec}
|
\usepackage[nobottomtitles]{titlesec}
|
||||||
|
\renewcommand{\bottomtitlespace}{0.12\textheight}
|
||||||
\usepackage{titling}
|
\usepackage{titling}
|
||||||
|
|
||||||
% Change the look of the section and subsection titles
|
% Change the look of the section and subsection titles
|
||||||
@@ -75,6 +74,7 @@
|
|||||||
\fancyfoot{} % Blank out the default footer
|
\fancyfoot{} % Blank out the default footer
|
||||||
\fancyfoot[RO,LE]{\thepage} % Custom footer text
|
\fancyfoot[RO,LE]{\thepage} % Custom footer text
|
||||||
\pagenumbering{arabic}
|
\pagenumbering{arabic}
|
||||||
|
\usepackage[bottom]{footmisc} % Place footnotes always as much to the bottom as possible.
|
||||||
|
|
||||||
\usepackage{alphabeta}
|
\usepackage{alphabeta}
|
||||||
\usepackage{amsmath,amsfonts,mathtools}
|
\usepackage{amsmath,amsfonts,mathtools}
|
||||||
@@ -96,6 +96,12 @@
|
|||||||
% AUTH report exported commands
|
% AUTH report exported commands
|
||||||
% ===============================================================
|
% ===============================================================
|
||||||
|
|
||||||
|
% \BottomTitleSpace{}
|
||||||
|
% example \BottomTitleSpace{8em}
|
||||||
|
\newcommand{\BottomTitleSpace}[1]{
|
||||||
|
\renewcommand{\bottomtitlespace}{#1}
|
||||||
|
}
|
||||||
|
|
||||||
% \eng{}
|
% \eng{}
|
||||||
% syntactic suggar for english text
|
% syntactic suggar for english text
|
||||||
% example \eng{A quick brown fox jumpedover the lazy dog}
|
% example \eng{A quick brown fox jumpedover the lazy dog}
|
||||||
|
|||||||
Reference in New Issue
Block a user