[pypy-svn] r27963 - pypy/extradoc/talk/dls2006
mwh at codespeak.net
mwh at codespeak.net
Wed May 31 12:18:35 CEST 2006
Author: mwh
Date: Wed May 31 12:18:26 2006
New Revision: 27963
Modified:
pypy/extradoc/talk/dls2006/paper.tex
Log:
use lattice{1,2}.pdf. about zero thought went in to the amount of scaling to
use and the captions; tweaking may be desirable.
Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex (original)
+++ pypy/extradoc/talk/dls2006/paper.tex Wed May 31 12:18:26 2006
@@ -669,22 +669,25 @@
\texttt{None}; resp. an instance or \texttt{None}.
\end{itemize}
%
-Figures 6 and 7 shows how these types are ordered to form a lattice. We
-mostly use its structure of [join-semilattice] only.
+Figures \ref{latticeoverall} and \ref{latticedetail} show how these
+types are ordered to form a lattice. We mostly use its structure of
+[join-semilattice] only.
-\begin{verbatim}
-.. graphviz:: image/lattice1.dot
-
-:Figure 6: the lattice of annotations.
-\end{verbatim}
-
-\begin{verbatim}
-.. graphviz:: image/lattice2.dot
+\begin{figure*}
+\centering
+\includegraphics[scale=0.75]{image/lattice1.pdf}
+\caption{The overall lattice}
+\label{latticeoverall}
+\end{figure*}
-:Figure 7: The part about instances and nullable instances, assuming a
- simple class hierarchy with only two direct subclasses of
- \texttt{object}.
-\end{verbatim}
+\begin{figure*}
+\centering
+\includegraphics[scale=0.75]{image/lattice2.pdf}
+\caption{The part about instances and nullable instances, assuming a
+ simple class hierarchy with only two direct subclasses of
+ \texttt{object}.}
+\label{latticedetail}
+\end{figure*}
All list terms for all variables are unordered. The Pbcs form a
More information about the Pypy-commit
mailing list