You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A DBD sample chapter as an introduction into LaTeX

Structuring documents

\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}

\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}
  • No labels