bibtex | (bibtex file-name) | Parse the bibtex file, file-name, which is a bibtex file name without the bibtex extension. |
copyright-clause | (copyright-clause) | Return an HTML comment with a copyright notice, or an empty string. |
credits | (credits system-dk system-eng [system-url]) | Return a credit message to Kurt Nørmark about system-dk (the Danish name) and system-eng (the English name). |
document-type-declaration | (document-type-declaration [language]) | Return a document type declaration. |
end-laml | (end-laml) | This function is intended to end an LAML file. |
fake-startup-parameters | (fake-startup-parameters source-file startup-dir [program-parameter-list]) | Fake the contextual startup parameters to a specific source file name and a specific startup directory. |
full-source-path-with-extension | (full-source-path-with-extension ext) | Return the full path to the current source file name in the startup directory, using the extension ext. |
html-char-transform | (html-char-transform char [transformation-table]) | Return the transformation of char or string, as transformed by a character transformation table. |
html-char-transformation-table | html-char-transformation-table | A vector of length 256 which transforms character number i to a string. |
html-parse | (html-parse in-file-name [out-file-name]) | Parse the HTML file file-name (a file name with or without extension) using the XML-based HTML parser for LAML. |
html-pp | (html-pp in-file-name [out-file-name single-lining indentation max-width]) | Pretty prints the HTML file or HTML parse tree in in-file-name and place the
pretty printed result in out-file-name. |
html-to-laml | (html-to-laml in-file-name out-file-name) | Convert the HTML file on in-file-name to an LAML file on out-file-name. |
in-startup-directory | (in-startup-directory suffix) | Return a (full) path relative to the current startup-directory. |
laml | (laml file-name . program-parameters) | Load and execute the LAML file on the file file-name (a string). |
laml-absolute-url-prefix | laml-absolute-url-prefix | The URL prefix of the LAML software home page at Aalborg University's WWW server. |
laml-canonical-command-line | (laml-canonical-command-line) | Return the contextual command line information passed to LAML upon activation. |
laml-cd | (laml-cd dir) | Set the LAML startup directory to dir. |
laml-home-url-prefix | (laml-home-url-prefix extra-level . start-dir) | Return a relative or absolute url prefix to the LAML home directory. |
laml-library | laml-library | The scheme library relative to laml-dir. |
laml-load | (laml-load full-file-path . optional-parameter-list) | Load the laml file in full-file-path after faking the start up parameters. |
laml-ls | (laml-ls) | Returns a list of files and directories of the LAML startup directory (the current directory). |
laml-platform | laml-platform | The platform on which LAML is in use (a symbol). |
laml-power-icon | (laml-power-icon [extra-level icon-size]) | Return the LAML POWER icon with link to the LAML home page. |
laml-program-parameters | (laml-program-parameters) | Return the list of program parameters passed to an activation of LAML. |
laml-pwd | (laml-pwd) | Returns the working LAML directory. |
laml-standard-comment | (laml-standard-comment) | Return a standard comment about LAML. |
laml-style | (laml-style style-spec [style-base load-variation]) | Load an LAML style. |
laml-tool-load | (laml-tool-load suffix-path) | Load a file from the LAML tool directory. |
laml-version | laml-version | A variable that refers to the version of LAML, bound at LAML installation time. |
laml-welcome | (laml-welcome) | Initiating welcome and info text for interactive LAM tools. |
language-preference | language-preference | A variable which determines which language to use in selected parts of the LAML software. |
leno-xml | (leno-xml leno-xml-file) | Process a LENO xml file. |
lib-load | (lib-load suffix-path) | Load file from the LAML library directory. |
local-load | (local-load suffix-path) | Load file from the startup directory. |
operating-system | operating-system | The operating system on which LAML is in use (a symbol). |
optional-parameter | (optional-parameter n optional-parameter-list [default-value]) | Return element n of optional-parameter-list. |
scheme-pp | (scheme-pp in-file-name [out-file-name single-lining indentation max-width]) | Pretty prints the Scheme or Lisp file - including comments - in in-file-name and write the result to out-file-name. |
scheme-pp-simple | (scheme-pp-simple in-file-name [out-file-name single-lining indentation max-width]) | Pretty prints the Scheme or Lisp file - without comment preservation -
in in-file-name and write the result to out-file-name. |
scheme-system | scheme-system | The Scheme system on which LAML depends (a symbol). |
schemedoc | (schemedoc scheme-source-file [relative-destination-dir manual-title manual-author-info manual-abstract]) | Make documentation from scheme-source-file. |
set-html-char-transformation-entry! | (set-html-char-transformation-entry! transformation-table index new-entry) | Mutate a html character transformation table at position index. |
set-laml-program-parameters | (set-laml-program-parameters program-parameters) | Set the LAML program parameters. |
set-laml-source-file | (set-laml-source-file file) | Set the LAML source file name (without extension) to file. |
set-laml-startup-directory | (set-laml-startup-directory dir) | Set the LAML startup directory to dir. |
source-filename-without-extension | (source-filename-without-extension . unused-parameter) | If possible return the name of the LAML source file (without extension). |
standard-epilog | (standard-epilog [language]) | Returns a standard document epilog - end matters - inserted after the document elements. |
standard-prolog | (standard-prolog [language]) | Return a standard document prolog - front matters - inserted before any document elements. |
startup-directory | (startup-directory . unused-parameter) | Return the directory in which LAML is started up. |
text-choice | (text-choice danish english) | Return either danish or english, depending on the value of the global variable language-preference. |
tracing-comment | (tracing-comment) | Return a HTML comment which somehow traces this document. |
write-html | (write-html mode html-clause [file-path-with-extension]) | Write html-clause (a string or an ast) to a text file. |
xml-parse | (xml-parse in-file-name [out-file-name]) | Parse the XML file file-name (a file name with or without xml extension) using the XML parser for LAML. |
xml-pp | (xml-pp in-file-name [out-file-name single-lining indentation max-width]) | Pretty prints the XML file or XML parse tree in in-file-name and place the
pretty printed result in out-file-name. |