[Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.28,1.29
Fred L. Drake
python-dev@python.org
2000年11月22日 08:06:19 -0800
Update of /cvsroot/python/python/dist/src/Doc/dist
In directory slayer.i.sourceforge.net:/tmp/cvs-serv305/dist
Modified Files:
dist.tex
Log Message:
Do not use \verb in the Python documentation -- it makes parsing the LaTeX
sources more difficult and other tools do not always work well with it.
Since we have better markup for this case, just fix it.
Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** dist.tex 2000年10月26日 21:13:22 1.28
--- dist.tex 2000年11月22日 16:06:16 1.29
***************
*** 606,612 ****
options that command supports. Any number of options can be supplied
for each command, and any number of command sections can be included in
! the file. Blank lines are ignored, as are comments (from a \verb+#+
! character to end-of-line). Long option values can be split across
! multiple lines simply by indenting the continuation lines.
You can find out the list of options supported by a particular command
--- 606,612 ----
options that command supports. Any number of options can be supplied
for each command, and any number of command sections can be included in
! the file. Blank lines are ignored, as are comments (from a
! \character{\#} character to end-of-line). Long option values can be
! split across multiple lines simply by indenting the continuation lines.
You can find out the list of options supported by a particular command