summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
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
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')
-rw-r--r--Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdfbin12669 -> 15488 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex10
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md7
-rw-r--r--Master/texmf-dist/doc/generic/circuitikz/README.md12
-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
7 files changed, 41 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf b/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf
index af66a5b1612..32c4c907ccc 100644
--- a/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf
+++ b/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex b/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex
index 13f3ade1cde..aa752551d41 100644
--- a/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex
+++ b/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.tex
@@ -2,11 +2,11 @@
\usemodule[circuitikz]
\starttext
-
+
A simple example to test the installation.
\startcircuitikz[scale=1.2]
- \draw
+ \draw
(0,2) to[I=1\milli\ampere] (2,2)
to[R, l_=2\kilo\ohm, *-*] (0,0)
to[R, l_=2\kilo\ohm] (2,0)
@@ -14,7 +14,9 @@ A simple example to test the installation.
to[cspst, l=$t_0$] (4,2) -- (4,1.5)
to [generic, i=$i_1$, v=$v_1$] (4,-.5) -- (4,-1.5)
(0,2) -- (0,-1.5) to[V, v_=4\volt] (2,-1.5)
- to [R, l=1\kilo\ohm] (4,-1.5);
+ to [R, l=1\kilo\ohm] (4,-1.5)
+ (5,2) node[dipchip, anchor=pin 1]{};
+
\stopcircuitikz
-
+
\stoptext
diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
index 3b9596ae157..c39e7406605 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md
@@ -1,7 +1,12 @@
<!--- CircuiTikz - Changelog --->
The major changes among the different circuitikz versions are listed here. See <https://github.com/circuitikz/circuitikz/commits> for a full list of changes.
-* Version 0.9.1
+* Version 0.9.2 (2019-06-21)
+ - (hopefully) fixed ConTeXt compatibility. Most new functionality is not tested; testers and developers for the ConTeXt side are needed.
+ - Added old ConTeXt version for 0.8.3
+ - Added tailless ground
+
+* Version 0.9.1 (2019-06-16)
- Added old LaTeX versions for 0.8.3, 0.7, 0.6 and 0.4
- Added the option to have inline transformers and gyrators
- Added rotary switches
diff --git a/Master/texmf-dist/doc/generic/circuitikz/README.md b/Master/texmf-dist/doc/generic/circuitikz/README.md
index ee76ef64689..7f9009e98d1 100644
--- a/Master/texmf-dist/doc/generic/circuitikz/README.md
+++ b/Master/texmf-dist/doc/generic/circuitikz/README.md
@@ -41,23 +41,27 @@ or, for ConTeXt,
### Older versions (v0.9.1 onwards)
-If you want to use older versions of `circuitikz`, just append the version number to the package name, as in `circuitikz-$version`:
+If you want to use older versions of `circuitikz` in LaTeX, just append the version number to the package name, as in `circuitikz-$version`:
```latex
\usepackage{circuitikz-0.8.3}
```
-or, for ConTeXt,
+The available versions are 0.8.3, 0.7, 0.6 and 0.4.
+
+In ConTeXt, only the 0.8.3 version is available for the time being; you can use it with
```latex
\usemodule[circuitikz-0.8.3]
```
+
+
## More Information
-More Information can be found in the manual and at the wiki of the project located at https://github.com/circuitikz/circuitikz/wiki.
+More Information can be found in the manual and (maybe) at the wiki of the project located at https://github.com/circuitikz/circuitikz/wiki.
## Contact the authors
* git: https://github.com/circuitikz/circuitikz
* Massimo Redaelli (m.redaelli@gmail.com)
* Stefan Lindner (stefan.lindner@fau.de)
* Stefan Erhardt (stefan.erhardt@fau.de)
-* Romano Giannetti (romano@rgtti.com)
+* Romano Giannetti (romano.giannetti@gmail.com)
-------------
Copyright 2007-18 by Massimo Redaelli
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}{}