paragraphstyle
.paragraphstyle lineheight:{Number? = null} \
letterspacing:{Number? = null} \
spacing:{Number? = null} \
indent:{Number? = null}
-> VoidSets the global style of paragraphs in the document. If a value is unset, the default value supplied by the underlying renderer is used.
The default values may also be affected by the current document locale, set via doclang. For instance, the Chinese zh locale prefers a 2em indentation and no vertical spacing by default.
Parameters
- Optional
- Likely named
height of each line, multiplied by the font size
- Optional
- Likely named
whitespace between letters, multiplied by the font size
- Optional
- Likely named
whitespace between paragraphs, multiplied by the font size. This also minorly affects whitespace around lists and between list items
- Optional
- Likely named
whitespace at the start of each paragraph, multiplied by the font size. LaTeX's policy is used: indenting the first line of paragraphs, except the first one and aligned ones