summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/fi-czech-male.tex
blob: 32eda099531774692b72e173d738b212b632b31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass[monochrome]{fithesis3}
\usepackage{ifluatex}
\ifluatex
  \usepackage{polyglossia}
  \setmainlanguage{czech}
\else
  \usepackage[czech]{babel}
\fi
\thesissetup{
  faculty=fi,
  gender=m}
\begin{document}
  foo bar
\end{document}