[Commit] papers/xr_ols2003/figures outline.png,NONE,1.1 spiral.png,NONE,1.1 tux_head_raster_4x.png,NONE,1.1 tux_head_vector_4x.png,NONE,1.1 .cvsignore,1.1,1.2 Makefile,1.1,1.2

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


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile 
Added Files:
	outline.png spiral.png tux_head_raster_4x.png 
	tux_head_vector_4x.png 
Log Message:
Added a couple of figures along with their example code

--- NEW FILE: outline.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: spiral.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: tux_head_raster_4x.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: tux_head_vector_4x.png ---
(This appears to be a binary file; contents omitted.)

Index: .cvsignore
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/figures/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	14 May 2003 15:30:03 -0000	1.1
+++ .cvsignore	14 May 2003 21:04:22 -0000	1.2
@@ -1,2 +1,2 @@
-tux*.eps
+*.eps
 

Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/figures/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	14 May 2003 15:30:03 -0000	1.1
+++ Makefile	14 May 2003 21:04:22 -0000	1.2
@@ -1,10 +1,14 @@
 IMAGE_FIGURES= \
+outline.eps \
+spiral.eps \
 tux_raster.eps \
 tux_raster_2x.eps \
 tux_raster_4x.eps \
+tux_head_raster_4x.eps \
 tux_vector.eps \
 tux_vector_2x.eps \
-tux_vector_4x.eps
+tux_vector_4x.eps \
+tux_head_vector_4x.eps
 
 TEX=tex
 
@@ -13,7 +17,7 @@
 all: ${IMAGE_FIGURES}
 
 %.eps: %.png
-	pngtopnm $< | pnmtops -dpi 300 -equalpixels > $@
+	pngtopnm $< | pnmtops -noturn -dpi 300 -equalpixels > $@
 
 clean:
 	rm -f ${FIGURES} *.dvi *.[0-9]* *.log *.mpx