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
882fa0c7
Commit
882fa0c7
authored
Jun 10, 2016
by
Martin Ukrop
Browse files
Pandoc template updated
parent
fc9a2d29
Changes
2
Hide whitespace changes
Inline
Side-by-side
pandoc/template.tex
View file @
882fa0c7
\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
$
...
...
pandoc/thesis-report.md
View file @
882fa0c7
---
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:
-
\u
sepackage{lipsum}
...
...
...
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