From f45683c022aa249bc493d243a856138c780abdf4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 27 Nov 2013 07:51:02 -0700 Subject: [PATCH] scribble/lncs: doc repair Merge to v6.0 original commit: 8514662b839d63da36d03d6f2125223f8e38b41f --- .../scribble-doc/scribblings/scribble/lncs.scrbl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lncs.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lncs.scrbl index b2b7c320..531f031a 100644 --- a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lncs.scrbl +++ b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lncs.scrbl @@ -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?])]{