From 5f120874eff7af6d9b47db01edd4cffcae461a05 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 3 May 2008 23:12:08 +0200 Subject: [PATCH] Fixed online references. --- Makefile | 2 +- biblio.bib | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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, -- 2.39.2