From: Date: Sun, 19 Mar 2006 23:49:58 +0000 (-0500) Subject: Added a bibliography mode to this branch. X-Git-Url: https://projects.mako.cc/source/latex_mako/commitdiff_plain/578d1ccc2411f1f95ff813342ba05f37d18129f9?hp=94507c62c379b328a02bc93b39eed0c606805c96 Added a bibliography mode to this branch. --- diff --git a/Makefile b/Makefile index e2c566a..9aefb24 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ all: dvi dvi: text.tex cp text.tex backup.tex latex text.tex + bibtex text latex text.tex latex text.tex 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 bf4c3ee..ea79e11 100644 --- a/text.tex +++ b/text.tex @@ -33,7 +33,11 @@ text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text text text text. Text -text text text. Text text text text. Text text text text. +text text text. Text text text text. Text text text text +\cite{989866}. + +\bibliography{refs} +\bibliographystyle{apalike} \end{document}