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