summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex b/macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex
deleted file mode 100644
index c5bd068f65..0000000000
--- a/macros/latex/contrib/fithesis/test/mu/compare/fi-oldtable.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\documentclass[oldtable,color]{fithesis3}
-\usepackage{tabularx}
-\usepackage{tabu}
-\thesissetup{faculty=fi}
-\begin{document}
- \begin{tabular}{ccc}
- a&b&c\\
- d&e&f
- \end{tabular}
- \begin{tabularx}{\textwidth}{ccc}
- a&b&c\\
- d&e&f
- \end{tabularx}
- \begin{tabu}{ccc}
- a&b&c\\
- d&e&f
- \end{tabu}
-\end{document}