add missing for-label require
original commit: f07e18361721072485309fd14bca54b5bfcd46b2
This commit is contained in:
parent
80b8bbd686
commit
21a7b4ed08
|
@ -1,7 +1,8 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require scribble/manual scribble/bnf "utils.rkt"
|
@(require scribble/manual scribble/bnf "utils.rkt"
|
||||||
slideshow/pict
|
slideshow/pict
|
||||||
(for-label scriblib/figure scribble/base scribble/sigplan))
|
(for-label scriblib/figure scribble/base scribble/sigplan
|
||||||
|
(except-in slideshow/pict table)))
|
||||||
|
|
||||||
@(define-syntax-rule (samplemod . text) (codeblock . text))
|
@(define-syntax-rule (samplemod . text) (codeblock . text))
|
||||||
@(define-syntax-rule (sample a . text)
|
@(define-syntax-rule (sample a . text)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user