bibtex | (bibtex file-name) | Parse the bibtex file, file-name, which is a bibtex file name without the bibtex extension. |
computer-system | computer-system | The machine on which I use LAML-based software. |
copyright-clause | (copyright-clause) | Return an HTML comment with a copyright notice. |
credits | (credits system-dk system-eng) | Return a credit message to Kurt Nørmark about system-dk (the Danish name) and system-eng (the English name). |
end-laml | (end-laml) | This function is inteded to end an LAML file. |
fake-startup-parameters | (fake-startup-parameters source-file startup-dir) | 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 using the extension ext. |
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. |
laml | (laml file-name) | 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) | Load the laml file in full-file-path after faking the start up parameters. |
laml-load-variation | laml-load-variation | A global variable which signals some kind of variations in the loading of an LAML style or library. |
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. |
laml-pwd | (laml-pwd) | Returns the working LAML directory. |
laml-style | (laml-style style-spec style-spec load-variation) | An alias to the function style which loads a LAML style. |
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 complex. |
lib-load | (lib-load file-name) | Load file from the library determined by the variables laml-dir and laml-library. |
local-load | (local-load file-name) | Load file from the startup directory. |
operating-system | operating-system | The operating system on which LAML is in use. |
optional-parameter | (optional-parameter n optional-parameter-list [default-value]) | Return element n of optional-parameter-list. |
scheme-library | scheme-library | An alias of laml-library. |
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 | Which Scheme system to use. |
schemedoc | (schemedoc scheme-source-file [relative-destination-dir manual-title manual-author-info manual-abstract]) | Make documentation from scheme-source-file. |
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. |
software-directory | software-directory | An alias of laml-dir. |
source-filename-without-extension | (source-filename-without-extension . unused-parameter) | If possible return the name of the LAML source file (without extension). |
startup-directory | (startup-directory . unused-parameter) | Return the directory in which the Scheme system is started up. |
style | (style style-spec style-spec load-variation) | Load an LAML style. |
text-choice | (text-choice danish english) | Return either danish or english, depending on the value of the global variable language-preference. |
the-library | the-library | Full path to the scheme library. |
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. |