Skip to content

Instantly share code, notes, and snippets.

@djhaskin987
Last active August 29, 2015 14:27
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 djhaskin987/2f44180711c7ad96fe49 to your computer and use it in GitHub Desktop.
Save djhaskin987/2f44180711c7ad96fe49 to your computer and use it in GitHub Desktop.
US letter LaTeX template for math and science
\documentclass[12pt]{article}
\usepackage{amsmath,amsfonts,amssymb,amsthm,placeins}
\usepackage[pdftex]{graphicx}
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\setlength{\topmargin}{0.0in}
\setlength{\voffset}{0.0in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\hoffset}{0.0in}
\setlength{\textwidth}{6.5in}
\newtheorem*{thm}{Theorem}
\pagestyle{plain}
\title{Awesome Project}
\author{Daniel Haskin}
\begin{document}
\maketitle
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment