From 578d1ccc2411f1f95ff813342ba05f37d18129f9 Mon Sep 17 00:00:00 2001 From: Date: Sun, 19 Mar 2006 18:49:58 -0500 Subject: [PATCH] Added a bibliography mode to this branch. --- Makefile | 1 + refs.bib | 14 ++++++++++++++ text.tex | 6 +++++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 refs.bib 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} -- 2.39.2