Skip to content

Instantly share code, notes, and snippets.

@nickymarino
Created September 5, 2017 19:49
Show Gist options
  • Save nickymarino/2964c9e143e2f184d747ded034c77dde to your computer and use it in GitHub Desktop.
Save nickymarino/2964c9e143e2f184d747ded034c77dde to your computer and use it in GitHub Desktop.
Minimal Latex structure
\documentclass{article}
% General document formatting
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
\begin{document}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment