You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set a \let-type global macro, like they're discussing here. For \def macros I've been using the katex_config.js file, but KaTeX does not yet support the equivalent of \let through the macros object.
KaTeX does support the following syntax:
Mume lets us edit the macros object, but I'm looking for a way to modify content. Is it possible? Maybe in the parser.js file?
Ideally, Mume should use a regular macros.tex file for global macros, and content would be populated by it during the call to KaTeX with globalGroup: true. This way users would not have to keep two files for the same thing.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
I'm trying to set a
\let
-type global macro, like they're discussing here. For\def
macros I've been using thekatex_config.js
file, but KaTeX does not yet support the equivalent of\let
through themacros
object.KaTeX does support the following syntax:
And this function is what mume uses.
Mume lets us edit the
macros
object, but I'm looking for a way to modifycontent
. Is it possible? Maybe in theparser.js
file?Ideally, Mume should use a regular
macros.tex
file for global macros, and content would be populated by it during the call to KaTeX withglobalGroup: true
. This way users would not have to keep two files for the same thing.Thanks for the help!
The text was updated successfully, but these errors were encountered: