scribble/lncs: doc repair

Merge to v6.0
(cherry picked from commit 8514662b83)
This commit is contained in:
Matthew Flatt 2013-11-27 07:51:02 -07:00 committed by Ryan Culpepper
parent 9695f860db
commit f436a3aca1

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
sub-parts.}
@defform/subs[(authors auth ...)
@defform/subs[#:literals (author)
(authors auth ...)
([auth (author pre-content-expr ...)
(author #:inst str-expr pre-content-expr ...)])
#: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)
(institutes (institute pre-content-expr ...) ...)
#:contracts ([pre-content-expr pre-content?])]{