]> code.communitydata.science - cdsc_tex.git/commitdiff
merged in changes with packge information
author<mako@atdot.cc> <>
Sat, 28 Jul 2007 18:57:27 +0000 (14:57 -0400)
committer<mako@atdot.cc> <>
Sat, 28 Jul 2007 18:57:27 +0000 (14:57 -0400)
Makefile
refs.bib [new file with mode: 0644]
text.tex

index 990fa79dd4cc5c7dca101309c5fb0f5f5e689cd2..3edf5085dff8c8997d110b53153294b1a177f1e4 100644 (file)
--- 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 (file)
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},
+}
index 3fa617c348ec3e752696a6a75ebf353443d9103a..3bbd056babece2ce2e97431a60ca2556d93edc2a 100644 (file)
--- 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}
 

Community Data Science Collective || Want to submit a patch?