Difference: LaTeX (27 vs. 28)

Revision 282012-01-25 - KevinLeytonBrown

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

LaTeX tips and tricks

Line: 179 to 179
 
Added:
>
>

Tables

\usepackage{booktabs}

\begin{table}
\begin{tabular}{ccc}
\toprule
\textbf{a} & \textbf{b} & \textbf{c} \\ 
\midrule
1 & 2 & 3 \\ 
\bottomrule
\end{tabular}
\end{table}

A good reference for how to make beautiful tables, particularly when they're complicated and hierarchical: http://www.ece.cmu.edu/~pueschel/teaching/guides/guide-tables.pdf

 

Misc trickery


 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback