From: Date: Sat, 28 Jul 2007 18:57:27 +0000 (-0400) Subject: merged in changes with packge information X-Git-Url: https://projects.mako.cc/source/latex_mako/commitdiff_plain/9b86aa58a6f2ad6e8e6732bde0b0a6d13bff885d?hp=62992fc9e35e0adaf45fd9c0a0c8141faa8aa309 merged in changes with packge information --- diff --git a/Makefile b/Makefile index 990fa79..3edf508 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,9 @@ #!/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: @@ -14,7 +11,7 @@ clean: rm -f *.tmp rm -f figures/*.pdf -viewpdf: pdf +viewpdf: all evince text.pdf spell: diff --git a/refs.bib b/refs.bib new file mode 100644 index 0000000..6041082 --- /dev/null +++ b/refs.bib @@ -0,0 +1,14 @@ +@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}, +} diff --git a/text.tex b/text.tex index 3fa617c..3bbd056 100644 --- a/text.tex +++ b/text.tex @@ -44,7 +44,10 @@ 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. 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}