(((title . "Another Manual") (author . "My Name") (affiliation . "My affiliaiton") (abstract . "Some abstract. In this example we use manual-section and\r\n manual-page to describe a couple of imaginary functions.") (scheme-source-file . not-provided) (laml-resource . not-provided) (documentation-commenting-style . not-provided) (default-attribute-explanation . not-provided) (source-destination-delta . not-provided) (css-prestylesheet . "compact") (css-stylesheet . "original") (css-stylesheet-copying . not-provided) (make-dtd-manual-template . not-provided) (keep-syntactical-comment-file . not-provided) (manual-destination-name . not-provided) (mirror-names-defined . not-provided) (mirror-name-prefix . not-provided) (attribute-sorting . not-provided) (scheme-source-linking . not-provided)) ((section-id "first-sect") (kind "manual-section") (section-title "Some functions") (section-body "This is a section")) ((kind "manual-page") (title "fun") (form "(fun x y)") (description "This is the function f") (pre-condition "Only call f if both x and y are posivie") (post-condition "f delivers the result") (parameters (parameter "x" "The first parameter. A number") (parameter "y" "The second parameter. A number")) (cross-references (reference "Enclosing examples" (ast "span" ("All examples") () double xhtml10-transitional ()) "index.html") (internal-references "sibling" "another-fun"))) ((kind "manual-page") (title "fun-again") (form "(fun-again x y . xml-in-laml-contents-and-attributes)") (description "This is the function f - again") (pre-condition "Only call f if both x and y are posivie") (post-condition "f delivers the result") (parameters (parameter "x" "The first parameter. A number") (parameter "y" "The second parameter. A number")) (attribute-descriptions (attribute-description "a" "Description of the a attribute") (attribute-description "b" "Description of the b attribute")) (cross-references)) ((kind "manual-page") (title "another-fun") (form "(another-fun p)") (description "This is another function") (parameters (parameter "p" "The only parameter of this function")) (cross-references (internal-references "sibling" "fun"))))