From 836bc99535815f57e20ffa451f62bbdfb9453339 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 1 Oct 2008 15:56:17 +0000 Subject: [PATCH] fix PS citation typesetting svn: r11920 original commit: 7c88dd9c2afe766c39b09e530024b7df31dad7e1 --- collects/scribblings/gui/gui.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/gui/gui.scrbl b/collects/scribblings/gui/gui.scrbl index aadaf8f2..06abcca6 100644 --- a/collects/scribblings/gui/gui.scrbl +++ b/collects/scribblings/gui/gui.scrbl @@ -38,7 +38,8 @@ provides; this library cannot run in MzScheme.} (bib-entry #:key "Adobe99" #:author "Adobe Systems Incorporated" - #:title @italic{PostScript Language Reference, third edition} + #:title "PostScript Language Reference, third edition" + #:is-book? #t #:url "http://partners.adobe.com/public/developer/en/ps/PLRM.pdf" #:date "1999")