Skip to content

Paragraph style

Giorgio Garofalo edited this page Jun 7, 2025 · 5 revisions

The .paragraphstyle[docs] function makes it possible to override the global style of paragraphs.

Its parameters are optional and, if unset, they delegate their value to the active theme.

Parameter Description Accepts
lineheight Whitespace between lines, multiplied by the font size. Number
letterspacing Whitespace between letters, multiplied by the font size. Number
spacing Whitespace between subsequent paragraphs, multiplied by the font size. Number
indent Whitespace at the start of each non-first paragraph, multiplied by the font size. Number

Using spacing:{0} indent:{2} will provide the classic LaTeX look.


Default appearance:

Default

 

.paragraphstyle lineheight:{2.5} spacing:{0} indent:{2}
Customized
Clone this wiki locally