Commit 882fa0c7 authored by Martin Ukrop's avatar Martin Ukrop
Browse files

Pandoc template updated

parent fc9a2d29
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
\documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report}
\documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report}


% Set types and names
% Set types and names
$if(colorprofile)$\setColorProfile{$colorprofile$}$endif$   % 'color' or 'bw'
$if(reporttype)$\setReportType{$reporttype$}$endif$   % 'reader' or 'supervisor'
$if(reporttype)$\setReportType{$reporttype$}$endif$   % 'reader' or 'supervisor'
$if(thesistype)$\setThesisType{$thesistype$}$endif$   % 'bc' or 'mgr'
$if(thesistype)$\setThesisType{$thesistype$}$endif$   % 'bc' or 'mgr'
$if(thesisname)$\setThesisName{$thesisname$}$endif$
$if(thesisname)$\setThesisName{$thesisname$}$endif$
$if(student)$\setStudent{$student$}$endif$
$if(student)$\setStudent{$student$}$endif$
$if(supervisor)$\setSupervisor{$supervisor$}$endif$
$if(supervisor)$\setSupervisor{$supervisor$}$endif$
$if(consultant)$\setConsultant{$consultant$}$endif$
$if(reader)$\setReader{$reader$}$endif$
$if(reader)$\setReader{$reader$}$endif$
$if(signature)$\setSignature{$signature$}$endif$


$for(header-includes)$
$for(header-includes)$
$header-includes$
$header-includes$
+7 −4
Original line number Original line Diff line number Diff line
---
---
colorprofile: color  # 'color' or 'bw'
reporttype: reader   # 'reader' or 'supervisor'
reporttype: reader   # 'reader' or 'supervisor'
thesistype: bc       # 'bc' or 'mgr'
thesistype: bc       # 'bc' or 'mgr'
thesisname: The Great Thesis
thesisname: The Great Thesis
student: John Doe
student: John Doe
supervisor: Richard Roe
supervisor: Mgr. Richard Roe, Ph.D.  # comment to hide
reader: John Smith
consultant: Ing. Maggie Lane         # comment to hide
reader: RNDr. John Smith             # comment to hide
#signature: John Smith               # uncomment for custom signature
header-includes:
header-includes:
    - \usepackage{lipsum}
    - \usepackage{lipsum}
...
...