Documentation ¶
Overview ¶
Package text provides types and functions to parse, format and render text.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Latex ¶
type Latex struct { // DPI is the dot-per-inch controlling the font resolution used by LaTeX. // If zero, the resolution defaults to 72. DPI float64 }
Latex parses, formats and renders LaTeX.
Click to show internal directories.
Click to hide internal directories.