no underlines
svn: r13672 original commit: a016d20e847be63a16b8c0640869f52ec55b68c2
This commit is contained in:
parent
36569a05b4
commit
e4a2ca5ac1
|
@ -40,7 +40,8 @@
|
|||
(list (elemtag '(chunk tag) (italic (scheme name) " ::=")))
|
||||
(list (make-element
|
||||
"smaller"
|
||||
(list (elemref '(chunk tag) str more ...)))))
|
||||
(list (elemref '(chunk tag) #:underline? #f
|
||||
str more ...)))))
|
||||
(schemeblock expr ...)))))]))
|
||||
|
||||
(define-syntax (chunkref stx)
|
||||
|
@ -48,7 +49,7 @@
|
|||
[(_ id)
|
||||
(identifier? #'id)
|
||||
(with-syntax ([str (format "~a" (syntax-e #'id))])
|
||||
#'(elemref '(chunk str) str))]))
|
||||
#'(elemref '(chunk str) #:underline? #f str))]))
|
||||
|
||||
;; HACK: provide a fake `module', which makes it possible to include a module
|
||||
;; and get only its code in.
|
||||
|
|
Loading…
Reference in New Issue
Block a user