[Commit] papers/xr_ols2003 api.tex,1.14,1.15

Keith Packard commit@keithp.com
Fri, 16 May 2003 12:32:54 -0700


Committed by: keithp

Update of /local/src/CVS/papers/xr_ols2003
In directory home.keithp.com:/tmp/cvs-serv27254

Modified Files:
	api.tex 
Log Message:
Stick verbatim in its own paragraph to avoid spacing troubles

Index: api.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/api.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- api.tex	16 May 2003 19:27:34 -0000	1.14
+++ api.tex	16 May 2003 19:32:51 -0000	1.15
@@ -366,6 +366,7 @@
 onto the target surface. This functionality is similar to the notion
 of transparency groups in PDF 1.4 and can be achieved with the
 following idiom:
+
 \begin{scriptsize}
 \begin{verbatim}
 XrSave (xrs);
@@ -376,6 +377,7 @@
 XrShowSurface (xrs, surface);
 \end{verbatim}
 \end{scriptsize}
+
 In this example an intermediate surface is installed as the target
 surface, and then graphics are drawn on the intermediate surface. When
 XrRestore is called, the original target surface is restored and the