[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in definition of @image
From: |
Wilhelm Mueller |
Subject: |
bug in definition of @image |
Date: |
Tue, 18 Dec 2001 11:11:58 +0100 |
Hello,
I just tried to format the emacs lisp intro. I replaced the included
texinfo.tex with the latest one and triggered a bug:
...
[108] [109] [110] Chapter 9 [111] [112]
Runaway argument?
\finish \fi \end tex \sp 1 \end ifset \ifclear print-postscript-figu\ETC.
! Paragraph ended before \imagexxx was complete.
<to be read again>
\par
l.8956
...
It seems this happens sinde the definition of \imagexxx changed, but
its usage did not. At least, the following patch solved the problem:
diff -c ./texinfo.tex-20010725.~1~ ./texinfo.tex-20010725
*** ./texinfo.tex-20010725.~1~ Tue Dec 18 11:05:47 2001
--- ./texinfo.tex-20010725 Tue Dec 18 11:05:47 2001
***************
*** 5881,5887 ****
\global\warnednoepsftrue
\fi
\else
! \imagexxx #1,,,\finish
\fi
}
%
--- 5881,5887 ----
\global\warnednoepsftrue
\fi
\else
! \imagexxx #1,,,,,\finish
\fi
}
%
-- Wilhelm
Don't take life so serious, son, it ain't nohow permanent.
-- Walt Kelly
--
***************************************************
Wilhelm Müller Baumanagement Bremen GmbH
Schlachte 32 Tel: +49-421-361-10629
D-28195 Bremen, Germany Fax: +49-421-361-2295
PGP 2.6.3i: RSA 2048 bits id C2F0A2D1
Fingerprint: B1452644 DEBB647F 94AA3DA9 01608E0A
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug in definition of @image,
Wilhelm Mueller <=