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

Carl Worth commit@keithp.com
Wed, 14 May 2003 19:00:30 -0700


Committed by: cworth

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

Modified Files:
	Makefile api.tex 
Log Message:
Added Hering illusion which has XrSetLineWidth

Index: Makefile
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	14 May 2003 21:04:22 -0000	1.3
+++ Makefile	15 May 2003 02:00:27 -0000	1.4
@@ -7,6 +7,14 @@
 introduction.tex \
 api.tex
 
+all: $(TOP).ps $(TOP).pdf
+
+.PHONY: subdirs
+
+subdirs:
+	@${MAKE} -C figures ${MAKECMDGOALS}
+	@${MAKE} -C examples ${MAKECMDGOALS}
+
 FIGFILES:=$(wildcard *.fig)
 EPSFILES:=$(wildcard *.eps)
 EPSFILES+=$(FIGFILES:.fig=.eps)
@@ -21,12 +29,10 @@
 .eps.pdf:
 	epstopdf $<
 
-all: $(TOP).ps $(TOP).pdf
-
 $(TOP).ps: $(TOP).dvi
 	dvips -t letter -o $(TOP).ps $(TOP)
 
-$(TOP).dvi: $(TEXFILES) $(EPSFILES)
+$(TOP).dvi: $(TEXFILES) $(EPSFILES) subdirs
 	latex $(TOP) || true
 	bibtex $(TOP) || true
 	latex $(TOP) || true
@@ -38,7 +44,7 @@
 	pdflatex $(TOP) || true
 	pdflatex $(TOP)
 
-clean:
+clean: subdirs
 	rm -f *.aux *.dvi *.log 
 	rm -f $(TOP).ps $(TOP).pdf $(TOP).bbl $(TOP).blg
 

Index: api.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/api.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- api.tex	14 May 2003 21:04:22 -0000	1.1
+++ api.tex	15 May 2003 02:00:27 -0000	1.2
@@ -1,9 +1,11 @@
 \section{API}
 
+% Yes, I'm having too much fun drawing optical illusions
+
 \begin{figure}[htbp]
   \begin{center}
   \epsfxsize=2in
-  \epsfbox{figures/spiral}
+  \epsfbox{examples/spiral}
   \caption{Example showing XrStroke}
   \label{fig:stroke_example}
   \end{center}
@@ -11,9 +13,18 @@
 
 \begin{figure}[htbp]
   \begin{center}
-  \epsfxsize=2in
-  \epsfbox{figures/outline}
-  \caption{Example showing XrFill and XrSetPattern}
+  \epsfxsize=1in
+  \epsfbox{examples/hering}
+  \caption{Example showing XrSetLineWidth and XrStroke}
+  \label{fig:line_width_example}
+  \end{center}
+\end{figure}
+
+\begin{figure}[htbp]
+  \begin{center}
+  \epsfxsize=2.5in
+  \epsfbox{examples/outline}
+  \caption{Example showing XrSetPattern and XrFill}
   \label{fig:fill_example}
   \end{center}
 \end{figure}