From 7462c326ae994583e3899846b42fd6406ed69273 Mon Sep 17 00:00:00 2001 From: Ricardo Langner Date: Wed, 8 Oct 2014 21:30:47 +0200 Subject: [PATCH] Fixed changing font size of the document to small caused by a bug in the titlepage (matthieu-lapeyre) [issue 8] --- CHANGELOG | 1 + content/titlepages.tex | 36 +++++++++++++++++++----------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ad61a06..ec99274 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ cleanthesis repository. - Created this changelog text file - Fixed broken package option/parameter colorize (hrzbrg) - New package option bibfile: allows you to link/use arbitrary bibtex files +- Fixed changing font size of the document to small caused by a bug in the titlepage (matthieu-lapeyre) === v0.2.3 === - Fixed line breaks for long chapter headlines (caused text overlapping) diff --git a/content/titlepages.tex b/content/titlepages.tex index 2da3063..98e3a12 100644 --- a/content/titlepages.tex +++ b/content/titlepages.tex @@ -20,18 +20,18 @@ \pdfbookmark[0]{Titlepage}{Titlepage} \tgherosfont \centering - + {\Large \thesisUniversity} \\[4mm] \includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm] \textsf{\thesisUniversityDepartment} \\ \textsf{\thesisUniversityInstitute} \\ \textsf{\thesisUniversityGroup} \\ - + \vfill {\large \thesisSubject} \\[5mm] {\LARGE \color{ctcolormain}\textbf{\thesisTitle} \\[10mm]} {\Large \thesisName} \\ - + \vfill \begin{minipage}[t]{.27\textwidth} \raggedleft @@ -61,24 +61,26 @@ \begin{minipage}[t]{.65\textwidth} \thesisFirstSupervisor\ and \thesisSecondSupervisor \end{minipage} \\[10mm] - + \thesisDate \\ - + \end{titlepage} % ------------------------------------ --> lower title back for single page layout \hfill \vfill -\small -\textbf{\thesisName} \\ -\textit{\thesisTitle} \\ -\thesisSubject, \thesisDate \\ -Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\ -Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em] -\textbf{\thesisUniversity} \\ -\textit{\thesisUniversityGroup} \\ -\thesisUniversityInstitute \\ -\thesisUniversityDepartment \\ -\thesisUniversityStreetAddress \\ -\thesisUniversityPostalCode\ and \thesisUniversityCity +{ + \small + \textbf{\thesisName} \\ + \textit{\thesisTitle} \\ + \thesisSubject, \thesisDate \\ + Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\ + Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em] + \textbf{\thesisUniversity} \\ + \textit{\thesisUniversityGroup} \\ + \thesisUniversityInstitute \\ + \thesisUniversityDepartment \\ + \thesisUniversityStreetAddress \\ + \thesisUniversityPostalCode\ and \thesisUniversityCity +}