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