12. Scribe User Manual -- Compiling Scribe programs

12. Scribe User Manual -- Compiling Scribe programs

Browsing

Home: Scribe User Manual

Previous chapter: Editing Scribe Programs
Next chapter: Compiling Texi documents

Compiling Scribe programs

  SYNOPSIS
  DESCRIPTION
  SUFFIXES
  OPTIONS
  ENVIRONMENT VARIABLES

Chapters

1. Getting Started
2. Syntax
3. Standard Library
4. Hyperlinks and References
5. Index
6. Bibliography
7. Computer programs
8. Graphical User Interfaces
9. Customization
10. Scribe style files
11. Editing Scribe Programs
12. Compiling Scribe programs
13. Compiling Texi documents
14. Using Bibtex databases
15. Functions and Variables

Scribe

Home page:Scribe

Documentation:user
expert
styles

In this chapter we present the Scribe compiler that compiles Scribe source text into various output formats. Scribe source files can be automatically generated from Texinfo source files by the scribeinfo compiler.

SYNOPSIS

scribe [options] [input]...

DESCRIPTION

This manual page is not meant to be exhaustive. The complete documentation for the programming language Scribe can be found at the following URL. This manual page only documents the scribe compiler that compiles Scribe programs into HTML, TeX, Info or Nroff formats.

SUFFIXES

The scribe compiler uses file suffixes in order to select amongst its possible targets which one to choose. These suffixes are:

.scr
a Scribe source file.
.html
an HTML target file.
.tex
a TeX target file.
.info
an Info target file.
.man
a Nroff target file.
.sui
a Scribe url index file.
OPTIONS

-h,--help
This help message.
--options
Display the scribe options and exit.
--version
The version of Scribe.
-v,--verbose
Increase the verbosity.
-q,--query
Display informations about the Scribe configuration.
-t,--target <fmt>
The output target format.
-b,--base <base>
The base prefix to remove from links.
-o <dst>
Name the output file <dest>.
-I <path>
Add <path> to scribe path.
-J <path>
Add <path> to scribe style path.
-L <path>
Add <path> to scribe library path.
-B <path>
Add <path> to scribe bibliography path.
-C,--split-chapter <chapter>
Emit chapter's sections in separate files.
--eval <expr>
Evaluate expression.
ENVIRONMENT VARIABLES

Some shell variables control the Scribe search path:

SCRIBEPATH
Search path for source and style files.
SCRIBESTYLEPATH
Search path for style files.

This page has been generated by Scribe.
Last update Wed Dec 18 09:23:02 2002