Fix some missing uses of @num

This commit is contained in:
Eli Barzilay 2010-10-11 15:01:30 -04:00
parent 6295824851
commit 7847872400

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-tr1 "Version M.N")]}| instead. The year @TT|{@cite[(in-bib plt-tr@num "Version M.N")]}| instead. The year
in the bibliographic entry should be 2010 regardless of the in the bibliographic entry should be 2010 regardless of the
version's date.} version's date.}
@@refblock{BibTeX}|{ @@refblock{BibTeX}|{
@techreport{plt-tr1, @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-tr1 (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-tr1 "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.}}}})