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

Mathematics support. #20

Closed
nations-Xiong opened this issue Jun 11, 2021 · 5 comments
Closed

Mathematics support. #20

nations-Xiong opened this issue Jun 11, 2021 · 5 comments

Comments

@nations-Xiong
Copy link

If add support for mathematics would be wonderful!

@maaslalani
Copy link
Owner

maaslalani commented Jun 11, 2021

Hey there! For mathematics, do you mean support for things like LaTex? Or do you mean support for evaluating math expressions?

@4y8
Copy link

4y8 commented Jun 11, 2021

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.

@nations-Xiong
Copy link
Author

Yeah, support for latex.

@maaslalani
Copy link
Owner

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 😄

@maaslalani
Copy link
Owner

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
~~~

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