On this page:
abstract
include-abstract
authors
institutes
institute
email
5.3.4

3.7 LNCS Paper Format

The scribble/lncs language is like scribble/base, but configured with Latex style defaults to use the "llncs.cls" class file. The class file is not included with Scribble due to license issues, but if the file is not manually installed into the scribble/lncs collection, then it is downloaded on demand to (find-system-path 'addon-dir).

procedure

(abstract pre-content ...)  block?

  pre-content : pre-content?
Generates a nested flow for a paper abstract.

syntax

(include-abstract module-path)

Similar to include-section, but incorporates the document in the specified module as an abstract. The document must have no title or sub-parts.

syntax

(authors auth ...)

 
auth = (author pre-content-expr ...)
  | (author #:inst str-expr pre-content-expr ...)
 
  pre-content-expr : pre-content?
  str-expr : string?
A replacement for author from scribble/base.

The #:inst should be a number that matches up to one of the arguments to institutes.

syntax

(institutes (institute pre-content-expr ...) ...)

 
  pre-content-expr : pre-content?
The pre-content-exprs are used as the institutions of the authors.

syntax

institute

For use only in institutes.

syntax

(email pre-content-expr ...)

Specifies an email address; must be used inside institute.