From 037b5617dc1197da3c4065d8784e9e6887caab2a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Feb 2021 22:15:19 +0000 Subject: circuitikz (21feb21) git-svn-id: svn://tug.org/texlive/trunk@57831 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/circuitikz/circuitikz.sty | 29 ++++++++++++---------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/circuitikz/circuitikz.sty b/Master/texmf-dist/tex/latex/circuitikz/circuitikz.sty index 7309dd6d18a..a5ec75f3aff 100644 --- a/Master/texmf-dist/tex/latex/circuitikz/circuitikz.sty +++ b/Master/texmf-dist/tex/latex/circuitikz/circuitikz.sty @@ -12,8 +12,8 @@ \NeedsTeXFormat{LaTeX2e} -\def\pgfcircversion{1.3.0} -\def\pgfcircversiondate{2021/01/19} +\def\pgfcircversion{1.3.1} +\def\pgfcircversiondate{2021/02/20} \ProvidesPackage{circuitikz}% [\pgfcircversiondate{} The CircuiTikz circuit drawing package version \pgfcircversion] @@ -354,17 +354,20 @@ \fi %% This should be executed *after* all the options! -\AtEndOfPackage{% -\ifpgf@circ@explicitvdir\else - \PackageWarningNoLine{circuitikz}{% - You did not specify one of the voltage directions:\MessageBreak - \space\space oldvoltagedirection, nooldvoltagedirection, \MessageBreak - \space\space RPvoltages or EFvoltages \MessageBreak - Default directions may have changed, \MessageBreak - please check the manual% - } -\fi -} +% +% Remove the warning; nobody cares. +% +% \AtEndOfPackage{% +% \ifpgf@circ@explicitvdir\else +% \PackageWarningNoLine{circuitikz}{% +% You did not specify one of the voltage directions:\MessageBreak +% \space\space oldvoltagedirection, nooldvoltagedirection, \MessageBreak +% \space\space RPvoltages or EFvoltages \MessageBreak +% Default directions may have changed, \MessageBreak +% please check the manual% +% } +% \fi +% } \newenvironment{circuitikz}{\begin{tikzpicture}}{\end{tikzpicture}} %override (unused) circuitikz environment for compability to externalization) -- cgit v1.2.3