Hey i would like to use \linespread{1.5} for a simple 1.5x linespacing. Unfortunately this breaks the templates title pages. Is there a simple solution for this?
Those pages age build like this:
\begin{titlepage}
\oddsidemargin=\evensidemargin\relax
\textwidth=\dimexpr\paperwidth-2\evensidemargin-2in\relax
\hsize=\textwidth\relax
\centering
\vspace{5mm}
{\huge\MakeUppercase{\getFaculty{}}}\\
\vspace{5mm}
{\large\MakeUppercase{\getUniversity{}}}\\
\end{titlepage}
And then called with \input{pages/title} in the main.tex under \frontmatter{}. Then there comes \mainmatter{} with my chapters. Could I use the linespread command only for this part somehow?
Right now there is a \linespread{1.05} in my settings.tex and I guess it has some purpose, too. ¯\_(ツ)_/¯
\linespread{1.5}. I advise you loadsetspace, use this directive (or\setstretch{1.5}if you absolutely want to), as it takes care of footnotes and some other details that\linespreaddoes not take into account. – Bernard Jan 31 '18 at 00:40\setspace{1.5}should be just after\mainmatter, I think. – Bernard Jan 31 '18 at 14:34\hobx'), typeI' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.'\setstretch{1.5}' works. Are there any downsides?
– Leon D Jan 31 '18 at 14:49\setstretch{1.5}. – Bernard Jan 31 '18 at 15:09