A dictionary of LaTeX macros to be used to interpret and render the content.
For example:
mf.macros = { smallfrac: "^{#1}\\!\\!/\\!_{#2}" }; Copy
mf.macros = { smallfrac: "^{#1}\\!\\!/\\!_{#2}" };
The code above will support the following notation:
\smallfrac{5}{16} Copy
\smallfrac{5}{16}
See Also
A dictionary of LaTeX macros to be used to interpret and render the content.
For example:
The code above will support the following notation:
See Also