Open
Description
- itikz version: 0.1.5
- Python version: Python 3.8.10 (default, May 19 2021, 13:12:57) [MSC v.1916 64 bit (AMD64)]
- Operating System: Win 10 20H2 19042.985
- Jupyter Core: 6.4.0
- Browser: Firefox 88.0.1 (64-Bit)
Description
In the first cell I'm trying to write D_p which works, in the second one I'm writing S_p and it writes D_p as well.
Same here, but even the numbers are messed up.
The generated SVG is correct, it seems the problem is that the browser seems to mix the content of the nodes when multiple SVGs are embedded in one notebook. I have now idea if this is possible, but it seems to be the case. Any ideas how to fix this?
What I Did
Here is the code again
%load_ext itikz
%%itikz --implicit-pic --temp-dir
\node at (0,0) {$D_p = 200 \mathrm{mm}$};
\node at (5,0) {$S_p = 200 \mathrm{mm}$};
%%itikz --implicit-pic --temp-dir
\node at (0,0) {$A_p = 500 \mathrm{mm}$};
\node at (7,0) {$B_p = 500 \mathrm{mm}$};
Metadata
Metadata
Assignees
Labels
No labels