summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-21 22:15:19 +0000
committerKarl Berry <karl@freefriends.org>2021-02-21 22:15:19 +0000
commit037b5617dc1197da3c4065d8784e9e6887caab2a (patch)
tree37010e4be39e7c67cb7da643b9e781ee684a1f58 /Master/texmf-dist/tex/latex
parent95292f9a4428a98e9f5eedeec47db9fdbbab0bbf (diff)
circuitikz (21feb21)
git-svn-id: svn://tug.org/texlive/trunk@57831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/circuitikz/circuitikz.sty29
1 files changed, 16 insertions, 13 deletions
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)