From: W. Trevor King Date: Thu, 30 May 2013 20:05:32 +0000 (-0400) Subject: ts.tex: Use the parskip package to get unindented paragraphs X-Git-Tag: st-martins~2 X-Git-Url: http://git.tremily.us/?p=teaching-statement.git;a=commitdiff_plain;h=4be6d0e4276d5cbeab0e0c92648371a48db2b942 ts.tex: Use the parskip package to get unindented paragraphs This matches LaTeX's letter class, which I'm using for my letter of interest. --- diff --git a/ts.tex b/ts.tex index 25a6b0e..f82a2a9 100644 --- a/ts.tex +++ b/ts.tex @@ -8,6 +8,8 @@ \textwidth 6.5in \pagestyle{empty} % no room for page numbers +\usepackage[parfill]{parskip} % unindented paragraphs with parskips + \usepackage{amsmath} % \text and other useful math stuff \usepackage{hyperref}