simple bibliography support in Scribble

svn: r7929

original commit: 8e68038c83
This commit is contained in:
Matthew Flatt 2007-12-09 17:40:40 +00:00 committed by Robby Findler
parent fd16dfa02d
commit c241e40b74

View File

@ -1,6 +1,7 @@
#lang scribble/doc #lang scribble/doc
@require[scribble/manual] @(require scribble/manual
@require["utils.ss"] "utils.ss"
(for-label scribble/manual))
@title[#:tag "reference-style"]{Style Guide} @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 (i.e., a sentence-terminating period goes inside the
quotation marks). Of course, this rule does not apply for quotation quotation marks). Of course, this rule does not apply for quotation
marks that are part of code. 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.