Skip to content

Instantly share code, notes, and snippets.

@wetlife
Forked from Michael0x2a/minimal-template.tex
Created June 18, 2019 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wetlife/f0e8b0de77d427ae4ff0f18b4a32c67b to your computer and use it in GitHub Desktop.
Save wetlife/f0e8b0de77d427ae4ff0f18b4a32c67b 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}
@wetlife
Copy link
Author

wetlife commented Jun 18, 2019

Let's show how to typeset beautiful documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment