Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Individual columns are separated with \& and are ended with *\\\\

*

the The output is shown below:

Tables can almost be infinitely complex, hence this chapter is a recommended read.

Figures

Figures work pretty much the same as tables

Code Block
\begin{figure}
\includegraphics{image.pdf}
\caption{\label{sid:chapter_sample_figure1} This is a sample figure for a document}
\end{figure}

the actual image is include with the \includegraphics command