#!/usr/bin/make
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
+pdf: all
-
-%.pdf: %.png
- png2pdf -p 1.4 -a $< $@
-
-%.pdf: %.tex
+%.pdf: %.tex
rubber -fd $<
clean:
rm -f *.tmp
rm -f figures/*.pdf
-viewpdf: pdf
+viewpdf: all
evince text.pdf
spell:
--- /dev/null
+@inproceedings{989866,
+ author = {Ken Hinckley and Gonzalo Ramos and Francois
+ Guimbretiere and Patrick Baudisch and Marc Smith},
+ title = {Stitching: pen gestures that span multiple displays},
+ booktitle = {AVI '04: Proceedings of the working conference on
+ Advanced visual interfaces},
+ year = {2004},
+ isbn = {1-58113-867-9},
+ pages = {23--31},
+ location = {Gallipoli, Italy},
+ doi = {http://doi.acm.org/10.1145/989863.989866},
+ publisher = {ACM Press},
+ address = {New York, NY, USA},
+}
the lazy dog. The quick brown fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over the lazy dog. The quick brown
-fox jumps over the lazy dog.
+fox jumps over the lazy dog \cite{989866}.
+
+\bibliography{refs}
+\bibliographystyle{apalike}
\end{document}