Closed uliska closed 5 years ago
Lua functions whose names contain underscores can't automatically be converted to LaTeX macros.
I think this should be handled by converting these instances to cases:
my_function => \myFunction
This issue is mostly there to let me think some more about it.
Implemented (ignoring leading underscores)
Lua functions whose names contain underscores can't automatically be converted to LaTeX macros.
I think this should be handled by converting these instances to cases:
This issue is mostly there to let me think some more about it.