summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/fsps-oldtable.tex
blob: 42eab65bc75b02d4a5961df607e1d3baf1e272c6 (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=fsps}
\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}