9.2 Engines -- LaTeX 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 LaTeX engine...

9.2.1 The LaTeX customization

customdefaultdescription
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#tEnable/disable colors.
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.
color-usepackage"\usepackage{color} "The LaTeX package for coloring.
hyperref#tEnables/disables hypererrf.
hyperref-usepackage"\usepackage[setpagesize=false]{hyperref} "The LaTeX package for hyperref.

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