summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-25 20:53:31 +0000
committerKarl Berry <karl@freefriends.org>2017-03-25 20:53:31 +0000
commita79dbfe42116cdc40c6e2ff7cf46b97075a04585 (patch)
tree2bb4e1417d5d4ae32c9f35c10388fc354058db88 /Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
parent44cbf1fc60eb94ba3557cb07676bf514332c7957 (diff)
circuitikz (25mar17)
git-svn-id: svn://tug.org/texlive/trunk@43598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex')
-rw-r--r--Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex69
1 files changed, 37 insertions, 32 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
index 81aacdc99a3..a298b6a3a0e 100644
--- a/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
+++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
@@ -32,6 +32,7 @@
l=#1,
\circuitikzbasekey/bipole/label/position=90 }
}
+
\ctikzset{l^/.style = {
l=#1,
\circuitikzbasekey/bipole/label/position=90 }
@@ -41,18 +42,19 @@
l=#1,
\circuitikzbasekey/bipole/label/position=-90 }
}
+
\ctikzset{l_/.style = {
l=#1,
\circuitikzbasekey/bipole/label/position=-90 }
}
-%value options
+
\ctikzset{annotation/.style = { a=#1 } }
-\ctikzset{a/.code = {
+\ctikzset{a/.code = {
\pgfkeys{/tikz/circuitikz/bipole/annotation/name=#1}
\ctikzsetvalof{bipole/annotation/unit}{}
- \ifpgf@circ@siunitx
+ \ifpgf@circ@siunitx
\pgf@circ@handleSI{#1}
- \ifpgf@circ@siunitx@res
+ \ifpgf@circ@siunitx@res
\edef\pgf@temp{\pgf@circ@handleSI@val}
\pgfkeyslet{/tikz/circuitikz/bipole/annotation/name}{\pgf@temp}
\edef\pgf@temp{\pgf@circ@handleSI@unit}
@@ -63,12 +65,11 @@
\fi
}}
-
-
\ctikzset{annotation above/.code = {
a=#1,
\circuitikzbasekey/bipole/annotation/position=90 }
}
+
\ctikzset{a^/.style = {
a=#1,
\circuitikzbasekey/bipole/annotation/position=90 }
@@ -97,7 +98,7 @@
\ifx\pgf@temp\pgf@circ@temp %rotate
\pgf@circ@drawrotlabels{#1}
\else % smart
- \pgf@circ@drawsmartlabels{#1}
+ \pgf@circ@drawsmartlabels{#1}
\fi
\fi
}
@@ -105,48 +106,42 @@
\def\pgf@circ@drawsmartlabels#1{
\pgfextra{
- %\pgfmathadd{\pgf@circ@direction}{360}
\pgfmathmod{\pgf@circ@direction}{90}
\edef\pgfcircmathresult{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
}
- \ifnum \pgfcircmathresult > 20
- \ifnum \pgfcircmathresult < 70 % NON quasi retto
+ \ifnum \pgfcircmathresult > 20
+ \ifnum \pgfcircmathresult < 70
\pgf@circ@drawrotlabels{#1}
\else
\pgf@circ@drawreglabels{#1}
\fi
- \else
+ \else
\pgf@circ@drawreglabels{#1}
\fi
}
-%% Output routing
-%% #1 - node name
\def\pgf@circ@drawrotlabels#1{
\pgfextra{
- % calcolo rotazione label
- \def\pgf@circ@temp{\ctikzvalof{bipole/#1/position}} %%% àncora label
- \edef\pgfcirclabrot{\pgf@circ@direction} % primo e quarto quadrante
+ \def\pgf@circ@temp{\ctikzvalof{bipole/#1/position}}
+ \edef\pgfcirclabrot{\pgf@circ@direction} % first or fourth quadrant
\edef\pgfcircmathresult{\expandafter\pgf@circ@stripdecimals\pgf@circ@direction\pgf@nil}
- \ifnum \pgfcircmathresult > 90 \ifnum \pgfcircmathresult < 270 % terzo e secondo
+ \ifnum \pgfcircmathresult > 90 \ifnum \pgfcircmathresult < 270 % second or third quadrant
\pgfmathsubtract{\pgf@circ@direction}{180}
\edef\pgfcirclabrot{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
\pgfmathadd{\pgf@circ@temp}{180} %%%
\edef\pgf@circ@temp{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil} %%%
\fi\fi
-
- }
+
+ \pgfmathadd{\pgf@circ@direction}{90}
+ \edef\pgf@circ@labpos{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
+ }
\ifnum \ctikzvalof{mirror value} = -1
- % \pgfmathadd{\pgf@circ@temp}{180}
- % \edef\pgf@circ@temp{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
- coordinate (labelcoor) at ($(\ctikzvalof{bipole/name})!2!(\ctikzvalof{bipole/name}.south)$)
- (labelcoor) node [rotate=\pgfcirclabrot] {\pgf@circ@finallabels{#1}} % c'era un transform shape
+ (\ctikzvalof{bipole/name}.south)++(\pgf@circ@labpos:1.5ex) coordinate (labelcoor)
\else
- coordinate (labelcoor) at ($(\ctikzvalof{bipole/name})!2!(\ctikzvalof{bipole/name}.north)$)
- (labelcoor) node [rotate=\pgfcirclabrot] {\pgf@circ@finallabels{#1}} % c'era un transform shape
+ (\ctikzvalof{bipole/name}.north)++(\pgf@circ@labpos:1.5ex) coordinate (labelcoor)
\fi
-
+ (labelcoor) node [rotate=\pgfcirclabrot,anchor=mid] {\pgf@circ@finallabels{#1}}
}
\def\pgf@circ@drawreglabels#1{
@@ -154,7 +149,7 @@
\pgfmathsubtract{\pgf@circ@direction}{90}
\edef\pgf@circ@labanc{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
- \edef\pgf@circ@temp{\ctikzvalof{bipole/#1/position}} %%% àncora label
+ \edef\pgf@circ@temp{\ctikzvalof{bipole/#1/position}}
\ifnum \pgf@circ@temp < 0
\pgfmathadd{\pgf@circ@labanc}{180}
\edef\pgf@circ@labanc{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
@@ -168,9 +163,21 @@
\pgfmathadd{\pgf@circ@temp}{180}
\edef\pgf@circ@temp{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
\fi
+ \pgfmathadd{\pgf@circ@direction}{90}
+ \edef\pgf@circ@labpos{\expandafter\pgf@circ@stripdecimals\pgfmathresult\pgf@nil}
}
- node [ anchor = \pgf@circ@labanc]
- at (\ctikzvalof{bipole/name}.\pgf@circ@temp) {\pgf@circ@finallabels{#1}}
+
+ \ifnum \pgf@circ@labanc = -90
+ \ifnum \ctikzvalof{mirror value} = -1
+ (\ctikzvalof{bipole/name}.south)++(\pgf@circ@labpos:1.5ex) coordinate (labelcoor)
+ \else
+ (\ctikzvalof{bipole/name}.north)++(\pgf@circ@labpos:1.5ex) coordinate (labelcoor)
+ \fi
+ (labelcoor) node [anchor=mid] {\pgf@circ@finallabels{#1}}
+
+ \else
+ (\ctikzvalof{bipole/name}.\pgf@circ@temp) node [anchor=\pgf@circ@labanc]{\pgf@circ@finallabels{#1}}
+ \fi
}
\def\pgf@circ@finallabels#1{%
@@ -183,10 +190,8 @@
\fi%
}
-
\ctikzset{text/.style = { t=#1 } }
\ctikzset{t/.code = {
\ctikzsetvalof{bipoles/twoport/text}{#1}
}}
-
-\endinput
+\endinput \ No newline at end of file