summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex b/macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex
new file mode 100644
index 0000000000..d3ece46e1b
--- /dev/null
+++ b/macros/latex/contrib/fithesis/test/mu/compare/phil-kisk-english.tex
@@ -0,0 +1,14 @@
+\documentclass[monochrome]{fithesis3}
+\usepackage{ifluatex}
+\ifluatex
+ \usepackage{polyglossia}
+ \setmainlanguage{english}
+\else
+ \usepackage[english]{babel}
+\fi
+\thesissetup{
+ faculty=phil,
+ department=kisk}
+\begin{document}
+ foo bar
+\end{document}