-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support preamble #189
Comments
To use new macros (spec), you must either rebuild wasm with new artifact: mitex/crates/mitex-spec-gen/src/lib.rs Lines 5 to 10 in 5fc83b6
or passing the spec data as the argument here: mitex/packages/mitex/mitex.typ Line 16 in 5fc83b6
|
I guess I'll wait for the custom macro feature to be developed. Changing the file isn't really a good solution. |
could you please give more input on this? |
I would define |
You might seek some personally used shortcut instead of trying to contribute some new public macros. Some meta macros may help define shortcut macros:
I don't remember clearly, but |
They are not global in the whole document, so I have to write them again and again. (My documents are converted from Markdown instead of raw LaTeX. There are many inline and display formulae) |
I added a macro to the specification file
... LoadClassWithOptions: ignore-sym, // user-defined Li: sym, ), ) ...
but it didn't work
The text was updated successfully, but these errors were encountered: