Generated: April 13, 2004, 11:11:25 Copyright © 2004 , Kurt Nørmark The local LAML software home page

The Scheme Elucidator 2 Reference Manual

Kurt Nørmark © normark@cs.auc.dk Department of Computer Science Aalborg University Denmark

LAML Version 24.00 (December, 2003, development)

This is the manual of the Scheme Elucidator 2, which is based on an XML DTD.

Alphabetic index:
begin-documentation An XML element as defined in the elucidator XML DTD.
color-entry An XML element as defined in the elucidator XML DTD.
color-scheme An XML element as defined in the elucidator XML DTD.
doc-abstract An XML element as defined in the elucidator XML DTD.
doc-affiliation An XML element as defined in the elucidator XML DTD.
doc-author An XML element as defined in the elucidator XML DTD.
doc-email An XML element as defined in the elucidator XML DTD.
doc-ref An XML element as defined in the elucidator XML DTD.
doc-subtitle An XML element as defined in the elucidator XML DTD.
doc-title An XML element as defined in the elucidator XML DTD.
documentation-entry An XML element as defined in the elucidator XML DTD.
documentation-from An XML element as defined in the elucidator XML DTD.
documentation-intro An XML element as defined in the elucidator XML DTD.
documentation-section An XML element as defined in the elucidator XML DTD.
elucidator An XML element as defined in the elucidator XML DTD.
elucidator-front-matters An XML element as defined in the elucidator XML DTD.
end-documentation An XML element as defined in the elucidator XML DTD.
entry-body An XML element as defined in the elucidator XML DTD.
entry-title An XML element as defined in the elucidator XML DTD.
manual-source An XML element as defined in the elucidator XML DTD.
new-rgb-color An XML element as defined in the elucidator XML DTD.
predefined-color An XML element as defined in the elucidator XML DTD.
program-source An XML element as defined in the elucidator XML DTD.
section-body An XML element as defined in the elucidator XML DTD.
section-title An XML element as defined in the elucidator XML DTD.
source-files An XML element as defined in the elucidator XML DTD.
source-marker An XML element as defined in the elucidator XML DTD.
strong-prog-ref An XML element as defined in the elucidator XML DTD.
typographic-prog-ref An XML element as defined in the elucidator XML DTD.
weak-prog-ref An XML element as defined in the elucidator XML DTD.

documentation-from
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
src * CDATA -
See also enclosing element elucidator

elucidator
Description An XML element as defined in the elucidator XML DTD.
XML content model ( elucidator-front-matters , begin-documentation , ( ( documentation-intro , ( documentation-section | documentation-entry ) * ) | documentation-from ) , end-documentation )

documentation-intro
Description An XML element as defined in the elucidator XML DTD.
XML content model ( doc-title , doc-author , doc-affiliation , doc-email , doc-abstract )
See also enclosing element elucidator

elucidator-front-matters
Description An XML element as defined in the elucidator XML DTD.
XML content model ( color-scheme ? , source-files )
XML attributes
Required: *
Default values: red
table-of-contents ( detailed | shallow ) -
shallow-table-of-contents-columns CDATA           ( 3 ) -
detailed-table-of-contents-columns CDATA           ( 2 ) -
source-marker-presentation ( image | text | colored-text ) -
source-marker-char CDATA -
browser-pixel-width CDATA -
control-frame-pixel-height CDATA -
home-url CDATA -
next-url CDATA -
previous-url CDATA -
r4rs-url CDATA -
cross-reference-index ( per-letter | aggregated | none ) -
defined-name-index ( per-letter | aggregated | none ) -
initial-program-frame ( blank | first-source-file ) -
large-font-source-file ( true | false ) -
small-font-source-file ( true | false ) -
default-source-file-font-size ( small | large ) -
program-menu ( inline-table | separate-frame | none ) -
manual-frame-from-program ( documentation-frame | program-frame | other ) -
manual-frame-from-documentation ( documentation-frame | program-frame | other ) -
documentation-escape-char CDATA -
program-link-prefix-char CDATA -
program-link-suffix-char CDATA -
documentation-link-prefix-char CDATA -
documentation-link-suffix-char CDATA -
strong-link-char CDATA -
weak-link-char CDATA -
none-link-char CDATA -
default-program-link ( weak | strong | none ) -
author-mode ( true | false ) -
processing-mode ( silent | verbose ) -
source-destination-delta CDATA           ( html/ ) -
See also enclosing element elucidator

doc-title
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-intro

doc-subtitle
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)

doc-author
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-intro

doc-affiliation
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-intro

doc-email
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-intro

doc-abstract
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA | a | abbr | acronym | address | applet | b | basefont | bdo | big | blockquote | br | button | center | cite | code | del | dfn | dir | div | dl | em | fieldset | font | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | iframe | img | input | ins | isindex | kbd | label | map | menu | noframes | noscript | object | ol | p | pre | q | s | samp | script | select | small | span | strike | strong | sub | sup | table | textarea | tt | u | ul | var )*
See also enclosing element documentation-intro

color-scheme
Description An XML element as defined in the elucidator XML DTD.
XML content model ( color-entry ) *
See also enclosing element elucidator-front-matters

color-entry
Description An XML element as defined in the elucidator XML DTD.
XML content model ( new-rgb-color | predefined-color )
XML attributes
Required: *
Default values: red
group * CDATA -
See also enclosing element color-scheme

new-rgb-color
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
red * CDATA -
green * CDATA -
blue * CDATA -
See also enclosing element color-entry

predefined-color
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element color-entry

source-files
Description An XML element as defined in the elucidator XML DTD.
XML content model ( program-source | manual-source ) *
See also enclosing element elucidator-front-matters

program-source
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
key * CDATA -
file-path * CDATA -
language CDATA -
group CDATA -
process ( true | false ) -
See also enclosing element source-files

manual-source
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
file-path * CDATA -
url CDATA -
See also enclosing element source-files

begin-documentation
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
See also enclosing element elucidator

end-documentation
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
See also enclosing element elucidator

documentation-section
Description An XML element as defined in the elucidator XML DTD.
XML content model ( section-title , section-body )
XML attributes
Required: *
Default values: red
id * CDATA -
See also enclosing element elucidator

documentation-entry
Description An XML element as defined in the elucidator XML DTD.
XML content model ( entry-title , entry-body )
XML attributes
Required: *
Default values: red
id * CDATA -
See also enclosing element elucidator

section-title
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-section

entry-title
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA)
See also enclosing element documentation-entry

section-body
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA | a | abbr | acronym | address | applet | b | basefont | bdo | big | blockquote | br | button | center | cite | code | del | dfn | dir | div | dl | em | fieldset | font | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | iframe | img | input | ins | isindex | kbd | label | map | menu | noframes | noscript | object | ol | p | pre | q | s | samp | script | select | small | span | strike | strong | sub | sup | table | textarea | tt | u | ul | var )*
See also enclosing element documentation-section

entry-body
Description An XML element as defined in the elucidator XML DTD.
XML content model (#PCDATA | a | abbr | acronym | address | applet | b | basefont | bdo | big | blockquote | br | button | center | cite | code | del | dfn | dir | div | dl | em | fieldset | font | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | iframe | img | input | ins | isindex | kbd | label | map | menu | noframes | noscript | object | ol | p | pre | q | s | samp | script | select | small | span | strike | strong | sub | sup | table | textarea | tt | u | ul | var )*
See also enclosing element documentation-entry

strong-prog-ref
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
file CDATA -
name * CDATA -

weak-prog-ref
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
file CDATA -
name * CDATA -

typographic-prog-ref
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
name * CDATA -

doc-ref
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
name * CDATA -

source-marker
Description An XML element as defined in the elucidator XML DTD.
XML content model EMPTY
XML attributes
Required: *
Default values: red
name * CDATA -


Generated: April 13, 2004, 11:11:27
Generated by LAML SchemeDoc .