Skip to content

Instantly share code, notes, and snippets.

@kewitz
Last active August 29, 2015 14:01
Show Gist options
  • Save kewitz/90a7c4086e982b381b40 to your computer and use it in GitHub Desktop.
Save kewitz/90a7c4086e982b381b40 to your computer and use it in GitHub Desktop.
Base TeX template for class notes.
\documentclass[12pt,utf8,twocolumn,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[brazilian]{babel}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[margin=2cm]{geometry}
\newcommand{\sidenote}[1]{\marginpar{\footnotesize{#1}}}
\newcommand{\drawspace}[2]{\setlength{\unitlength}{#1}\begin{picture}(1,1)\end{picture}\\{\footnotesize #2}}
\setlength{\marginparwidth}{1.2in}
\allowdisplaybreaks
\numberwithin{equation}{subsection}
\title{\textbf{Título}\\Subtítulo}
\author{Leonardo Koch Kewitz}
\date{\today}
\begin{document}
\maketitle
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment