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
d227201e
Commit
d227201e
authored
Jun 14, 2018
by
Vladimír Štill
Browse files
Update examples
parent
bad1bce3
Changes
2
Hide whitespace changes
Inline
Side-by-side
pandoc/thesis-report.md
View file @
d227201e
---
colorprofile: color # 'color' or 'bw'
language: czech # 'czech' or 'english'
reporttype: reader # 'reader' or 'supervisor' or 'inter-reader'
thesistype: bc # 'bc' or 'mgr' or 'phd'
thesisname: The Great Thesis
...
...
thesis-report.tex
View file @
d227201e
\documentclass
[12pt]
{
fi-thesis-report
}
% OPTIONAL: class options
% - bw: use black & white logo and link colors
% - english: use english for the report
% e.g. \documentclass[12pt, english, bw]
\usepackage
{
lipsum
}
% MANDATORY: Choose color or black-and-white version
\setColorProfile
{
color
}
% 'color' or 'bw'
% DEPRECATED: Choose color or black-and-white version
% (use bw documentclass option for black & white design
% \setColorProfile{color} % 'color' or 'bw'
% MANDATORY: Set report & thesis types, student and thesis names.
\setReportType
{
reader
}
% 'reader' or 'supervisor' or 'inter-reader'
...
...
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