spacing
This commit is contained in:
parent
069435aa58
commit
9bb255df81
2 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,12 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
\singlespacing
|
||||||
|
|
||||||
\input{front}
|
\input{front}
|
||||||
|
|
||||||
|
\onehalfspacing
|
||||||
|
|
||||||
\input{thanks}
|
\input{thanks}
|
||||||
\input{toc}
|
\input{toc}
|
||||||
\input{introduction}
|
\input{introduction}
|
||||||
|
@ -118,9 +123,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\input{figures}
|
\input{figures}
|
||||||
|
|
||||||
\input{tables}
|
\input{tables}
|
||||||
|
|
||||||
|
\singlespacing
|
||||||
|
|
||||||
\input{back}
|
\input{back}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -21,7 +21,7 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
|
||||||
% set fonts
|
% set fonts
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\usepackage{relsize}
|
\usepackage{relsize}
|
||||||
\renewcommand{\baselinestretch}{1}
|
\usepackage{setspace}
|
||||||
\setlength{\parindent}{0em}
|
\setlength{\parindent}{0em}
|
||||||
\setlength{\parskip}{1em}
|
\setlength{\parskip}{1em}
|
||||||
\setmainfont{DejaVu Sans}
|
\setmainfont{DejaVu Sans}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue