generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 5
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
tikz from diagram.lua borked in html output #20
Labels
Comments
To avoid tikz-related issues, tikz will not be supported in our template in the near future in favor of tools supported by the quarto team, see e.g. mermaid. |
See #29 |
Solved by my own workaround. ```{.tikz}
%%| filename: ../figure-tikz/fig-tikz
…
``` |
This was referenced Oct 16, 2024
Correct upstream issue : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sometimes, svg for tikz isn’t properly added to mediabag (difficult to reproduce)
discussed in:
quarto-dev/quarto-cli#7750
reported in:
pandoc-ext/diagram#13
The text was updated successfully, but these errors were encountered: