diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-05 23:20:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-05 23:20:06 +0000 |
commit | b5a93c0fae61203d8391db893157a51f9234e550 (patch) | |
tree | bc20e263af8341cee6c75b59399316da42107721 /Master/texmf-dist/doc | |
parent | cfada733d6cd9f6fc41842c30c0047105c70ae63 (diff) |
circuitikz (28may17)
git-svn-id: svn://tug.org/texlive/trunk@44488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf | bin | 12647 -> 12729 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/changelog.tex | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf | bin | 283257 -> 289048 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex | 47 |
5 files changed, 89 insertions, 0 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 Binary files differindex 419d0bcf4d7..a75281218d7 100644 --- a/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf +++ b/Master/texmf-dist/doc/context/third/circuitikz/circuitikz-context.pdf diff --git a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md index fc68852703a..5e82d6dad28 100644 --- a/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md +++ b/Master/texmf-dist/doc/generic/circuitikz/CHANGELOG.md @@ -1,6 +1,17 @@ <!--- 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.8.3 (2017-05-28) + - Removed unwanted lines at to-paths if the starting point is a node without a explicit anchor. + - Fixed scaling option, now all parts are scaled by bipoles/length + - Surge arrester appears no more if a to path is used without []-options + - Fixed current placement now possible with paths at an angle of around 280° + - Fixed voltage placement now possible with paths at an angle of around 280° + - Fixed label and annotation placement (at some angles position not changable) + - Adjustable default distance for straight-voltages: 'bipoles/voltage/straight label distance' + - Added Symbol for bandstop filter + - New annotation type to show flows using f=... like currents, can be used for thermal, power or current flows + * Version 0.8.2 (2017-05-01) - Fixes pgfkeys error using alternatively specified mixed colors(see pgfplots manual section "4.7.5 Colors") - Added new switches "ncs" and "nos" diff --git a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex index 3d4abe682a1..2273d50bbd5 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/changelog.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/changelog.tex @@ -6,6 +6,37 @@ full list of changes. \begin{itemize} \tightlist \item + Version 0.8.3 (2017-05-28) + + \begin{itemize} + \tightlist + \item + Removed unwanted lines at to-paths if the starting point is a node + without a explicit anchor. + \item + Fixed scaling option, now all parts are scaled by bipoles/length + \item + Surge arrester appears no more if a to path is used without + {[}{]}-options + \item + Fixed current placement now possible with paths at an angle of + around 280° + \item + Fixed voltage placement now possible with paths at an angle of + around 280° + \item + Fixed label and annotation placement (at some angles position not + changable) + \item + Adjustable default distance for straight-voltages: + `bipoles/voltage/straight label distance' + \item + Added Symbol for bandstop filter + \item + New annotation type to show flows using f=\ldots{} like currents, + can be used for thermal, power or current flows + \end{itemize} +\item Version 0.8.2 (2017-05-01) \begin{itemize} diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.pdf Binary files differindex fc660280f5f..af84864d70b 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 5f71c56ddd3..35c383523ae 100644 --- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex +++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex @@ -512,6 +512,7 @@ Similarly, if (default behaviour) \texttt{europeanvoltages} option is active (or \circuititembip{twoport}{generic two port\footnote{To specify text to be put in the component: \texttt{twoport[t=text]}): \tikz \draw[scale=.5, transform shape] (0,0) to[twoport,>,t=text] (2,0); }}{} \circuititembip{vco}{vco}{} \circuititembip{bandpass}{bandpass}{} + \circuititembip{bandstop}{bandstop}{} \circuititembip{highpass}{highpass}{} \circuititembip{lowpass}{lowpass}{} \circuititembip{adc}{A/D converter}{} @@ -998,6 +999,52 @@ Also \end{circuitikz} \end{LTXexample} +\subsection{Flows}\label{flows} +As an alternative for the current arrows, you can also use the following flows. They can also be used to indicate thermal or power flows. The syntax is pretty the same as for currents. + +\textit{This is a new beta feature since version 0.8.3, therefore, please provide bugreports or hints to optimize this feature regarding placement and appearance! This means, that the appearance may change in the future!} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f<=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f_=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f_>=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f<^=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f<_=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} + +\begin{LTXexample}[varwidth=true] +\begin{circuitikz} + \draw (0,0) to[R, f>_=$i_1$] (3,0); +\end{circuitikz} +\end{LTXexample} \subsection{Voltages} See introduction note at Currents (chapter \ref{currents}, page \pageref{currents})! |