diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-06 23:01:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-06 23:01:18 +0000 |
commit | 04e211f107eb8723e3df5cb49ee72fb0a191e6e4 (patch) | |
tree | 91b70654e05a91c7fb8c0944d14371161d019b53 /Master/texmf-dist/tex/context | |
parent | 24f9b9f3765cce36b365687c66f49278a94fbc7a (diff) |
circuitikz (6jun16)
git-svn-id: svn://tug.org/texlive/trunk@41299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex | 18 |
1 files changed, 15 insertions, 3 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 91a730409e1..cbf664a6c64 100644 --- a/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex +++ b/Master/texmf-dist/tex/context/third/circuitikz/t-circuitikz.tex @@ -1,5 +1,5 @@ -\def\pgfcircversion{0.5} -\def\pgfcircversiondate{2016/04/24} +\def\pgfcircversion{0.6} +\def\pgfcircversiondate{2016/06/06} \writestatus{loading}{\pgfcircversiondate{} The CircuiTikz circuit drawing package version \pgfcircversion} \usemodule[tikz] @@ -18,6 +18,18 @@ \catcode`\!=12 \input pgfcirc.defines.tex +\input pgfcircutils.tex +\input pgfcircmath.tex + +\input pgfcircshapes.tex +\input pgfcircmonopoles.tex +\input pgfcircbipoles.tex +\input pgfcirctripoles.tex +\input pgfcircquadpoles.tex + +\input pgfcirclabel.tex +\input pgfcircvoltage.tex +\input pgfcirccurrent.tex % defaults @@ -107,7 +119,7 @@ \ctikzset{tripoles/op amp/font/.initial=\switchtobodyfont[small]} -\input pgfcircbasic.tex +\input pgfcircpath.tex \catcode`\@=\tikzatcode \catcode`\|=\tikzbarcode |