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

Update examples

parent bad1bce3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
---
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
+7 −2
Original line number Diff line number Diff line
\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'