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

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


Committed by: cworth

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

Modified Files:
	introduction.tex 
Log Message:
Added explicit width for the figures

Index: introduction.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/introduction.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- introduction.tex	14 May 2003 15:39:23 -0000	1.1
+++ introduction.tex	14 May 2003 15:45:00 -0000	1.2
@@ -3,9 +3,15 @@
 % I thought it might be nice to get tux onto the front page.
 % Maybe a discussion/comparison of raster vs. vector image descriptions
 
+% *sigh* I'd like to have dot-for-dot renderings of the images, so I
+% would prefer not to specify a size here. But the pdflatex stuff
+% that comes with the OLS template blows these up huge unless I set
+% an explicit width.
 \begin{figure}[htb]
   \begin{center}
+  \epsfxsize=.833in
   \epsfbox{figures/tux_raster}
+  \epsfxsize=.833in
   \epsfbox{figures/tux_vector}
   \caption{Raster and vector images at original size}
   \label{fig:tux_original}
@@ -14,7 +20,9 @@
 
 \begin{figure}[htb]
   \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}