TeX - LaTeX Asked by xhr489 on March 28, 2021
I prefer the look with bigskip
. How can I make this the default so I don’t need to type it after every paragraph.
I'd give
addtolengthparskip{bigskipamount}
a try.
The following compilable example shows (a) that both parskip
and bigskipamount
are rubber lengths by default and (b) that adding two rubber lengths produces, sure enough, another rubber length.
documentclass{article}
usepackage{lipsum} % filler text
begin{document}
thebigskipamount % show value of bigskipamount
theparskip % show value of parskip
hrule
lipsum[1][1-4] par lipsum[1][5-9] % output two short paragraphs
addtolengthparskip{bigskipamount}
theparskip % show value of parskip again
hrule
lipsum[1][1-4] par lipsum[1][5-9] % output two short paragraphs
end{document}
Correct answer by Mico on March 28, 2021
Try the parskip
package.
% parskipprob.tex SE 568299
documentclass{article}
usepackage[skip=bigskipamount,indent]{parskip}
usepackage{lipsum}
begin{document}
lipsum[1]
lipsum[1]
lipsum[1]
end{document}
Answered by Peter Wilson on March 28, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP