Commit d227201e authored by Vladimír Štill's avatar Vladimír Štill
Browse files

Update examples

parent bad1bce3
---
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
......
\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'
......
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