Thursday, April 29, 2010

Small Tricks in LaTeX

  • Make a figure span two columns in LaTeX
\begin{figure*}
\end{figure*}
  • Change column spacing of a table
\begin{table}[t]
\setlength\tabcolsep{2pt}
...
\end{table}

No comments: