Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
FI thesis report template
Commits
fc9a2d29
Commit
fc9a2d29
authored
Jun 10, 2016
by
Martin Ukrop
Browse files
Polishing
parent
3e218d74
Changes
2
Hide whitespace changes
Inline
Side-by-side
fi-thesis-report.cls
View file @
fc9a2d29
...
...
@@ -41,13 +41,8 @@
\newcommand
{
\setSupervisor
}
[1]
{
\def\@
supervisor
{
#1
}}
\newcommand
{
\setConsultant
}
[1]
{
\def\@
consultant
{
#1
}}
\newcommand
{
\setReader
}
[1]
{
\def\@
reader
{
#1
}}
\newcommand
{
\setSignature
}
[1]
{
\def\@
signature
{
#1
}}
% If custom signature is not set, use supervisor/reader
\ifthenelse
{
\isundefined
{
\@
signature
}}{
% then
\def\@
signature
{
\ifthenelse
{
\equal
{
\@
reportType
}{
reader
}}{
\@
reader
}{
\@
supervisor
}}
}{
% else keep the set signature
}
\newcommand
{
\setSignature
}
[1]
{
\def\@
signature
{
#1
}}
% Determine correct title texts
\def\@
titleFirst
{
Posudek
...
...
thesis-report.tex
View file @
fc9a2d29
...
...
@@ -8,13 +8,13 @@
% MANDATORY: Set report & thesis types, student and thesis names.
\setReportType
{
reader
}
% 'reader' or 'supervisor'
\setThesisType
{
bc
}
% 'bc' or 'mgr'
\setThesisName
{
My wonderful t
hesis
}
% can be multiline, just add '\\'
\setThesisName
{
The Great T
hesis
}
% can be multiline, just add '\\'
\setStudent
{
John Doe
}
% SELECTIVE: Set supervisor/consultant/reader names.
% Those not set will not be displayed
\setSupervisor
{
Mgr.
\
Richard Roe, Ph.D.
}
%
\setConsultant{Ing.\ Maggie Lane}
%\setConsultant{Ing.\ Maggie Lane}
\setReader
{
RNDr.
\
John Smith
}
% OPTIONAL: Choose a custom signature (e.g. without tiles).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment