Make loading parskip.sty conditional on its availability
This commit is contained in:
parent
ac0f48c73f
commit
01a0cadf98
1 changed files with 5 additions and 0 deletions
|
@ -139,7 +139,12 @@ $if(strikeout)$
|
||||||
$endif$
|
$endif$
|
||||||
$if(indent)$
|
$if(indent)$
|
||||||
$else$
|
$else$
|
||||||
|
\IfFileExists{parskip.sty}{%
|
||||||
\usepackage{parskip}
|
\usepackage{parskip}
|
||||||
|
}{% else
|
||||||
|
\setlength{\parindent}{0pt}
|
||||||
|
\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