Add "[pdf]" links to the doc links in the learning page.

This commit is contained in:
Eli Barzilay 2011-03-31 10:51:09 -04:00
parent b757e502af
commit 00a9247fa9

View File

@ -16,7 +16,8 @@
(define-syntax-rule (define-doc-link id desc)
(define* id @make-link[`(,doc-url id "/")]{
@strong{@(string-titlecase (symbol->string 'id))}: @desc}))
@strong{@(string-titlecase (symbol->string 'id))}: @desc @;
@nbsp @small{@a[href: `(,doc-url "pdf/" id ".pdf")]{[pdf]}}}))
@define-doc-link[quick]{An Introduction to Racket with Pictures}
@define-doc-link[more ]{Systems Programming with Racket}