From 02d4fcbb0e010fadcdc49c6bb5550d2760760705 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 4 Mar 2013 19:00:03 -0700 Subject: [PATCH] autobib: document #:spaces keyword original commit: e98b56228df0558b2144fccc578b6de6ed289e6c --- collects/scriblib/scribblings/autobib.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/scriblib/scribblings/autobib.scrbl b/collects/scriblib/scribblings/autobib.scrbl index b7bd0723..30b51ec6 100644 --- a/collects/scriblib/scribblings/autobib.scrbl +++ b/collects/scriblib/scribblings/autobib.scrbl @@ -41,11 +41,13 @@ function. See below for an example. option ...) ([option (code:line #:style style-expr) (code:line #:disambiguate disambiguator-expr) + (code:line #:spaces spaces-expr) (code:line #:render-date-bib render-date-expr) (code:line #:render-date-cite render-date-expr) (code:line #:date exact-nonnegative-integer? element?))] [render-date-expr (or/c #f (-> date? element?))] [date-compare-expr (or/c #f (-> date? date? boolean?))])]{ @@ -81,6 +83,9 @@ section for the bibliography. It has the contract The default value for the @racket[#:tag] argument is @racket["doc-bibliography"] and for @racket[#:sec-title] is @racket["Bibliography"]. +The optional @racket[spaces-expr] determines the number of blank lines that appear +between citations. The default number of lines is 1. + The optional @racket[style-expr] determines the way that citations and the bibliography are rendered.@margin-note*{Programmer-defined styles may be supported in the future.} Currently, two built-in style are