class SymbolFilter(Filter):
Convert mathematical symbols such as <longrightarrow> in Isabelle or longrightarrow in LaTeX into Unicode characters.
This is mostly useful for HTML or console output when you want to approximate the source rendering you'd see in an IDE.
Options accepted:
lang
: stringMethod | __init__ |
Undocumented |
Method | filter |
Undocumented |
Class Variable | isabelle_symbols |
Undocumented |
Class Variable | lang_map |
Undocumented |
Class Variable | latex_symbols |
Undocumented |
Instance Variable | symbols |
Undocumented |
Inherited from Filter
:
Instance Variable | options |
Undocumented |