scribble/lncs: doc repair

Merge to v6.0

original commit: 8514662b839d63da36d03d6f2125223f8e38b41f
This commit is contained in:
Matthew Flatt 2013-11-27 07:51:02 -07:00
parent 597e24b960
commit f45683c022

View File

@ -29,7 +29,8 @@ Similar to @racket[include-section], but incorporates the document in the
specified module as an abstract. The document must have no title or specified module as an abstract. The document must have no title or
sub-parts.} sub-parts.}
@defform/subs[(authors auth ...) @defform/subs[#:literals (author)
(authors auth ...)
([auth (author pre-content-expr ...) ([auth (author pre-content-expr ...)
(author #:inst str-expr pre-content-expr ...)]) (author #:inst str-expr pre-content-expr ...)])
#:contracts ([pre-content-expr pre-content?] #:contracts ([pre-content-expr pre-content?]
@ -42,6 +43,9 @@ arguments to @racket[institutes].
} }
@defidform[author]{For use only in @racket[authors].}
@defform[#:literals (institute) @defform[#:literals (institute)
(institutes (institute pre-content-expr ...) ...) (institutes (institute pre-content-expr ...) ...)
#:contracts ([pre-content-expr pre-content?])]{ #:contracts ([pre-content-expr pre-content?])]{