mkrphys / ipython-tikzmagic

IPython magics for generating figures with TikZ
BSD 3-Clause "New" or "Revised" License
160 stars 44 forks source link

LaTeX terminated with signal -1 #26

Open mahmutkocak opened 5 years ago

mahmutkocak commented 5 years ago

I have installed the package as it is suggested. By entering the code

%%tikz \draw (0,0) rectangle (1,1); \filldraw (0.5,0.5) circle (.1);

I got the error

LaTeX terminated with signal -1 No log file generated. No image generated.

knaggita commented 4 years ago

I got the same error today. Was this resolved?

sekigh commented 3 years ago

I have the same issue

LaTeX terminated with signal -1 No log file generated. No image generated.

when I run the codes

%%tikz \draw (0,0) rectangle (1,1); \filldraw (0.5,0.5) circle (.1);

on ubuntu20.04 with jupyter lab though they work fine on ubuntu18.04 and 16.04.

Does anyone help me out ?