From 21a7b4ed082a136c5a23199b35cb1ad2a85c2fcc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 25 Apr 2013 16:40:25 -0500 Subject: [PATCH] add missing for-label require original commit: f07e18361721072485309fd14bca54b5bfcd46b2 --- collects/scribblings/scribble/how-to-paper.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/how-to-paper.scrbl b/collects/scribblings/scribble/how-to-paper.scrbl index e29d8c8d..519aba24 100644 --- a/collects/scribblings/scribble/how-to-paper.scrbl +++ b/collects/scribblings/scribble/how-to-paper.scrbl @@ -1,7 +1,8 @@ #lang scribble/doc @(require scribble/manual scribble/bnf "utils.rkt" 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 (sample a . text)