From 78478724000945237fd9b4394177da3993f2fcae Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 11 Oct 2010 15:01:30 -0400 Subject: [PATCH] Fix some missing uses of @num --- collects/meta/web/www/techreports.rkt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/meta/web/www/techreports.rkt b/collects/meta/web/www/techreports.rkt index 0e42d31456..b4693ed475 100644 --- a/collects/meta/web/www/techreports.rkt +++ b/collects/meta/web/www/techreports.rkt @@ -56,11 +56,11 @@ below. @~ For references to specific releases and/or chapters, use @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 version's date.} @@refblock{BibTeX}|{ - @techreport{plt-tr1, + @techreport{plt-tr@num, title = {|@title}, author = {|@(add-between author-strings " and ")}, number = {|@tr-name}, @@ -69,7 +69,7 @@ note = {\url{|@(get-resource-path cite-page #t)}} }}| @@refblock{Scribble}|{ - (define plt-tr1 + (define plt-tr@num (make-bib #:title "|@title" #:author |@(format "~s" (cons 'authors author-strings)) #:date "2010" @@ -82,7 +82,7 @@ (map installer-version all-installers))]) @tr{@td{@b{@v} @br @small{(@version->date[v])}} @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]}})} @p{@small{Reminder: the release dates should not be included in the entry or the citation.}}}})