documentclass | "\documentclass{article}" | A string declaring The LaTeX document class. |
usepackage | "\usepackage{epsfig}
" | The boolean #f if no package is used or a string declaring The LaTeX packages. |
predocument | "" | The boolean #f or a string to be written before the \begin{document} statement. |
maketitle | "\date{}
\maketitle" | The boolean #f or a string to be written after the \begin{document} statement for emitting the document title. |
color | #t | Enable/disable colors. |
source-color | #t | A boolean enabling/disabling color of source code (see source markup). |
source-comment-color | "#ffa600" | The source comment color. |
source-define-color | "#6959cf" | The source define color. |
source-module-color | "#1919af" | The source module color. |
source-markup-color | "#1919af" | The source markup color. |
source-thread-color | "#ad4386" | The source thread color. |
source-string-color | "red" | The source string color. |
source-bracket-color | "red" | The source bracket color. |
source-type-color | "#00cf00" | The source type color. |
color-usepackage | "\usepackage{color}
" | The LaTeX package for coloring. |
hyperref | #t | Enables/disables hypererrf. |
hyperref-usepackage | "\usepackage[setpagesize=false]{hyperref}
" | The LaTeX package for hyperref. |