[pypy-svn] r20475 - pypy/extradoc/talk/22c3

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Dec 1 01:53:47 CET 2005


Author: cfbolz
Date: Thu Dec  1 01:53:42 2005
New Revision: 20475

Added:
   pypy/extradoc/talk/22c3/techpaper.sty
Modified:
   pypy/extradoc/talk/22c3/techpaper.pdf
   pypy/extradoc/talk/22c3/techpaper.txt
Log:
fix some small things. added a style file to include the author info (hard to
do in ReST). regenerate the pdf -- manual tweaks in the tex files are necessary
:-(


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 01:53:42 2005 differ

Added: pypy/extradoc/talk/22c3/techpaper.sty
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/22c3/techpaper.sty	Thu Dec  1 01:53:42 2005
@@ -0,0 +1,4 @@
+\author {Carl Friedrich Bolz\\\texttt{cfbolz at gmx.de} \and
+         Holger Krekel\\\texttt{hpk at merlinux} \and
+         Armin Rigo\\\texttt{arigo at tunes.org}}
+\date{}

Modified: pypy/extradoc/talk/22c3/techpaper.txt
==============================================================================
--- pypy/extradoc/talk/22c3/techpaper.txt	(original)
+++ pypy/extradoc/talk/22c3/techpaper.txt	Thu Dec  1 01:53:42 2005
@@ -1,11 +1,15 @@
-==================================================
-PyPy - The new Python Implemention on the Block 
-==================================================
+===============================================
+PyPy - The new Python Implemention on the Block
+===============================================
+
+.. command to produce latex file:
+.. 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 :-(
 
 Mission statement 
 ====================
 
-PyPy is an implementation of the Python [#]_ programming language written in
+PyPy [#]_ is an implementation of the Python [#]_ programming language written in
 Python itself, flexible and easy to experiment with.  Our long-term goals are
 to target a large variety of platforms, small and large, by providing a
 compiler toolsuite that can produce custom Python versions.  Platform, memory
@@ -14,6 +18,7 @@
 Eventually, dynamic optimization techniques - implemented as another
 translation aspect - should become robust against language changes.
 
+.. [#] http://codespeak.net/pypy
 .. [#] http://docs.python.org/ref
 
 PyPy - an implementation of Python in Python
@@ -76,7 +81,7 @@
 this *translation* process.  It can be configured to use reference
 counting or not; thus we have already achieved two very different
 mappings of application Python code over C/Posix.  We have
-successfully also translated our Python interpreter into the LLVM [#]_ code,
+also successfully translated our Python interpreter into LLVM [#]_ code,
 and we are working on targeting higher-level environments like
 Java and Squeak.
 
@@ -241,7 +246,7 @@
 
 .. [#] http://codespeak.net/pypy
 
-Status of the implementation (Oct 2005)
+Status of the implementation (Nov 2005)
 ========================================== 
 
 With the pypy-0.8.0 release we have integrated our AST compiler with



More information about the Pypy-commit mailing list