-
Notifications
You must be signed in to change notification settings - Fork 279
LaTeX Features Packages Conversion Requirements
Richard Zach edited this page Jun 15, 2015
·
5 revisions
| Package | Purpose | LatexML | HeVeA | Pandoc | Remarks |
|---|---|---|---|---|---|
| amssymb | various math symbols, fonts | ? | ? | ? | |
| amsmath | math environments, e.g., align, cases | ? | ? | ? | |
| bussproofs | typeset proof trees | ? | ? | ? | proofs.sty could be an alternative. |
| xparse | make new commands with flexible optional arguments | ? | ? | ? | only needs \DeclareDocumentCommand |
| etoolbox | tags and tag processing in sty/o-l-selective.sty | ? | ? | ? | needs etoolbox's toggles and docsvlist commands only |
| verbatim | supress text selectively | ? | ? | ? | |
| cleverref | add "Theorem" etc to references | ? | ? | ? | poorman option generates sed script that can be used for preprocessing if not supported |
| thmtools | defines theorem envs and works nicely with cleverref | ? | ? | ? | low priority; cleverref names can be hand-coded |
| natbib | bibliographic references | ? | ? | ? | not yet used. support may influence choice. |
| biblatex | bibliographic references | ? | ? | ? | not yet used. support may influence choice. |