commit 45f4c0c133b1d07567cee4da9beddddfab9b178a
parent c06213e9c7caddd4a4ed5b1f90aa59b9a038df63
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Tue, 10 May 2011 20:34:28 -0600
fix `scribble/lncs' docs
original commit: 4671b5f2ba2d422955153d9f1dabe1cc6b282cd9
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/collects/scribblings/scribble/lncs.scrbl b/collects/scribblings/scribble/lncs.scrbl
@@ -1,6 +1,7 @@
#lang scribble/manual
@(require (except-in "utils.ss" author)
- (for-label scribble/lncs))
+ (except-in (for-label scribble/lncs/lang)
+ #%module-begin))
@(define-syntax-rule (def base-author)
(begin
@@ -45,13 +46,16 @@ arguments to @racket[institutes].
}
-@defform[(institutes (institute pre-content-expr ...) ...)
+@defform[#:literals (institute)
+ (institutes (institute pre-content-expr ...) ...)
#:contracts ([pre-content-expr pre-content?])]{
The @racket[pre-content-expr]s are used as the institutions of the authors.
}
+@defidform[institute]{For use only in @racket[institutes].}
+
@defform[(email pre-content-expr ...)]{
Specifies an email address; must be used inside @racket[institute].
}