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

tikz from diagram.lua borked in html output #20

Open
fradav opened this issue Nov 30, 2023 · 4 comments
Open

tikz from diagram.lua borked in html output #20

fradav opened this issue Nov 30, 2023 · 4 comments
Assignees

Comments

@fradav
Copy link
Contributor

fradav commented Nov 30, 2023

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

@fradav fradav added the bug Something isn't working label Nov 30, 2023
@fradav fradav self-assigned this Nov 30, 2023
@pneuvial
Copy link
Contributor

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.

@pneuvial
Copy link
Contributor

See #29

@fradav
Copy link
Contributor Author

fradav commented Oct 16, 2024

Solved by my own workaround.
Just put a filename outside the current directory (which is the mediabag dir and is deleted by the pdf render).

```{.tikz}
%%| filename: ../figure-tikz/fig-tikz

```

See quarto-dev/quarto-cli#11077

@fradav
Copy link
Contributor Author

fradav commented Dec 4, 2024

Correct upstream issue :
quarto-dev/quarto-cli#8373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants