From: Martin Mares Date: Sat, 3 May 2008 21:12:08 +0000 (+0200) Subject: Fixed online references. X-Git-Tag: printed~11 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5f120874eff7af6d9b47db01edd4cffcae461a05;p=saga.git Fixed online references. --- diff --git a/Makefile b/Makefile index 19a4fee..a308c4d 100644 --- 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 diff --git a/biblio.bib b/biblio.bib index 2686c04..5c949b1 100644 --- a/biblio.bib +++ b/biblio.bib @@ -536,13 +536,13 @@ 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,