summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fithesis/test/mu/compare/med-table.tex
blob: 74d247fcc59881263f1b610e5d5b246b7ae6ba0a (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=med}
\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}