latex - Change \parskip only inside enumerate & itemize environment -
Is there any way that I can change a different value within some environment \ parskip
, I.e. enumerate
and itemize
.
Let me paragraph ( Yes you can; But you have to copy \ setlength {\ parskip} {1em plus 1pt minus 1pt} / Code>), but do not itemize or evaluate inside.
enumerate
and itemized
environment from your class file (by copying them and adding your \ parskip
), or Redefines \ @ listi
, which works for all lists:
\ makeatletter \ def \ @listi {10% for base Latex classes %% default settings: \ parsep 4pt plus 2pt minus 1pt \ topsep 8pt plus 2pt minus 4pt \ itemsep 4pt plus 2pt minus 1% your settings: \ parskip 1em plus 1pt zero If you want different settings on nested, change list level,
\ @ listii
, \ @ listiii
etc.
Comments
Post a Comment