27 Ottobre 2014 alle 10:54
#97868
::
Ciao!
Ci scrivi un esempio compilabile del codice che usi?
In particolare, che cos’è [tt]\begin{large}[/tt]? Lo hai definito tu?
Fran
`\documentclass{article}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{lll}
\toprule
Prima intestazione & Seconda intestazione & Terza intestazione \\
\midrule
a & b & c \\
\bottomrule
\end{tabular}
\bigskip
\begin{tabular}{lll}
\toprule
\large Prima intestazione & \large Seconda intestazione & \huge Terza intestazione \\
\midrule
a & b & c \\
\bottomrule
\end{tabular}
\end{document}`