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

Pandoc template updated

parent fc9a2d29
\documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report}
% Set types and names
$if(colorprofile)$\setColorProfile{$colorprofile$}$endif$ % 'color' or 'bw'
$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(student)$\setStudent{$student$}$endif$
$if(supervisor)$\setSupervisor{$supervisor$}$endif$
$if(consultant)$\setConsultant{$consultant$}$endif$
$if(reader)$\setReader{$reader$}$endif$
$if(signature)$\setSignature{$signature$}$endif$
$for(header-includes)$
$header-includes$
......
---
reporttype: reader # 'reader' or 'supervisor'
thesistype: bc # 'bc' or 'mgr'
colorprofile: color # 'color' or 'bw'
reporttype: reader # 'reader' or 'supervisor'
thesistype: bc # 'bc' or 'mgr'
thesisname: The Great Thesis
student: John Doe
supervisor: Richard Roe
reader: John Smith
supervisor: Mgr. Richard Roe, Ph.D. # comment to hide
consultant: Ing. Maggie Lane # comment to hide
reader: RNDr. John Smith # comment to hide
#signature: John Smith # uncomment for custom signature
header-includes:
- \usepackage{lipsum}
...
......
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