diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex b/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex index d4358b98c3c..92299ca6496 100644 --- a/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex +++ b/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex @@ -1,7 +1,7 @@ -% Copyright 2018-2023 by Romano Giannetti -% Copyright 2015-2023 by Stefan Lindner -% Copyright 2013-2023 by Stefan Erhardt -% Copyright 2007-2023 by Massimo Redaelli +% Copyright 2018-2024 by Romano Giannetti +% Copyright 2015-2024 by Stefan Lindner +% Copyright 2013-2024 by Stefan Erhardt +% Copyright 2007-2024 by Massimo Redaelli % % This file may be distributed and/or modified % @@ -16,8 +16,8 @@ \startmodule[circuitikz] \usemodule[tikz] -\def\pgfcircversion{1.6.6} -\def\pgfcircversiondate{2023/12/09} +\def\pgfcircversion{1.6.7} +\def\pgfcircversiondate{2024/02/09} \writestatus{loading}{\pgfcircversiondate{} The CircuiTikz circuit drawing package version \pgfcircversion} @@ -148,7 +148,9 @@ \catcode`\!=\tikzexclaimcode % define the environment -\long\def\startcircuitikz#1\stopcircuitikz{\starttikzpicture#1\stoptikzpicture} +% thanks to Max Chernoff https://tex.stackexchange.com/a/705683/38080 +\let\startcircuitikz\starttikzpicture +\let\stopcircuitikz\stoptikzpicture \protect |