diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex index 0b66a590029..3a4d22a06a4 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex @@ -236,7 +236,11 @@ If you have older projects that show compatibility problems, you have two option \begin{lstlisting} \usepackage[]{circuitik-0.8.3} % or circuitikz-0.4, 0.6... \end{lstlisting} - You have to take care of the options that may have changed between versions. + You have to take care of the options that may have changed between versions; + \item if you are using \ConTeXt, only version \texttt{0.8.3} is packaged for now; if can use it with + \begin{lstlisting} + \usemodule[circuitik-0.8.3] + \end{lstlisting} \end{itemize} @@ -845,9 +849,10 @@ For the grounds, the \texttt{center} anchor is put on the connecting point of th \begin{groupdesc} \circuitdesc{ground}{Ground}{}( center/0/0.3 ) + \circuitdesc{tlground}{Tailless ground}{}( center/0/0.3 ) \circuitdesc{rground}{Reference ground}{} \circuitdesc*{sground}{Signal ground}{} - \circuitdesc{tground}{Thicker ground}{} + \circuitdesc{tground}{Thicker tailless reference ground}{} \circuitdesc{nground}{Noiseless ground}{} \circuitdesc{pground}{Protective ground}{} \circuitdesc{cground}{Chassis ground\footnotemark}{} |