-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Mathematics support. #20
Comments
Hey there! For mathematics, do you mean support for things like LaTex? Or do you mean support for evaluating math expressions? |
If you want support for mathematical formatting, an option would be to eqn with ascii output and print it. However, that would add a dependency. Something similar may exist for latex. |
Yeah, support for latex. |
As a heads up, I'm thinking about add Generic preprocessing: #55 So you could probably have a command that converts your latex to ascii and render it out with that 😄 |
Going to close this since I believe the essence of this can be solved through the pre-processing feature and https://linux.die.net/man/1/tex2mail or equivalent LaTeX to ASCII program: # slides.md
~~~tex2mail ...
\frac{1}{2} = \sqrt{2}x
~~~ |
If add support for mathematics would be wonderful!
The text was updated successfully, but these errors were encountered: