summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-09 21:35:06 +0000
committerKarl Berry <karl@freefriends.org>2023-12-09 21:35:06 +0000
commitb4bcc97df99ad245fdeddd21f3ebac1a20da006e (patch)
tree6fc57b794b9477ff6f8a1f43da5c0846fdc5a9f0 /Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
parentea669d07f378aa15cca3e9013994d662840203e0 (diff)
circuitikz (9dec23)
git-svn-id: svn://tug.org/texlive/trunk@69077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex')
-rw-r--r--Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex21
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
index 32a8a8c532a..f0f68f16ff0 100644
--- a/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
+++ b/Master/texmf-dist/doc/latex/circuitikz/circuitikzmanual.tex
@@ -2054,6 +2054,7 @@ If instead \texttt{europeanresistors} option is active (or the style \texttt{[e
Other miscellaneous resistor-like devices:
\begin{groupdesc}
\circuitdescbip*{varistor}{Varistor}{}
+ \circuitdescbip*{mov}{Metal-Oxide varistor}{}
\circuitdescbip*[photoresistor]{phR}{Photoresistor}{photoresistor}(arrows/0/0.3)
\circuitdescbip*[thermistor]{thR}{Thermistor}{thermistor}
\circuitdescbip*[thermistorptc]{thRp}{PTC thermistor}{thermistor ptc}
@@ -3162,7 +3163,6 @@ Or, if you want a more physical structure for the measurement setup:
You can change the scale of all the mechanical elements by setting the key \texttt{mechanicals/scale} to something different from the default \texttt{1.0}.
-
\subsection{Miscellaneous bipoles}
Here you'll find bipoles that are not easily grouped in the categories above.
@@ -3171,12 +3171,13 @@ Here you'll find bipoles that are not easily grouped in the categories above.
\circuitdescbip{thermocouple}{Thermocouple}{}
\circuitdescbip*{fuse}{Fuse}{}
\circuitdescbip*{afuse}{Asymmetric fuse}{asymmetric fuse}
+ \circuitdescbip{wfuse}{``wiggly'' fuse}{wiggly fuse}()[left/110/0.2, right/70/0.2]
\circuitdescbip{squid}{Squid}{}
\circuitdescbip{barrier}{Barrier}{}
\circuitdescbip{openbarrier}{Open barrier}{}
\end{groupdesc}
- You can tune how big is the gap in the \texttt{openbarrier} component by setting the key \texttt{bipoles/openbarrier/gap} (default value \texttt{0.5}; \texttt{0} means no gap and \texttt{1} full gap).
+You can tune how big is the gap in the \texttt{openbarrier} component by setting the key \texttt{bipoles/openbarrier/gap} (default value \texttt{0.5}; \texttt{0} means no gap and \texttt{1} full gap).
\begin{groupdesc}
\circuitdescbip*{european gas filled surge arrester}{European gas filled surge arrester}{}
@@ -3231,6 +3232,22 @@ You have two types of microphones; \texttt{mic} has protruding connection and \t
You can change the scale of all the miscellaneous elements by setting the key \texttt{misc/scale} to something different from the default \texttt{1.0}.
+\paragraph{Wiggly fuses} can have (or not have) poles; you can switch between the two forms by setting to \texttt{true} or \texttt{false} (default \texttt{true}) the key \texttt{bipoles/wfuse/dots}; if they have poles, you can choose any of the pole shapes with the key \texttt{bipoles/wfuse/shape}.
+The pole nodes are named \texttt{-left} and \texttt{-right} so that you can access their borders.
+
+\begin{LTXexample}[varwidth=true, basicstyle=\small\ttfamily]
+\begin{circuitikz}
+ \draw (0,3) to[wfuse, bipoles/wfuse/dots=false] ++(2,0);
+ \draw (0,2) to[wfuse, name=A] ++(2,0);
+ \ctikzset{bipoles/wfuse/shape=osquarepole}
+ \draw (0,1) to[wfuse, name=B] ++(2,0);
+ \draw [red, densely dashed]
+ (A-left.-135) to[bend right] (B-left.135);
+ \ctikzset{bipoles/wfuse/shape=circ}
+ \draw (0,0) to[wfuse, name=B] ++(2,0);
+\end{circuitikz}
+\end{LTXexample}
+
\subsection{Multiple wires (buses)}
These are simple drawings to indicate multiple wires.