Skip to content
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

Does LatexStrings support Rational type? #57

Open
dsantiago opened this issue Nov 27, 2021 · 2 comments
Open

Does LatexStrings support Rational type? #57

dsantiago opened this issue Nov 27, 2021 · 2 comments

Comments

@dsantiago
Copy link

dsantiago commented Nov 27, 2021

if i do:

a = 3 // 4
println(L"p = 1 - %$a") # outsputs "$p = 1 - 3//4$"

if it does not support would be a nice one to have...

@gustaphe
Copy link
Contributor

I think you're looking for Latexify.jl

@stevengj
Copy link
Member

We could definitely implement custom interpolation; this might be useful for a few types.

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

No branches or pull requests

3 participants