Skip to content

Commit

Permalink
Merge pull request #172 from twsh/parskip
Browse files Browse the repository at this point in the history
Use parskip.sty when the 'indent' option isn't set
  • Loading branch information
jgm committed Dec 20, 2015
2 parents 1ad9e62 + 01a0cad commit ddf17ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -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}{%
Expand Down

0 comments on commit ddf17ce

Please sign in to comment.