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
bad1bce3
Commit
bad1bce3
authored
Jun 14, 2018
by
Vladimír Štill
Browse files
Update pandoc template (english, changed color settings)
parent
6063d040
Changes
1
Hide whitespace changes
Inline
Side-by-side
pandoc/template.tex
View file @
bad1bce3
\documentclass
[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]
{
fi-thesis-report
}
\documentclass
[$if(fontsize)$$fontsize$,$else$12pt,$endif$$
if(colorprofile)$$colorprofile$,$endif$$if(language)$$language$,$endif$$
for(classoption)$$classoption$$sep$,$endfor$]
{
fi-thesis-report
}
\usepackage
{
amsmath,amssymb
}
% 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
(
thesisname
)
$
\setThesisName
{$
thesisname
$}$
endif
$
...
...
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