Merge pull request #172 from twsh/parskip

Use parskip.sty when the 'indent' option isn't set
This commit is contained in:
John MacFarlane 2015-12-19 18:25:50 -08:00
commit ddf17ce3df

View file

@ -141,8 +141,12 @@ $if(strikeout)$
$endif$
$if(indent)$
$else$
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
}
$endif$
\setlength{\emergencystretch}{3em} % prevent overfull lines
\providecommand{\tightlist}{%