About these ads

Standard classes

Code snippets for standard classes:

 

Article
\documentclass[12pt]{article}
\title{}
\author{}
\date{}
\begin{document}
\maketitle
\begin{abstract}
...
\end{abstract}
\section{}
\subsection{}
\subsubsection{}
\paragraph{}
\subparagraph{}
\end{document}

 

Report
\documentclass[12pt]{report}
\title{}
\author{}
\date{}
\begin{document}
\maketitle
\begin{abstract}
...
\end{abstract}
\tableofcontents
\listoffigures
\listoftables
\chapter{}
\section{}
\subsection{}
\subsubsection{}
\paragraph{}
\subparagraph{}
\end{document}

 

Book
\documentclass[12pt]{book}
\title{}
\author{}
\date{}
\begin{document}
\maketitle
\tableofcontents
\listoffigures
\listoftables
\part{}
\chapter{}
\section{}
\subsection{}
\subsubsection{}
\paragraph{}
\subparagraph{}
\end{document}
About these ads

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 712 other followers

%d bloggers like this: