Skip to content

Instantly share code, notes, and snippets.

@mikedamage
Created December 29, 2008 16:00
Show Gist options
  • Save mikedamage/41295 to your computer and use it in GitHub Desktop.
Save mikedamage/41295 to your computer and use it in GitHub Desktop.
Basic LaTeX Article Template
\documentclass[11pt]{article}
\usepackage{graphicx} % needed for including graphics e.g. EPS, PS
\topmargin -1.5cm % read Lamport p.163
\oddsidemargin -0.04cm % read Lamport p.163
\evensidemargin -0.04cm % same as oddsidemargin but for left-hand pages
\textwidth 16.59cm
\textheight 21.94cm
%\pagestyle{empty} % Uncomment if don't want page numbers
\parskip 7.2pt % sets spacing between paragraphs
%\renewcommand{\baselinestretch}{1.5} % Uncomment for 1.5 spacing between lines
\parindent 0pt % sets leading space for paragraphs
\begin{document}
% Start your text
% Stop your text
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment