[Commit] papers/xr_ols2003 api.tex,NONE,1.1 Makefile,1.2,1.3 introduction.tex,1.2,1.3 xr_ols2003.tex,1.2,1.3

Carl Worth commit@keithp.com
Wed, 14 May 2003 14:04:24 -0700


Committed by: cworth

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

Modified Files:
	Makefile introduction.tex xr_ols2003.tex 
Added Files:
	api.tex 
Log Message:
Added a couple of figures along with their example code

--- NEW FILE: api.tex ---
\section{API}

\begin{figure}[htbp]
  \begin{center}
  \epsfxsize=2in
  \epsfbox{figures/spiral}
  \caption{Example showing XrStroke}
  \label{fig:stroke_example}
  \end{center}
\end{figure}

\begin{figure}[htbp]
  \begin{center}
  \epsfxsize=2in
  \epsfbox{figures/outline}
  \caption{Example showing XrFill and XrSetPattern}
  \label{fig:fill_example}
  \end{center}
\end{figure}


Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	14 May 2003 15:39:23 -0000	1.2
+++ Makefile	14 May 2003 21:04:22 -0000	1.3
@@ -4,7 +4,8 @@
 TOP=xr_ols2003
 TEXFILES=$(TOP).tex \
 abstract.tex \
-introduction.tex
+introduction.tex \
+api.tex
 
 FIGFILES:=$(wildcard *.fig)
 EPSFILES:=$(wildcard *.eps)
@@ -23,7 +24,7 @@
 all: $(TOP).ps $(TOP).pdf
 
 $(TOP).ps: $(TOP).dvi
-	dvips -o $(TOP).ps $(TOP)
+	dvips -t letter -o $(TOP).ps $(TOP)
 
 $(TOP).dvi: $(TEXFILES) $(EPSFILES)
 	latex $(TOP) || true

Index: introduction.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/introduction.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- introduction.tex	14 May 2003 15:45:00 -0000	1.2
+++ introduction.tex	14 May 2003 21:04:22 -0000	1.3
@@ -18,13 +18,25 @@
   \end{center}
 \end{figure}
 
-\begin{figure}[htb]
+\begin{figure}[htbp]
   \begin{center}
-  \epsfxsize=3.33in
-  \epsfbox{figures/tux_raster_4x}
-  \epsfxsize=3.33in
-  \epsfbox{figures/tux_vector_4x}
-  \caption{Raster and vector images scaled 400\%}
-  \label{fig:tux_scaled}
+  \epsfxsize=1.66in
+  \epsfbox{figures/tux_head_raster_4x}
+  \caption{Raster image scaled 400\%}
+  \label{fig:tux_raster_scaled}
+  \end{center}
+\end{figure}
+
+\begin{figure}[htbp]
+  \begin{center}
+  \epsfxsize=1.66in
+  \epsfbox{figures/tux_head_vector_4x}
+  \caption{Vector image scaled 400\%}
+  \label{fig:tux_vector_scaled}
   \end{center}
 \end{figure}
+
+Attribution: Original raster image by Larry Ewing,
+(http://www.isc.tamu.edu/~lewing/linux/). Vectorized version by Larry
+Budig (http://www.home.unix-ag.org/simon/penguin/).
+

Index: xr_ols2003.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/xr_ols2003.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xr_ols2003.tex	14 May 2003 15:39:23 -0000	1.2
+++ xr_ols2003.tex	14 May 2003 21:04:22 -0000	1.3
@@ -32,6 +32,7 @@
 
 \input{abstract}
 \input{introduction}
+\input{api}
 
 \end{document}