Skip to content

Conversation

@manuelbb-upb
Copy link
Contributor

Instead of registering UnicodeMath.jl as a new package, it could become part of UnicodeFun.jl perhaps, as it offers similar functionality.

Motivation: consistent plots with MathTeXEngine, see Kolaru/MathTeXEngine.jl#143
But the code felt out of place as part of MathTeXEngine.

For MathTeXEngine I really just need UnicodeMath somewhere, so I have made it a submodule and exported nothing.

But we can easily add some functionality to UnicodeFun as well:

  • There are some additional LaTeX commands that are handled by to_latex.
  • The styling functions like symbf are recognized as commands in to_latex.
  • to_latex can do "normalization", e.g., make all latin letters italic.

Note: UnPack should be easy to remove if you think it an unnecessary dependency.

@manuelbb-upb
Copy link
Contributor Author

after some tinkering, I think it is better to keep the packages separate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant