Browse Source

style: increase line spacing to 1.5

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

3
misc/packages.tex

@ -29,6 +29,7 @@
\tcbuselibrary{minted} % Make tcolorbox work with minted
\usepackage{graphicx}
\usepackage{appendix} % Appendix helpers
\usepackage[onehalfspacing]{setspace}
% --- TikZ and UML diagrams
\usepackage{pgf-umlsd}
@ -49,4 +50,4 @@
% --- Custom styles ---
\renewcommand{\arraystretch}{1.2} % Streches the table row height so text is not crammed between the lines
\MakeOuterQuote{"} % For csquotes package
\MakeOuterQuote{"} % For csquotes package

BIN
thesis.pdf

Binary file not shown.

2
thesis.tex

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

Loading…
Cancel
Save