[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.84,1.85
Fred L. Drake
fdrake@users.sourceforge.net
2001年11月02日 12:53:21 -0800
Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory usw-pr-cvs1:/tmp/cvs-serv1097/texinputs
Modified Files:
python.sty
Log Message:
Fix stupid bug recently introduced for DVI version of the docs (used to
generate PostScript).
Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** python.sty 2001年10月29日 21:02:28 1.84
--- python.sty 2001年11月02日 20:53:19 1.85
***************
*** 884,888 ****
}
\else
! \newcommand{\citetitle}[2][URL]{#1}
\fi
--- 884,888 ----
}
\else
! \newcommand{\citetitle}[2][URL]{\emph{#2}}
\fi