[Commit] papers/xr_ols2003 introduction.tex,1.10,1.11 xr_ols2003.tex,1.5,1.6

Keith Packard commit@keithp.com
Thu, 15 May 2003 23:58:55 -0700


Committed by: keithp

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

Modified Files:
	introduction.tex xr_ols2003.tex 
Log Message:
Add some primitive bib entries

Index: introduction.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/introduction.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- introduction.tex	16 May 2003 05:37:30 -0000	1.10
+++ introduction.tex	16 May 2003 06:58:52 -0000	1.11
@@ -7,9 +7,16 @@
 buffers with a uniform rendering model so that applications can use the same
 API to present information regardless of the media.
 
-Moving from the primitive original X graphics system to a complete
-device-independent rendering environment should serve to drive future
-application development in exciting directions.
+The Xr library provides a device-independent API to drive X window
+system\cite{x} applications.  It can take advantage of the X Render
+Extension\cite{render:2001} where available but does not require it.  The
+intent is to also have Xr produce PostScript\cite{ps} and PDF
+1.4\cite{pdf14} output as well as manipulate images in the application
+address space.
+
+Moving from the primitive original graphics system available in the X Window
+System\cite{x} to a complete device-independent rendering environment should
+serve to drive future application development in exciting directions.
 
 \subsection{Vector Graphics}
 

Index: xr_ols2003.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/xr_ols2003.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xr_ols2003.tex	16 May 2003 04:56:02 -0000	1.5
+++ xr_ols2003.tex	16 May 2003 06:58:52 -0000	1.6
@@ -36,6 +36,9 @@
 \input{related}
 \input{future}
 
+\bibliography{keithp}
+\bibliographystyle{plain}
+
 \input{appendix}
 
 \end{document}