[Commit] papers/xr_ols2003 api.tex,1.16,1.17 appendix.tex,1.8,1.9

Carl Worth commit@keithp.com
Fri, 16 May 2003 12:55:46 -0700


Committed by: cworth

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

Modified Files:
	api.tex appendix.tex 
Log Message:
Fixed introduction to appendix

Index: api.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/api.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- api.tex	16 May 2003 19:39:14 -0000	1.16
+++ api.tex	16 May 2003 19:55:44 -0000	1.17
@@ -1,4 +1,5 @@
 \section{API and Examples}
+\label{sec:api}
 
 % Not to discuss for various reasons of brokenness: XrSetDash,
 % XrClip, XrScaleFont, XrSelectFont, XrSetTolerance

Index: appendix.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/appendix.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- appendix.tex	16 May 2003 19:21:12 -0000	1.8
+++ appendix.tex	16 May 2003 19:55:44 -0000	1.9
@@ -1,13 +1,13 @@
 \appendix
 
-XXX: Fix this paragraph
-Sections~\ref{sec:transformations}-\ref{sec:images} provide examples
-that build on this initial program. Each example consists of a single
-function that accepts an XrState pointer and performs drawing
-operations. Each example can be made into a complete program by simply
-adding the new function call to the program of Figure~\ref{fig:source_minimal}.
-
 \section{Example Source Code}
+
+This appendix contains the source code that was used to draw each
+figure in Section~\ref{sec:api}. Each example contains a top-level
+``draw'' function that accepts and XrState pointer, a width, and a
+height. The examples here can be made complete programs by adding the
+code from the example program of Figure~\ref{fig:source_minimal} and
+inserting a call to the ``draw'' function.
 
 \begin{figure}[htbp]
 \begin{scriptsize}