]> mj.ucw.cz Git - saga.git/commitdiff
Fixed online references.
authorMartin Mares <mj@ucw.cz>
Sat, 3 May 2008 21:12:08 +0000 (23:12 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 3 May 2008 21:12:08 +0000 (23:12 +0200)
Makefile
biblio.bib

index 19a4feec04ebaaf7a469b9f3a87b2f48dbfd8664..a308c4d6e1d8187724c876236a483b8d81f19588 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: saga.ps
 
 CHAPTERS=cover pref mst ram adv opt dyn appl rank epilog notation
 
-%.dvi: %.tex macros.tex biblio.bib
+%.dvi: %.tex macros.tex biblio.bib mjalpha.bst
        tex $< && mv $*.toc $*.tok
        bibtex $*
        tex $< && mv $*.toc $*.tok
index 2686c042327131bebf94f019905321b1fd6a7370..5c949b1d57d26f593081396a336b1889d746f841 100644 (file)
   publisher={Springer Verlag}
 }
 
-@Unpublished{ eisner:tutorial,
+@online{ eisner:tutorial,
   author =      {Jason Eisner},
   title =       {{State-of-the-Art Algorithms for Minimum Spanning
                   Trees: A~Tutorial Discussion}},
   note =        {Manuscript available online (78 pages), University of Pennsylvania},
   year =        1997,
-  url =                 {http://cs.jhu.edu/~jason/papers/#ms97},
+  url =                 {http://cs.jhu.edu/{\char126}jason/papers/\#ms97},
 }
 
 @article{ aho:lca,