From 6399dbd06028091736ea9928eaf3314f93df70f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 13 Jun 2003 07:55:12 +0000 Subject: [PATCH] Pyx -> PyX git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@945 069f4177-920e-0410-937b-c2a4a81bcd90 --- contrib/pyx.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pyx.def b/contrib/pyx.def index c5e795b5..ba8682af 100644 --- a/contrib/pyx.def +++ b/contrib/pyx.def @@ -175,12 +175,12 @@ % % %%%%%% (3) rotations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% /// \def\Grot@start{\special{PyX:rotate_begin angle=\Grot@angle}} -\def\Grot@end{\special{Pyx:rotate_end}} +\def\Grot@end{\special{PyX:rotate_end}} % //\ % % %%%%%% (4) scalings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% /// % -\def\Gscale@start{\special{Pyx:scale_begin xscale=\Gscale@x\space yscale=\Gscale@y}} +\def\Gscale@start{\special{PyX:scale_begin xscale=\Gscale@x\space yscale=\Gscale@y}} \def\Gscale@end{\special{PyX:scale_end}} % //\ \endinput -- 2.11.4.GIT