From 14bc93939d2ac679019a94721b4bc5c178671f2f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 20 Jan 2021 03:01:21 +0000 Subject: CTAN sync 202101200301 --- .../pgf/contrib/circuitikz/tex/pgfcirclabel.tex | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'graphics/pgf/contrib/circuitikz/tex/pgfcirclabel.tex') diff --git a/graphics/pgf/contrib/circuitikz/tex/pgfcirclabel.tex b/graphics/pgf/contrib/circuitikz/tex/pgfcirclabel.tex index 5f65d77079..465f704ded 100644 --- a/graphics/pgf/contrib/circuitikz/tex/pgfcirclabel.tex +++ b/graphics/pgf/contrib/circuitikz/tex/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 } } -- cgit v1.2.3