allow font modifications to fit abstracts on a single page
This commit is contained in:
parent
7fe6ca2ca6
commit
476dc2f649
@ -34,11 +34,17 @@ Dedication. \xxx{It is nice to say thanks to supervisors, friends, family, book
|
||||
\xxx{{key} {words}}
|
||||
}
|
||||
|
||||
% If your abstracts are long and do not fit in the infopage (in before the
|
||||
% Contents listing), you can make the fonts a bit smaller right here.
|
||||
% Alternatively, consider increasing the size of the page by uncommenting the
|
||||
% geometry modification in thesis.tex.
|
||||
\def\InfoPageFont{}
|
||||
%\def\InfoPageFont{\small} %uncomment to decrease font size
|
||||
|
||||
\ifEN\iffalse\else\iftrue\fi %this line is an ugly hack
|
||||
|
||||
% If you are writing a czech thesis, you additionally need to fill in the
|
||||
% english version of metadata here!
|
||||
% english translation of the metadata here!
|
||||
\def\ThesisTitleEN{\xxx{Thesis title in English}}
|
||||
\def\DepartmentEN{\xxx{Name of the department in English}}
|
||||
\def\DeptTypeEN{\xxx{Department}}
|
||||
|
@ -123,7 +123,7 @@ V \hbox to 6em{\dotfill} dne \hbox to 6em{\dotfill}
|
||||
|
||||
\openright
|
||||
|
||||
\vbox to 0.49\vsize{
|
||||
\vbox to 0.49\vsize{\InfoPageFont
|
||||
\setlength\parindent{0mm}
|
||||
\setlength\parskip{5mm}
|
||||
|
||||
@ -145,8 +145,8 @@ V \hbox to 6em{\dotfill} dne \hbox to 6em{\dotfill}
|
||||
\ifEN Keywords: \else Klíčová slova: \fi
|
||||
\Keywords
|
||||
|
||||
% hack follows (no idea why \long doesn't work for \ifEN)
|
||||
\vss}\ifEN\iffalse\else\iftrue\fi\nobreak\vbox to 0.49\vsize{
|
||||
% ugly hack strikes again
|
||||
\vss}\ifEN\iffalse\else\iftrue\fi\nobreak\vbox to 0.49\vsize{\InfoPageFont
|
||||
\setlength\parindent{0mm}
|
||||
\setlength\parskip{5mm}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user