summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-19 22:58:18 +0000
committerKarl Berry <karl@freefriends.org>2021-01-19 22:58:18 +0000
commitd90920fcea354385cda2c06cb25a7e490a1f66c7 (patch)
treec1894591bf30b94bf1fa75f28ed120b9f2d82c3f /Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
parentfdd73d8d37055fc18e84ba6e0f87b8d5bb359ed7 (diff)
circuitikz (19jan21)
git-svn-id: svn://tug.org/texlive/trunk@57469 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.tex32
1 files changed, 16 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
index 5f65d770794..465f704ded7 100644
--- a/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
+++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcirclabel.tex
@@ -1,7 +1,7 @@
-% Copyright 2018-2020 by Romano Giannetti
-% Copyright 2015-2020 by Stefan Lindner
-% Copyright 2013-2020 by Stefan Erhardt
-% Copyright 2007-2020 by Massimo Redaelli
+% Copyright 2018-2021 by Romano Giannetti
+% Copyright 2015-2021 by Stefan Lindner
+% Copyright 2013-2021 by Stefan Erhardt
+% Copyright 2007-2021 by Massimo Redaelli
%
% This file may be distributed and/or modified
%
@@ -31,9 +31,9 @@
}}
%% Options
-\ctikzset{label/.style = { l=#1 } }
+\ctikzset{label/.style = { l={#1} } }
\ctikzset{l/.code = {
- \pgfkeys{/tikz/circuitikz/bipole/label/name=#1}
+ \pgfkeys{/tikz/circuitikz/bipole/label/name={#1}}
\ctikzsetvalof{bipole/label/unit}{}
\ifpgf@circ@siunitx
\pgf@circ@handleSI{#1}
@@ -49,28 +49,28 @@
}}
\ctikzset{label above/.code = {
- l=#1,
+ l={#1},
\circuitikzbasekey/bipole/label/position=90 }
}
\ctikzset{l^/.style = {
- l=#1,
+ l={#1},
\circuitikzbasekey/bipole/label/position=90 }
}
\ctikzset{label below/.code = {
- l=#1,
+ l={#1},
\circuitikzbasekey/bipole/label/position=-90 }
}
\ctikzset{l_/.style = {
- l=#1,
+ l={#1},
\circuitikzbasekey/bipole/label/position=-90 }
}
-\ctikzset{annotation/.style = { a=#1 } }
+\ctikzset{annotation/.style = { a={#1} } }
\ctikzset{a/.code = {
- \pgfkeys{/tikz/circuitikz/bipole/annotation/name=#1}
+ \pgfkeys{/tikz/circuitikz/bipole/annotation/name={#1}}
\ctikzsetvalof{bipole/annotation/unit}{}
\ifpgf@circ@siunitx
\pgf@circ@handleSI{#1}
@@ -86,21 +86,21 @@
}}
\ctikzset{annotation above/.code = {
- a=#1,
+ a={#1},
\circuitikzbasekey/bipole/annotation/position=90 }
}
\ctikzset{a^/.style = {
- a=#1,
+ a={#1},
\circuitikzbasekey/bipole/annotation/position=90 }
}
\ctikzset{annotation below/.code = {
- a=#1,
+ a={#1},
\circuitikzbasekey/bipole/annotation/position=-90 }
}
\ctikzset{a_/.style = {
- a=#1,
+ a={#1},
\circuitikzbasekey/bipole/annotation/position=-90 }
}