From b70403beb020567f1f7231a0f3c5f0cf383ec83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-David=20Collin?= Date: Wed, 16 Oct 2024 17:35:12 +0200 Subject: [PATCH] escape mediabag crusher --- computo-quarto-extension.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/computo-quarto-extension.qmd b/computo-quarto-extension.qmd index 165cdfe..cff15a3 100644 --- a/computo-quarto-extension.qmd +++ b/computo-quarto-extension.qmd @@ -315,6 +315,7 @@ In addition of [quarto supported diagrams](https://quarto.org/docs/authoring/dia :::{#fig-tikz} ``` {.tikz} +%%| filename: ../figure-tikz/fig-tikz \begin{tikzpicture}[node distance=2cm, auto, thick, scale=2, every node/.style={transform shape}] \node (P) {$P$}; \node (B) [right of=P] {$B$}; @@ -339,6 +340,7 @@ A simple example of a commutative diagram with $\texttt{tikz}$. :::{#fig-tikz} ``` {.tikz} +%%| filename: ../figure-tikz/fig-tikz \begin{tikzpicture}[node distance=2cm, auto, thick, scale=2, every node/.style={transform shape}] \node (P) {$P$}; \node (B) [right of=P] {$B$};