summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-01 21:35:44 +0000
committerKarl Berry <karl@freefriends.org>2019-12-01 21:35:44 +0000
commit9aeb61680aefe61b97bdf89d656819d75cf3fc28 (patch)
tree288cc5f282e11ee8f17d44a400cc6d60a5f1b8c7 /Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
parent439fd717142b2fb747dd37229cd0cfeb47a4a9c6 (diff)
circuitikz (1dec19)
git-svn-id: svn://tug.org/texlive/trunk@52990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex')
-rw-r--r--Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex b/Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
index 826ac82bba9..a287f7a7336 100644
--- a/Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
+++ b/Master/texmf-dist/tex/generic/circuitikz/pgfcircutils.tex
@@ -57,4 +57,11 @@
\def\pgf@circ@stripdecimals#1.#2\pgf@nil{#1}
+%%%%%%%
+%% flipping text
+
+\def\ctikzflipx#1{\scalebox{-1}[1]{#1}}
+\def\ctikzflipy#1{\scalebox{1}[-1]{#1}}
+\def\ctikzflipxy#1{\scalebox{-1}[-1]{#1}}
+
\endinput