diff --git a/collects/scribblings/scribble/lncs.scrbl b/collects/scribblings/scribble/lncs.scrbl index 07f74134..ce45e280 100644 --- 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]. }