summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/phil-czech-female.tex
blob: e70e64701550874d39138bf557933ed19c857aab (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=phil,
  gender=f}
\begin{document}
  foo bar
\end{document}