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