Crate tex2typst_rs

Source

Modules§

command_registry
converter
definitions
map
tex_parser
tex_parser_utils
tex_tokenizer
typst_writer

Functions§

replace_all
Custom implementation of Regex::replace_all for error handling.
tex2typst
Converts a given TeX string to a Typst string.
tex2typst_with_macros
Converts a given TeX string to a Typst string with custom macro definitions.
tex2typst_with_shorthands
text_and_tex2typst
Converts a given input string containing TeX math expressions to Typst format.
text_and_tex2typst_with_macros
Converts a given input string containing TeX math expressions to Typst format with custom macro definitions.
text_and_tex2typst_with_shorthands