summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/phil-czech-male.tex
blob: 3ccf22513df3d5ce3ab03177994225180dcd1b60 (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=m}
\begin{document}
  foo bar
\end{document}