summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuitikz
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-22 21:22:05 +0000
committerKarl Berry <karl@freefriends.org>2019-06-22 21:22:05 +0000
commit07cd2920c385685a67c988d4babd2a230937d738 (patch)
tree7afd10ef78230eadec21305f5ffa065a2e4fedb8 /Master/texmf-dist/doc/latex/circuitikz
parent409d3008a502ad1665ac75bbfd9e44b929129266 (diff)
circuitikz (22jun19)
git-svn-id: svn://tug.org/texlive/trunk@51420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz')
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/changelog.tex15
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdfbin646978 -> 647031 bytes
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex9
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
index 46599c3840d..22804d83253 100644
--- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf
+++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf
Binary files differ
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}{}