Fixed changing font size of the document to small caused by a bug in the titlepage (matthieu-lapeyre) [issue 8]

This commit is contained in:
Ricardo Langner
2014-10-08 21:30:47 +02:00
parent ed84bba39b
commit 7462c326ae
2 changed files with 20 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ cleanthesis repository.
- Created this changelog text file - Created this changelog text file
- Fixed broken package option/parameter colorize (hrzbrg) - Fixed broken package option/parameter colorize (hrzbrg)
- New package option bibfile: allows you to link/use arbitrary bibtex files - 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 === === v0.2.3 ===
- Fixed line breaks for long chapter headlines (caused text overlapping) - Fixed line breaks for long chapter headlines (caused text overlapping)

View File

@@ -20,18 +20,18 @@
\pdfbookmark[0]{Titlepage}{Titlepage} \pdfbookmark[0]{Titlepage}{Titlepage}
\tgherosfont \tgherosfont
\centering \centering
{\Large \thesisUniversity} \\[4mm] {\Large \thesisUniversity} \\[4mm]
\includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm] \includegraphics[width=6cm]{gfx/Clean-Thesis-Logo} \\[2mm]
\textsf{\thesisUniversityDepartment} \\ \textsf{\thesisUniversityDepartment} \\
\textsf{\thesisUniversityInstitute} \\ \textsf{\thesisUniversityInstitute} \\
\textsf{\thesisUniversityGroup} \\ \textsf{\thesisUniversityGroup} \\
\vfill \vfill
{\large \thesisSubject} \\[5mm] {\large \thesisSubject} \\[5mm]
{\LARGE \color{ctcolormain}\textbf{\thesisTitle} \\[10mm]} {\LARGE \color{ctcolormain}\textbf{\thesisTitle} \\[10mm]}
{\Large \thesisName} \\ {\Large \thesisName} \\
\vfill \vfill
\begin{minipage}[t]{.27\textwidth} \begin{minipage}[t]{.27\textwidth}
\raggedleft \raggedleft
@@ -61,24 +61,26 @@
\begin{minipage}[t]{.65\textwidth} \begin{minipage}[t]{.65\textwidth}
\thesisFirstSupervisor\ and \thesisSecondSupervisor \thesisFirstSupervisor\ and \thesisSecondSupervisor
\end{minipage} \\[10mm] \end{minipage} \\[10mm]
\thesisDate \\ \thesisDate \\
\end{titlepage} \end{titlepage}
% ------------------------------------ --> lower title back for single page layout % ------------------------------------ --> lower title back for single page layout
\hfill \hfill
\vfill \vfill
\small {
\textbf{\thesisName} \\ \small
\textit{\thesisTitle} \\ \textbf{\thesisName} \\
\thesisSubject, \thesisDate \\ \textit{\thesisTitle} \\
Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\ \thesisSubject, \thesisDate \\
Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em] Reviewers: \thesisFirstReviewer\ and \thesisSecondReviewer \\
\textbf{\thesisUniversity} \\ Supervisors: \thesisFirstSupervisor\ and \thesisSecondSupervisor \\[1.5em]
\textit{\thesisUniversityGroup} \\ \textbf{\thesisUniversity} \\
\thesisUniversityInstitute \\ \textit{\thesisUniversityGroup} \\
\thesisUniversityDepartment \\ \thesisUniversityInstitute \\
\thesisUniversityStreetAddress \\ \thesisUniversityDepartment \\
\thesisUniversityPostalCode\ and \thesisUniversityCity \thesisUniversityStreetAddress \\
\thesisUniversityPostalCode\ and \thesisUniversityCity
}