\section{Contour integration}
\begin{figure}
- \begin{centering}
- \includegraphics[width=0.3\textwidth]{figures/contour/contour} \\
- \caption{Integral contour \C\ enclosing the upper half plane.}
- \label{f.UHP_contour}
- \end{centering}
+ \asyfig{figures/contour/contour}
+ \caption{Integral contour \C\ enclosing the upper half plane.
+ \label{f.UHP_contour}}
\end{figure}
As a brief review, some definite integrals from $-\infty$ to $\infty$
-all : contour.pdf
+ASYPROCESS = ../asy/asyprocess \
+ --texinputs=../.. \
+ --pretex='\documentclass{drexel-thesis} \input{packages}' \
+ --
+
+FIGS = contour
+
+all : $(FIGS:%=%_.tex)
clean :
- rm -f contour.pdf
+ rm -f $(FIGS:%=%_*) $(FIGS:%=%-*)
-contour.pdf :
- asy -f pdf contour.asy
+%_.tex : %.asy
+ $(ASYPROCESS) $(patsubst %.asy, %, $<)