-
DescriptionIt is possible to include circuitikz (https://github.com/circuitikz/circuitikz)[https://github.com/circuitikz/circuitikz] in Quarto? Here is an example of electronic circuit: Here is another example of 3-phase electrical circuit: Mermaid could not draw electrical schematic. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Since this is based on Tikz and LaTeX, you could simply add that tools in your frontmatter (see https://quarto.org/docs/output-formats/pdf-basics.html#latex-includes and write your diagram as raw LaTeX (see https://quarto.org/docs/output-formats/pdf-basics.html#raw-latex, but preferably using Additionally, you might be interested in the following Quarto extension, see https://github.com/pandoc-ext/diagram. |
Beta Was this translation helpful? Give feedback.
Since this is based on Tikz and LaTeX, you could simply add that tools in your frontmatter (see https://quarto.org/docs/output-formats/pdf-basics.html#latex-includes and write your diagram as raw LaTeX (see https://quarto.org/docs/output-formats/pdf-basics.html#raw-latex, but preferably using
```{=latex}
raw block).Additionally, you might be interested in the following Quarto extension, see https://github.com/pandoc-ext/diagram.