summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/law-table.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fithesis/test/mu/compare/law-table.tex')
-rw-r--r--macros/latex/contrib/fithesis/test/mu/compare/law-table.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/fithesis/test/mu/compare/law-table.tex b/macros/latex/contrib/fithesis/test/mu/compare/law-table.tex
deleted file mode 100644
index 771c36166e..0000000000
--- a/macros/latex/contrib/fithesis/test/mu/compare/law-table.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\documentclass[table,color]{fithesis3}
-\usepackage{tabu}
-\thesissetup{faculty=law}
-\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}