Created
March 19, 2017 05:41
-
-
Save MaxwellBo/66c25991258b84891e583f1b3295555a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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