fix `scribble/lncs' docs
original commit: 4671b5f2ba2d422955153d9f1dabe1cc6b282cd9
This commit is contained in:
parent
c06213e9c7
commit
45f4c0c133
|
@ -1,6 +1,7 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require (except-in "utils.ss" author)
|
@(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)
|
@(define-syntax-rule (def base-author)
|
||||||
(begin
|
(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?])]{
|
#:contracts ([pre-content-expr pre-content?])]{
|
||||||
|
|
||||||
The @racket[pre-content-expr]s are used as the institutions of the authors.
|
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 ...)]{
|
@defform[(email pre-content-expr ...)]{
|
||||||
Specifies an email address; must be used inside @racket[institute].
|
Specifies an email address; must be used inside @racket[institute].
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user