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