-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
LaTeX <text> #54
Labels
Comments
edemaine
added a commit
that referenced
this issue
Feb 3, 2020
v1.12.0 adds this feature! More precisely, it generates a Some limitations:
|
edemaine
added a commit
that referenced
this issue
Feb 12, 2020
edemaine
added a commit
that referenced
this issue
Feb 12, 2020
This fixes use of figures in arXiv, which prevents `file.pdf` and `file.tex` from simultaneously existing.
edemaine
added a commit
that referenced
this issue
Feb 12, 2020
* Detail `\svgscale`/`\svgwidth`/`\svgheight` in README, not just `.svg_tex` file * Tweak examples in `.svg_tex` files
edemaine
added a commit
that referenced
this issue
Feb 12, 2020
This fixes use of figures in arXiv, which prevents `file.pdf` and `file.tex` from simultaneously existing.
edemaine
added a commit
that referenced
this issue
Feb 12, 2020
* Detail `\svgscale`/`\svgwidth`/`\svgheight` in README, not just `.svg_tex` file * Tweak examples in `.svg_tex` files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's add a
latex
attribute to<text>
objects that causes external (cached) rendering of LaTeX labels [or KaTeX in future SVG mode, or MathJax?] into SVG.MathJax actually offers another possibility: render text to SVG and include it directly.
The text was updated successfully, but these errors were encountered: