From 4be6d0e4276d5cbeab0e0c92648371a48db2b942 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 30 May 2013 16:05:32 -0400 Subject: [PATCH] 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. --- ts.tex | 2 ++ 1 file changed, 2 insertions(+) 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} -- 2.26.2