Skip to content

Instantly share code, notes, and snippets.

@humanfactors
Forked from Michael0x2a/minimal-template.tex
Created February 20, 2018 16:35
Show Gist options
  • Save humanfactors/9223c666433c383aed7c8d4e98a62d66 to your computer and use it in GitHub Desktop.
Save humanfactors/9223c666433c383aed7c8d4e98a62d66 to your computer and use it in GitHub Desktop.
Minimal LaTeX template
\documentclass{article}
% General document formatting
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
% Related to math
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\begin{document}
Name, date, Exercise X
\section*{Part a}
Put your answer to part a here
\section*{Part b}
etc
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment