diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/changelog.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf | bin | 646978 -> 647031 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex | 9 |
3 files changed, 21 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex index 6dff87100c1..19739d0356b 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex @@ -6,7 +6,20 @@ full list of changes. \begin{itemize} \tightlist \item - Version 0.9.1 + Version 0.9.2 (2019-06-21) + + \begin{itemize} + \tightlist + \item + (hopefully) fixed ConTeXt compatibility. Most new functionality is + not tested; testers and developers for the ConTeXt side are needed. + \item + Added old ConTeXt version for 0.8.3 + \item + Added tailless ground + \end{itemize} +\item + Version 0.9.1 (2019-06-16) \begin{itemize} \tightlist diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf Binary files differindex 46599c3840d..22804d83253 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf +++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf 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}{} |