Commit 4589b157 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Thesis name can now be multiline

Handles issue #6.
parent 20d2b629
......@@ -70,7 +70,7 @@ práce}
\noindent
{\def\arraystretch{1.3}\tabcolsep=10pt
\begin{tabularx}{\textwidth}{@{} l >{\it} l @{}}
Název práce: & \@thesisName \\
Název práce: & \begin{tabular}[t]{@{}l@{}}\@thesisName\end{tabular} \\
Autor práce: & \@student \\
\ifthenelse{\isundefined{\@supervisor}}{}{Vedoucí práce: & \@supervisor \\}%
\ifthenelse{\isundefined{\@consultant}}{}{Konzultant: & \@consultant \\}%
......
......@@ -5,7 +5,7 @@
% MANDATORY: Set report & thesis types, student and thesis names.
\setReportType{reader} % 'reader' or 'supervisor'
\setThesisType{bc} % 'bc' or 'mgr'
\setThesisName{My wonderful thesis}
\setThesisName{My wonderful thesis} % can be multiline, just add '\\'
\setStudent{John Doe}
% SELECTIVE: Set supervisor/consultant/reader names.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment