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