Fixes scribble bug #25

This commit is contained in:
Georges Dupéron 2016-06-17 19:59:40 +02:00
parent 3121eaec9d
commit 32c6abb01e

View File

@ -68,9 +68,9 @@
(make-splice
(list (make-toc-element
#f
(list (elemtag '(chunk tag)
(list (elemtag '(chunk (prefixable tag))
(bold (italic (racket name)) " ::=")))
(list (smaller (elemref '(chunk tag) #:underline? #f
(list (smaller (elemref '(chunk (prefixable tag)) #:underline? #f
str
rest ...))))
(#,racketblock expr ...))))))]))
@ -84,7 +84,7 @@
(identifier? #'id)
(with-syntax ([tag (format "~a:1" (syntax-e #'id))]
[str (format "~a" (syntax-e #'id))])
#'(elemref '(chunk tag) #:underline? #f str))]))
#'(elemref '(chunk (prefixable tag)) #:underline? #f str))]))
(provide (all-from-out scheme/base