Browse Source

feat: add page headers

develop
Ezerous 3 years ago
parent
commit
f9da0e849a
  1. 12
      misc/packages.tex
  2. BIN
      thesis.pdf
  3. 3
      thesis.tex

12
misc/packages.tex

@ -4,7 +4,7 @@
\usepackage[subpreambles=true]{standalone} \usepackage[subpreambles=true]{standalone}
% Paper size and margins % Paper size and margins
\usepackage{geometry} \usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm]{geometry}
% --- Languages & Fonts --- % --- Languages & Fonts ---
\usepackage{polyglossia} \usepackage{polyglossia}
@ -31,7 +31,15 @@
\usepackage{appendix} % Appendix helpers \usepackage{appendix} % Appendix helpers
\usepackage[onehalfspacing]{setspace} \usepackage[onehalfspacing]{setspace}
% --- TikZ and UML diagrams % --- fancyhdr ---
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[L]{\nouppercase{\rightmark}}
\fancyhead[R]{\nouppercase{\leftmark}}
\setlength{\headheight}{15pt}
% --- TikZ and UML diagrams ---
\usepackage{pgf-umlsd} \usepackage{pgf-umlsd}
% --- Bibliography --- % --- Bibliography ---

BIN
thesis.pdf

Binary file not shown.

3
thesis.tex

@ -6,9 +6,6 @@
% Sets up the bib files % Sets up the bib files
\input{bibliography/bib-setup} \input{bibliography/bib-setup}
% Paper size and margins
\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm}
% Make title page % Make title page
\input{misc/title-page} \input{misc/title-page}

Loading…
Cancel
Save