This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martineau
Recipients
Date 2004-07-30.18:01:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When attempting to build the pdf version of the 
documentation from CVS, I get the following 
error: 
 
(/.../python/dist/src/Doc/lib/libxmlrpclib.tex 
... 
! TeX capacity exceeded, sorry [input stack 
size=1500]. 
\font@name -> 
             \OT1/phv/m/n/10 
l.259 ...//www.xmlrpc.com/discuss/msgReader\$1208} 
                                                  , an 
approach 
!  ==> Fatal error occurred, the output PDF file 
is not finished! 
 
The '$' in line 259 of libxmlrpclib.tex seems to 
trip up pdflatex.  If '%24' is substituted for '$', 
the link still works, and lib.pdf will build. 
 
Info about my version of pdflatex & linux: 
$ pdflatex --version 
pdfTeX (Web2C 7.4.5) 3.14159-1.10b 
kpathsea version 3.4.5 
... 
$ cat /proc/version 
Linux version 2.6.5-7.95-default 
(geeko@buildhost) (gcc version 3.3.3 (SuSE 
Linux)) #1 Thu Jul 1 15:23:45 UTC 2004 
History
Date User Action Args
2007-08-23 14:24:38adminlinkissue1000841 messages
2007-08-23 14:24:38admincreate