9.1 Engines -- Html engine


main page
top:Skribe User Manual
index:Index
markups:Standard Markups


Engines
9.1Html engine
9.2LaTeX engine


Chapters
1Getting Started
2Syntax & Values
3Standard Markups
4References and Hyperlinks
5Indexes
6Bibliography
7Computer programs
8Standard Library
9Engines
10Editing Skribe Programs
11Skribe compiler
12Compiling Texi documents
13List of examples
14Table of contents

The html engine...

9.1.1 The HTML customization

customdefaultdescription
favicon#fThe name of an image file of the URL image. The favicon custom can be either bound to a string which is the name of the image, or to a procedure of two arguments, a node and an engine that returns the file name of the icon. This can be used to use different icons per chapter or section.
javascript#fEnable/disable Javascript support.
head#fA string included in the HTML header.
css'()The URL or a list of URLs of CSS used by the document.
emit-sui#fEmit a SUI file for this document.
background"#ffffff"The background color of the document.
foreground"#000000"The foreground color of the document.
left-margin#fA procedure of two arguments producing the left margin of the document.
chapter-left-margin#fA procedure of two arguments producing the left margin of the document.
section-left-margin#fA procedure of two arguments producing the left margin of the document.
left-margin-font#fThe font of the left margin.
left-margin-size17.0The width of the left margin.
left-margin-background"#dedeff"The background color of the left margin.
left-margin-foreground"#000000"The foreground color of the left margin.
right-margin#fA procedure of two arguments producing the right margin of the document.
chapter-right-margin#fA procedure of two arguments producing the right margin of the document.
section-right-margin#fA procedure of two arguments producing the right margin of the document.
right-margin-font#fThe font of the right margin.
right-margin-size17.0The width of the right margin.
right-margin-background"#dedeff"The background color of the right margin.
right-margin-foreground"#000000"The foreground color of the right margin.
author-font#fThe author font.
title-font#fThe title font.
title-background"#8381de"The title background color.
title-foreground"#000000"The title foreground color.
file-title-separator" -- "A text to be inserted in between the document title and the chapter or section title when the chapter or section is rendered in a separate file.
index-header-font-size3.0The index header font size.
chapter-number->stringnumber->stringA procedure of one argument for rendering chapter numbers.
chapter-file#fA boolean specifying if chapters are rendered in speparate html file (see chapter markup).
section-title-start"<h3>"The HTML sequence for starting section title.
section-title-stop"</h3>"The HTML sequence for stopping section title.
section-title-background"#dedeff"The background color of section title.
section-title-foreground"black"The foreground color of section title.
section-title-number-separator" "The section title number separator.
section-number->stringnumber->stringA procedure of one argument for rendering section numbers.
section-file#fA boolean specifying if sections are rendered in speparate html file (see section markup).
subsection-title-start"<h3>"The HTML sequence for starting subsection title.
subsection-title-stop"</h3>"The HTML sequence for stopping subsection title.
subsection-title-background"#ffffff"The background color of subsection title.
subsection-title-foreground"#8381de"The foreground color of subsection title.
subsection-title-number-separator" "The subsection title number separator.
subsection-number->stringnumber->stringA procedure of one argument for rendering subsection numbers.
subsection-file#fA boolean specifying if subsections are rendered in speparate html file (see subsection markup).
subsubsection-title-start"<h4>"The HTML sequence for starting subsubsection title.
subsubsection-title-stop"</h4>"The HTML sequence for stopping subsubsection title.
subsubsection-title-background#fThe background color of subsubsection title.
subsubsection-title-foreground"#8381de"The foreground color of subsubsection title.
subsubsection-title-number-separator" "The subsubsection title number separator.
subsubsection-number->stringnumber->stringA procedure of one argument for rendering subsubsection numbers.
subsubsection-file#fA boolean specifying if subsubsections are rendered in speparate html file (see subsubsection markup).
source-color#tA 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.

This Html page has been produced by Skribe.
Last update Thu Apr 29 06:50:47 2004.