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