[Python-checkins] python/dist/src/Doc/doc doc.tex,1.82,1.83

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Feb 10 13:30:25 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17808

Modified Files:
	doc.tex 
Log Message:
add support for \e to the {alltt} environment


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** doc.tex	9 Feb 2004 21:00:29 -0000	1.82
--- doc.tex	10 Feb 2004 18:30:22 -0000	1.83
***************
*** 791,795 ****
      \begin{macrodesc}{e}{}
        Produces a backslash.  This is convenient in \macro{code},
!       \macro{file}, and similar macros, and is only defined there.  To
        create a backslash in ordinary text (such as the contents of the
        \macro{citetitle} macro), use the standard \macro{textbackslash}
--- 791,796 ----
      \begin{macrodesc}{e}{}
        Produces a backslash.  This is convenient in \macro{code},
!       \macro{file}, and similar macros, and the \env{alltt}
!       environment, and is only defined there.  To
        create a backslash in ordinary text (such as the contents of the
        \macro{citetitle} macro), use the standard \macro{textbackslash}




More information about the Python-checkins mailing list