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

Carl Worth commit@keithp.com
Wed, 14 May 2003 08:39:25 -0700


Committed by: cworth

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

Modified Files:
	Makefile xr_ols2003.tex 
Added Files:
	introduction.tex 
Log Message:
Added some tux figures to the (otherwise empty) introduction

--- NEW FILE: introduction.tex ---
\section{Introduction}

% I thought it might be nice to get tux onto the front page.
% Maybe a discussion/comparison of raster vs. vector image descriptions

\begin{figure}[htb]
  \begin{center}
  \epsfbox{figures/tux_raster}
  \epsfbox{figures/tux_vector}
  \caption{Raster and vector images at original size}
  \label{fig:tux_original}
  \end{center}
\end{figure}

\begin{figure}[htb]
  \begin{center}
  \epsfbox{figures/tux_raster_4x}
  \epsfbox{figures/tux_vector_4x}
  \caption{Raster and vector images scaled 400\%}
  \label{fig:tux_scaled}
  \end{center}
\end{figure}

Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile	29 Apr 2003 21:21:58 -0000	1.1.1.1
+++ Makefile	14 May 2003 15:39:23 -0000	1.2
@@ -2,7 +2,10 @@
 .SUFFIXES: .tex .dvi .aux .eps .fig .dia .ps .pdf .bib .bbl
 
 TOP=xr_ols2003
-TEXFILES=$(TOP).tex
+TEXFILES=$(TOP).tex \
+abstract.tex \
+introduction.tex
+
 FIGFILES:=$(wildcard *.fig)
 EPSFILES:=$(wildcard *.eps)
 EPSFILES+=$(FIGFILES:.fig=.eps)

Index: xr_ols2003.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/xr_ols2003.tex,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- xr_ols2003.tex	29 Apr 2003 21:21:58 -0000	1.1.1.1
+++ xr_ols2003.tex	14 May 2003 15:39:23 -0000	1.2
@@ -31,6 +31,7 @@
 \thispagestyle{empty}
 
 \input{abstract}
+\input{introduction}
 
 \end{document}