UNPKG

tex2typst

Version:

JavaScript library for converting TeX code to Typst

6 lines (5 loc) 265 B
declare const symbolMap: Map<string, string>; declare const texAliasMap: Map<string, string>; declare const typstAliasMap: Map<string, string>; declare const reverseSymbolMap: Map<string, string>; export { symbolMap, reverseSymbolMap, texAliasMap, typstAliasMap };