Merge pull request #3 from exaexa/master
add the nature faculty variant, redo the title typesetting
This commit is contained in:
commit
03911bc296
@ -5,9 +5,13 @@ What's new:
|
|||||||
|
|
||||||
- modern packages (biblatex, cleveref, better fonts)
|
- modern packages (biblatex, cleveref, better fonts)
|
||||||
- less confusing directory structure
|
- less confusing directory structure
|
||||||
- slightly more useful examples (figures, diagrams, tables, code listings), structure hints, some goodies
|
- slightly more useful examples (figures, diagrams, tables, code listings),
|
||||||
|
structure hints, some goodies
|
||||||
- autobuilding of abstract PDF/A files from metadata
|
- autobuilding of abstract PDF/A files from metadata
|
||||||
- multiple variants of the front page (nature faculty&bioinformatics!)
|
- multiple variants of the front page
|
||||||
|
- MFF with the new logo
|
||||||
|
- "traditional" UK variant
|
||||||
|
- Nature faculty & bioinformatics
|
||||||
- Czech localization with nicely named references
|
- Czech localization with nicely named references
|
||||||
- Dockerized & CI build options
|
- Dockerized & CI build options
|
||||||
|
|
||||||
|
BIN
img/naturlogo.pdf
Normal file
BIN
img/naturlogo.pdf
Normal file
Binary file not shown.
10
metadata.tex
10
metadata.tex
@ -8,10 +8,14 @@
|
|||||||
|
|
||||||
%%% Configuration of the title page %%%
|
%%% Configuration of the title page %%%
|
||||||
|
|
||||||
\newif\ifMFF
|
\def\ThesisTitleStyle{mff} % MFF style
|
||||||
\MFFtrue % comment this out for the version with a big UK university logo
|
%\def\ThesisTitleStyle{cuni} % uncomment for old-style with cuni.cz logo
|
||||||
\def\UKName{Charles University in Prague} %this is only used in UK-logo-version
|
%\def\ThesisTitleStyle{natur} % uncomment for nature faculty logo
|
||||||
|
|
||||||
\def\UKFaculty{Faculty of Mathematics and Physics}
|
\def\UKFaculty{Faculty of Mathematics and Physics}
|
||||||
|
%\def\UKFaculty{Faculty of Science}
|
||||||
|
|
||||||
|
\def\UKName{Charles University in Prague} % this is not used in the "mff" style
|
||||||
|
|
||||||
% Thesis type names, as used in several places in the title
|
% Thesis type names, as used in several places in the title
|
||||||
\def\ThesisTypeTitle{\ifEN BACHELOR THESIS \else BAKALÁŘSKÁ PRÁCE \fi}
|
\def\ThesisTypeTitle{\ifEN BACHELOR THESIS \else BAKALÁŘSKÁ PRÁCE \fi}
|
||||||
|
47
title.tex
47
title.tex
@ -4,35 +4,40 @@
|
|||||||
\hypersetup{pageanchor=false}
|
\hypersetup{pageanchor=false}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
|
||||||
\ifMFF
|
% top part of the layout, this actually differs between faculties
|
||||||
|
|
||||||
|
\def\ThesisTitleXmff{%
|
||||||
\ifEN
|
\ifEN
|
||||||
\centerline{\mbox{\includegraphics[width=166mm]{img/logo-en.pdf}}}
|
\centerline{\mbox{\includegraphics[width=166mm]{img/logo-en.pdf}}}
|
||||||
\else
|
\else
|
||||||
\centerline{\mbox{\includegraphics[width=166mm]{img/logo-cs.pdf}}}
|
\centerline{\mbox{\includegraphics[width=166mm]{img/logo-cs.pdf}}}
|
||||||
\fi
|
\fi
|
||||||
\vspace{-8mm}
|
\vspace{-8mm}\vfill%
|
||||||
\else
|
|
||||||
{\large\noindent\UKName\par\medskip\par\UKFaculty }
|
|
||||||
\fi
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
{\bf\Large\ThesisTypeTitle}
|
{\bf\Large\ThesisTypeTitle}
|
||||||
|
\vfill%
|
||||||
\vfill
|
{\LARGE\ThesisAuthor}\par
|
||||||
|
\vspace{15mm}%
|
||||||
\ifMFF\relax\else\includegraphics[width=70mm]{img/uklogo.pdf}
|
|
||||||
|
|
||||||
\vfill\fi
|
|
||||||
|
|
||||||
{\LARGE\ThesisAuthor}
|
|
||||||
|
|
||||||
\vspace{15mm}
|
|
||||||
|
|
||||||
{\LARGE\bfseries\ThesisTitle}
|
{\LARGE\bfseries\ThesisTitle}
|
||||||
|
\vfill%
|
||||||
|
\Department}
|
||||||
|
\def\ThesisTitleCuniLogo#1{%
|
||||||
|
{\large\UKName\par\medskip\par\UKFaculty }
|
||||||
|
\vfill%
|
||||||
|
{\bf\Large\ThesisTypeTitle}
|
||||||
|
\vfill%
|
||||||
|
\includegraphics[width=70mm]{#1}
|
||||||
|
\vfill%
|
||||||
|
{\LARGE\ThesisAuthor}\par
|
||||||
|
\vspace{15mm}%
|
||||||
|
{\LARGE\bfseries\ThesisTitle}
|
||||||
|
\vfill%
|
||||||
|
\Department\par}
|
||||||
|
\def\ThesisTitleXcuni{\ThesisTitleCuniLogo{img/uklogo.pdf}}
|
||||||
|
\def\ThesisTitleXnatur{\ThesisTitleCuniLogo{img/naturlogo.pdf}}
|
||||||
|
|
||||||
\vfill
|
% choose the correct page and print it
|
||||||
|
\csname ThesisTitleX\ThesisTitleStyle\endcsname
|
||||||
\Department
|
% latex corner: X is the new @
|
||||||
|
|
||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user