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

x/tools/present: support mathematical symbols #17978

Closed
Marqin opened this issue Nov 18, 2016 · 2 comments
Closed

x/tools/present: support mathematical symbols #17978

Marqin opened this issue Nov 18, 2016 · 2 comments

Comments

@Marqin
Copy link

Marqin commented Nov 18, 2016

It would be nice to have support for mathematical symbols and equations in present tool.

You could implement it on your own (with LaTeX syntax or your own) or use some existing JS tool (eg. MathJax [Apache license]).

@robpike
Copy link
Contributor

robpike commented Nov 18, 2016

Present is pretty simple-minded. This feature seems outside its requirements.

@Marqin
Copy link
Author

Marqin commented Nov 18, 2016

@robpike actually I found a simple way for doing this, with .html function.

If anyone want mathematical symbols, here's tutorial:

  1. Save <script...></script> that includes your favourite JS syntaxer as math.html
  2. Add .html math.html to any of slides (best I think is to add to last one)
  3. It will magicaly work, you can test by writing$$x_i = i\prime$$ in any slide and seeing it rendered.

@Marqin Marqin closed this as completed Nov 18, 2016
@golang golang locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants