Created
December 29, 2008 16:00
-
-
Save mikedamage/41295 to your computer and use it in GitHub Desktop.
Basic LaTeX Article Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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