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