From b0a7c5ed30b683df89c5634da381cc90c8f4e268 Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Wed, 7 Sep 2005 16:30:26 +0000 Subject: [PATCH] introduce workaround for a strange behaviour of pdfTeX git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2403 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/graph.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manual/graph.tex b/manual/graph.tex index b8fc33e2..32722583 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -1,5 +1,10 @@ \chapter{Graphs} \label{graph} +% workaround for a bug in pdftex 1.21 or in whatever: +% the \file macro contains \let\e=\textbackslash and pdfTeX +% complains about \e being undefined. ??? +\let\e=\textbackslash + \section{Introduction} % {{{ \PyX{} can be used for data and function plotting. At present only x-y-graphs are supported. However, the component architecture of the -- 2.11.4.GIT