andreasKroepelin / lovelace

A Typst package for typesetting pseudocode
MIT License
52 stars 4 forks source link

Add function to write pseudocode as lists and enums #5

Closed andreasKroepelin closed 10 months ago

andreasKroepelin commented 10 months ago

We rely on Typst's enums and lists to handle indentation for us. This makes the API a bit cleaner but comes at the cost that you cannot have regular enums/lists in your pseudocode (which is probably okay).