[Commit] papers/xarch_ols2004 gettys-paper.tex, 1.1.1.1, 1.2 gettys.tex, 1.1.1.1, 1.2

Keith Packard commit at keithp.com
Tue Jun 15 12:06:31 PDT 2004


Committed by: keithp

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

Modified Files:
	gettys-paper.tex gettys.tex 
Log Message:
Add keithp as author, fix accented letters, stretch to fill 11.5 pages

Index: gettys-paper.tex
===================================================================
RCS file: /local/src/CVS/papers/xarch_ols2004/gettys-paper.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- gettys-paper.tex	15 Jun 2004 18:40:57 -0000	1.1.1.1
+++ gettys-paper.tex	15 Jun 2004 19:06:28 -0000	1.2
@@ -120,7 +120,7 @@
 The Cairo library~\cite{cairo:2003}, developed by one of the authors in conjunction with by
 Carl Worth of ISI, is designed to solve this problem. Cairo provides a state
 full user-level API with support for the PDF 1.4 imaging model. Cairo
-provides operations including stroking and filling Bézier cubic splines,
+provides operations including stroking and filling B\'{e}zier cubic splines,
 transforming and compositing translucent images, and anti-aliased text
 rendering. The PostScript drawing model has been adapted for use within
 applications. Extensions needed to support much of the PDF 1.4 imaging
@@ -155,7 +155,7 @@
 composited to their parent windows which were incrementally composed to
 their parents until the final screen image was formed, enabling translucent
 windows. The problem with this simplistic model was twofold -- first, a
-naïve implementation consumed enormous resources as each window required two
+na\"{i}ve implementation consumed enormous resources as each window required two
 complete off screen buffers (one for the window contents themselves, and one
 for the window contents composited with the children) and took huge amounts
 of time to build the final screen image as it recursively composited windows
@@ -369,7 +369,7 @@
 the X protocol. We have both seriously regretted the precedents both of us
 set introducing extraneous functionality into Xlib, causing it to be one of
 the largest libraries on UNIX/Linux systems. Due to better facilities in
-modern toolkits and system libraries, more than $\frac{1}{2}$ of Xlib's current
+modern toolkits and system libraries, more than half of Xlib's current
 footprint is obsolete code or data.
 
 While serious work was done in X11's design to mitigate latency, X's

Index: gettys.tex
===================================================================
RCS file: /local/src/CVS/papers/xarch_ols2004/gettys.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- gettys.tex	15 Jun 2004 18:40:57 -0000	1.1.1.1
+++ gettys.tex	15 Jun 2004 19:06:28 -0000	1.2
@@ -23,11 +23,11 @@
 %
 % \providecommand{\lastnameCmd}[1]{\texttt{#1}}
 
+% fill the last page a bit more
+\renewcommand{\baselinestretch}{1.05}
 
 \begin{document}
 
-\renewcommand{\baselinestretch}{0.89}
-
 % Required: do not print the date.
 \date{}
 
@@ -37,13 +37,10 @@
 
 \author{
 James Gettys \\
-{\em HP Cambridge Research Laboratory}\\
 {\normalsize{\url{jim.gettys at hp.com}}}\\
-% \and
-% Second Author\\
-% {\em Second Institution}\\
-% {\tt\normalsize another at address.for.email.com}\\
-} % end author section
+Keith Packard\\
+{\normalsize{\url{keithp at keithp.com}}}\\
+{\em HP Cambridge Research Laboratory}}
 
 \maketitle
 
@@ -64,7 +61,8 @@
 \bibliographystyle{alpha}
 \bibliography{keithp}
 
-\renewcommand{\baselinestretch}{1.0}
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \end{document}
+
+\renewcommand{\baselinestretch}{1.0}
+




More information about the Commit mailing list