summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/fss-oldtable.tex
blob: 622ab5a405a0fcd9f4c2ba3f5fa8b01c8dfd5a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass[oldtable,color]{fithesis3}
\usepackage{tabularx}
\usepackage{tabu}
\thesissetup{faculty=fss}
\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}