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:
@@ -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)
|
||||||
|
@@ -70,15 +70,17 @@
|
|||||||
% ------------------------------------ --> 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
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user