Versions Compared

Key

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

...

Common are references and labels for chapters, sections, tables and figures

Code Block
\chapter{ASample sampleCosting ChapterGuidelines\label{sid:chapter_sample_costing}}
as can be seen in Chapter~\ref{sid:chapter_sample_costing}

Tables

A LaTeX table environment has the following structure:

...

  • Wiki Markup
    \[scale=0.8\] will scale the picture by a factor of 0.8
  • Wiki Markup
    \[width=0.5\textwidth\]will make the picture width to be 80 % of the total text width

there are preferrable to giving absolute sizes

  • Wiki Markup
    \[width=10cm\]
  • Wiki Markup
    \[height= 3in\]
    Code Block
    
    \begin{figure}
    \includegraphics[width=0.6\textwidth]{image2.pdf}
    \caption{\label{sid:chapter_sample_figure2} This is a second sample figure for a document}
    \end{figure}
    

Details can be found here

Special Characters

...