Skip to content

Instantly share code, notes, and snippets.

@alialamine
Created November 4, 2014 11:37
Show Gist options
  • Save alialamine/1840bf8bf5abe3915ef3 to your computer and use it in GitHub Desktop.
Save alialamine/1840bf8bf5abe3915ef3 to your computer and use it in GitHub Desktop.
Base latex document for assignments
\documentclass[10pt,a4paper,final]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{enumitem}
\title{CMPS 256 Asst 3}
\author{Ali Al Amine}
\begin{document}
\maketitle
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment