lualatex-tools / luaformatters

Creating macros for LuaLaTeX packages
GNU General Public License v3.0
0 stars 0 forks source link

How to map underscores in function names to macro names #21

Closed uliska closed 5 years ago

uliska commented 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.

uliska commented 5 years ago

Implemented (ignoring leading underscores)