Skip to content

Instantly share code, notes, and snippets.

@MaxwellBo
Created March 19, 2017 05:41
Show Gist options
  • Save MaxwellBo/66c25991258b84891e583f1b3295555a to your computer and use it in GitHub Desktop.
Save MaxwellBo/66c25991258b84891e583f1b3295555a to your computer and use it in GitHub Desktop.
\RequirePackage[l2tabu, orthodox]{nag} % linter
\documentclass[11pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{fullpage}
% \usepackage[margin=1in]{geometry} bad practise, but useful
\usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{todonotes} % exposes `\todo{}` and `\listoftodos`
\begin{document}
\title{SUBJECT \\ TITLE}
\author{Maxwell Bo}
\date{DUE DATE}
\maketitle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment