This commit is contained in:
Eli Barzilay 2010-10-28 01:41:22 -04:00
parent ac4fb05f0c
commit 97ed1f3182

View File

@ -56,11 +56,11 @@
below. below.
@~ For references to specific releases and/or chapters, use @~ For references to specific releases and/or chapters, use
@TT{\cite[Version M.N]{plt-tr@num}} or @TT{\cite[Version M.N]{plt-tr@num}} or
@TT|{@cite[(in-bib plt-tr@num "Version M.N")]}| instead. The year @TT|{@cite[(in-bib plt-tr|@num "Version M.N")]}| instead. The
in the bibliographic entry should be 2010 regardless of the year in the bibliographic entry should be 2010 regardless of the
version's date.} version's date.}
@@refblock{BibTeX}|{ @@refblock{BibTeX}|{
@techreport{plt-tr@num, @techreport{plt-tr|@num,
title = {|@title}, title = {|@title},
author = {|@(add-between author-strings " and ")}, author = {|@(add-between author-strings " and ")},
number = {|@tr-name}, number = {|@tr-name},
@ -69,7 +69,7 @@
note = {\url{|@(get-resource-path cite-page #t)}} note = {\url{|@(get-resource-path cite-page #t)}}
}}| }}|
@@refblock{Scribble}|{ @@refblock{Scribble}|{
(define plt-tr@num (define plt-tr|@num
(make-bib #:title "|@title" (make-bib #:title "|@title"
#:author |@(format "~s" (cons 'authors author-strings)) #:author |@(format "~s" (cons 'authors author-strings))
#:date "2010" #:date "2010"
@ -82,7 +82,7 @@
(map installer-version all-installers))]) (map installer-version all-installers))])
@tr{@td{@b{@v} @br @small{(@version->date[v])}} @tr{@td{@b{@v} @br @small{(@version->date[v])}}
@td{@TT{\cite[Version @v]{plt-tr@num}} @br @td{@TT{\cite[Version @v]{plt-tr@num}} @br
@TT|{@cite[(in-bib plt-tr@num "Version |@v")]}|} @TT|{@cite[(in-bib plt-tr|@num "Version |@v")]}|}
@td{@link['html v], @link['pdf v]}})} @td{@link['html v], @link['pdf v]}})}
@p{@small{Reminder: the release dates should not be included in the @p{@small{Reminder: the release dates should not be included in the
entry or the citation.}}}}) entry or the citation.}}}})