Use the enhancements from scribble-enhanced (they might be merged in this repository at one point).
This commit is contained in:
parent
20ee397610
commit
9b918351e7
3
info.rkt
3
info.rkt
|
@ -7,7 +7,8 @@
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
"typed-racket-lib"
|
"typed-racket-lib"
|
||||||
"typed-racket-more"
|
"typed-racket-more"
|
||||||
"typed-racket-doc"))
|
"typed-racket-doc"
|
||||||
|
"scribble-enhanced"))
|
||||||
(define build-deps '("scribble-lib"
|
(define build-deps '("scribble-lib"
|
||||||
"racket-doc"
|
"racket-doc"
|
||||||
"rackunit-doc"
|
"rackunit-doc"
|
||||||
|
|
|
@ -221,12 +221,12 @@
|
||||||
(define-syntax-rule
|
(define-syntax-rule
|
||||||
(unless-preexpanding . b)
|
(unless-preexpanding . b)
|
||||||
(begin . b))
|
(begin . b))
|
||||||
(require scribble/manual
|
(require (only-in racket/require
|
||||||
|
subtract-in)
|
||||||
|
(subtract-in scribble/manual
|
||||||
|
scribble-enhanced)
|
||||||
|
scribble-enhanced
|
||||||
hyper-literate))))
|
hyper-literate))))
|
||||||
#,(datum->syntax #'ctx
|
|
||||||
`(require ,(datum->syntax #'bd1 'scribble/manual #'bd1 #'bd1)
|
|
||||||
,(datum->syntax #'bd1 'hyper-literate #'bd1 #'bd1)
|
|
||||||
#;(only-in scribble/private/lp chunk CHUNK)))
|
|
||||||
(begn body0 . body))
|
(begn body0 . body))
|
||||||
;(strip-context
|
;(strip-context
|
||||||
#;#`(modl doc lng ;module doc scribble/doclang2
|
#;#`(modl doc lng ;module doc scribble/doclang2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user