Re: [NTG-context] European style Circuitikz error

2020-02-27 Thread Jan-Erik Hägglöf
It is solved. Draw circuits in this way: \usemodule[circuitikz] \starttext \starttikzpicture[european] % Circuit 1 \draw (0,0) to[short] (0,4) to[battery1] (2,4) to[rmeter, t=A] (4,4); \draw (0,2) to[R=$115 \Omega$,l^=$115 \Omega$] (2,2) to[R=$R_1$,l^=$325 \Omega$] (4,2); \draw (0,0)

[NTG-context] European style Circuitikz error

2020-02-27 Thread Jan-Erik Hägglöf
In page 8 inte e Circuitikz manual the settings to get European style components e.g resistors like rectangular boxes instead of default looking. It says this \usemodule[circuitikz][american] When I do this \usemodule[circuitikz][european] It gives an error. ! Package pgfkeys Error: I do