From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../contrib/fithesis/test/mu/compare/ped-table.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macros/latex/contrib/fithesis/test/mu/compare/ped-table.tex (limited to 'macros/latex/contrib/fithesis/test/mu/compare/ped-table.tex') 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} -- cgit v1.2.3