[pypy-svn] r20482 - pypy/extradoc/talk/22c3
cfbolz at codespeak.net
cfbolz at codespeak.net
Thu Dec 1 10:56:21 CET 2005
Author: cfbolz
Date: Thu Dec 1 10:56:17 2005
New Revision: 20482
Modified:
pypy/extradoc/talk/22c3/techpaper.pdf
pypy/extradoc/talk/22c3/techpaper.txt
Log:
don't number the abstract
Modified: pypy/extradoc/talk/22c3/techpaper.pdf
==============================================================================
Files pypy/extradoc/talk/22c3/techpaper.pdf (original) and pypy/extradoc/talk/22c3/techpaper.pdf Thu Dec 1 10:56:17 2005 differ
Modified: pypy/extradoc/talk/22c3/techpaper.txt
==============================================================================
--- pypy/extradoc/talk/22c3/techpaper.txt (original)
+++ pypy/extradoc/talk/22c3/techpaper.txt Thu Dec 1 10:56:17 2005
@@ -6,8 +6,10 @@
.. rst2latex --use-latex-citations --use-latex-footnotes --use-latex-toc --documentoptions=twocolumn,10pt,a4paper --hyperlink-color=0 techpaper.txt --use-latex-docinfo --stylesheet=techpaper.sty techpaper.tex
.. manual tweaking of the title in the latex file is necessary :-(
-Abstract
-========
+
+.. raw:: latex
+
+ \begin{abstract}
PyPy [#]_ is an implementation of the Python [#]_ programming language written in
Python itself, flexible and easy to experiment with. Our long-term goals are
@@ -21,6 +23,10 @@
.. [#] http://codespeak.net/pypy
.. [#] http://docs.python.org/ref
+.. raw:: latex
+
+ \end{abstract}
+
PyPy - an implementation of Python in Python
============================================
More information about the Pypy-commit
mailing list