-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
30 lines (26 loc) · 852 Bytes
/
preamble.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\usepackage{booktabs}
\usepackage{longtable}
\usepackage[nottoc]{tocbibind}
\usepackage{fancyhdr}
\usepackage[backend=biber,
style=unified,
maxcitenames=3,
maxbibnames=99]{biblatex}
\usepackage{pdfpages}
\renewcommand*{\ppspace}{}
\DeclareFieldFormat{postnote}{#1}
\renewcommand{\textfraction}{0.05}
\renewcommand{\topfraction}{0.8}
\renewcommand{\bottomfraction}{0.8}
\renewcommand{\floatpagefraction}{0.75}
\pagestyle{fancy}
\renewcommand{\sectionmark}[1]{ \markright{#1} }
\fancyhead[LE]{\thepage --- \nouppercase{\leftmark}}
\fancyhead[RO]{\nouppercase{\rightmark} --- \thepage}
\fancyhead[LO,RE]{}
\fancyfoot[C]{}
\newenvironment{dedication}
{\clearpage\vspace*{30ex}\begin{quotation}\begin{center}\begin{em}}
{\par\end{em}\end{center}\end{quotation}\clearpage}
\let\oldmaketitle\maketitle
\AtBeginDocument{\let\maketitle\relax}