mkrphys / ipython-tikzmagic

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

Support for circuitikz #13

Open mkrphys opened 7 years ago

mkrphys commented 7 years ago

Add support for http://www.texample.net/tikz/examples/circuitikz/

This requires to load the package circuitikz via \usepackage[symbols]{circuitikz} and support for an additional environment,

\begin{circuitikz}
    ...
\end{circuitikz}
DavidPowell commented 6 years ago

This was fixed by PR #20

Kreijstal commented 3 years ago

How are you supposed to use circuitikz? image