On 2/27/2020 3:19 PM, Robin Schwab wrote:
Hi,
I am looking for a LaTeX system that can create accessible PDF so I
tried ConTeXt.
In current ConTeXt it seems to be impossible to specify more than one
\setupbackend[format
Minimal example:
\setupbackend[format={pdf/a-3a,pdf/ua-1,pdf/x-4}]
\start
Hi,
I am looking for a LaTeX system that can create accessible PDF so I
tried ConTeXt.
In current ConTeXt it seems to be impossible to specify more than one
\setupbackend[format
Minimal example:
\setupbackend[format={pdf/a-3a,pdf/ua-1,pdf/x-4}]
\starttext
\input knuth
\stoptext
I get an err
Hello Pablo,
although I'm not sure about what to achieve, should this be helpful for
you?
Ctx source:
Pablo.mkiv
\starttext
\setupheadertexts[][\cldcontext{"Mode = " .. (tex.modes["1"] and "1"
or tex.modes["2"] and "2" or "??")}] % Just for debugging
\input knuth
\page[right]
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) to[R=$R_1
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 n
Hello,
thanks for explanation - so I'll look for another approach.
Best regards,
Lukas
On 2020-02-26 22:36, Willi Egger wrote:
When looking at your setup, then it appears, that you start arranging
two times. This is not how arranging works. — Context will first
compile the whole document as