Exported functions
Lovelace exports the following functions:
pseudocode: Typeset pseudocode with each line as an individual content argument, see here for details. Has these optional arguments.pseudocode-list: Takes a standard Typst list and transforms it into a pseudocode. Has these optional arguments.indent: Inside the argument list ofpseudocode, useindentto specify an indented block, see here for details.no-number: Wrap an argument topseudocodein this function to have the corresponding line be unnumbered, see here for details.with-line-label: Use this function in thepseudocodearguments to add a label to a specific line, see here for details.line-label: When usingpseudocode-list, you do not usewith-line-labelbut insert a call toline-labelsomewhere in a line to add a label, see here for details.