From c241e40b74f099aafd5a8a3392818719cfd34e26 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 9 Dec 2007 17:40:40 +0000 Subject: [PATCH] simple bibliography support in Scribble svn: r7929 original commit: 8e68038c83caf89c979d04c66228140163dc178f --- pkgs/racket-doc/scribblings/style/scribble.scrbl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/style/scribble.scrbl b/pkgs/racket-doc/scribblings/style/scribble.scrbl index 25466042d2..23867600a1 100644 --- a/pkgs/racket-doc/scribblings/style/scribble.scrbl +++ b/pkgs/racket-doc/scribblings/style/scribble.scrbl @@ -1,6 +1,7 @@ #lang scribble/doc -@require[scribble/manual] -@require["utils.ss"] +@(require scribble/manual + "utils.ss" + (for-label scribble/manual)) @title[#:tag "reference-style"]{Style Guide} @@ -48,3 +49,6 @@ Use American style for quotation marks and punctuation at the end of quotation marks (i.e., a sentence-terminating period goes inside the quotation marks). Of course, this rule does not apply for quotation marks that are part of code. + +Do not use a citation reference (as created by @scheme[cite]) as a +noun. Use it as an annotation.