ts.tex: Use the parskip package to get unindented paragraphs
authorW. Trevor King <wking@tremily.us>
Thu, 30 May 2013 20:05:32 +0000 (16:05 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 30 May 2013 20:05:32 +0000 (16:05 -0400)
This matches LaTeX's letter class, which I'm using for my letter of
interest.

ts.tex

diff --git a/ts.tex b/ts.tex
index 25a6b0e106b4580ae7d080c97e2144171671e73e..f82a2a96acc1e77ab0cb4738f55f19e82de44c90 100644 (file)
--- 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}