Use parskip.sty when the 'indent' option isn't set
This commit is contained in:
parent
16e9428d8a
commit
ac0f48c73f
1 changed files with 1 additions and 2 deletions
|
@ -139,8 +139,7 @@ $if(strikeout)$
|
||||||
$endif$
|
$endif$
|
||||||
$if(indent)$
|
$if(indent)$
|
||||||
$else$
|
$else$
|
||||||
\setlength{\parindent}{0pt}
|
\usepackage{parskip}
|
||||||
\setlength{\parskip}{6pt plus 2pt minus 1pt}
|
|
||||||
$endif$
|
$endif$
|
||||||
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
\setlength{\emergencystretch}{3em} % prevent overfull lines
|
||||||
\providecommand{\tightlist}{%
|
\providecommand{\tightlist}{%
|
||||||
|
|
Loading…
Add table
Reference in a new issue