8000 Symbols gets messed up in Notebook · Issue #28 · jbn/itikz · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Symbols gets messed up in Notebook #28
Open
@buergi

Description

@buergi
  • 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.
grafik

Same here, but even the numbers are messed up.
grafik

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0