Skip to content

Instantly share code, notes, and snippets.

@sorrell
Created February 20, 2012 03:27
Show Gist options
  • Save sorrell/1867583 to your computer and use it in GitHub Desktop.
Save sorrell/1867583 to your computer and use it in GitHub Desktop.
latex intro (7)
\documentclass{article}
\title{My First Document}
\author{Nick}
\date{\today}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\section{Our font sizes}
\subsection{Tiny fonts}
{\tiny tiny} \\
\subsection{footnotesize fonts}
{\footnotesize footnotesize} \\
\subsubsection{footnote subsubsection}
{\small small} \\
{\normalsize normalsize} \\
{\large large} \\
{\huge huge} \\
{\Huge Huge} \\
\paragraph{} what's a space? ~~~ the tilde \textasciitilde{} are spaces!
\paragraph{} another paragraph!
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment