Versions Compared

Key

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

...

Code Block
\chapter{A sample Chapter}

Structuring text using chapters, sections, subsections and paragraphs
\section {Introduction}
\subsection {List of systems}
\subsubsection{List of subsystems}
\paragraph{List of subsystems}

Lists and enumerations

Code Block

\section{Lists and enumerations}
An example for a bullet list
\begin {itemize}
\item Item 1
\item Item 2
\end {itemize}
and for numerated list
\begin {enumerate}
\item Item 1
\item Item 2
\end {enumerate}