Eli   Documents

General Information

 o Eli: Translator Construction Made Easy
 o Global Index
 o Frequently Asked Questions
 o Typical Eli Usage Errors

Tutorials

 o Quick Reference Card
 o Guide For new Eli Users
 o Release Notes of Eli
 o Tutorial on Name Analysis
 o Tutorial on Scope Graphs
 o Tutorial on Type Analysis
 o Typical Eli Usage Errors

Reference Manuals

 o User Interface
 o Eli products and parameters
 o LIDO Reference Manual
 o Typical Eli Usage Errors

Libraries

 o Eli library routines
 o Specification Module Library

Translation Tasks

 o Lexical analysis specification
 o Syntactic Analysis Manual
 o Computation in Trees

Tools

 o LIGA Control Language
 o Debugging Information for LIDO
 o Graphical ORder TOol

 o FunnelWeb User's Manual

 o Pattern-based Text Generator
 o Property Definition Language
 o Operator Identification Language
 o Tree Grammar Specification Language
 o Command Line Processing
 o COLA Options Reference Manual

 o Generating Unparsing Code

 o Monitoring a Processor's Execution

Administration

 o System Administration Guide

Mail Home

Products and Parameters Reference

Previous Chapter Next Chapter Table of Contents


Producing Formatted Documents

Eli supports two mechanisms for producing formatted documents: Texinfo and FunnelWeb. Both on-line hypertext and printed documents can be produced from Texinfo (type-tnf)files; arbitrary specification files and printed documents can be produced from FunnelWeb (type-fw) files. In this chapter we consider only the production of printed documents.

ps -- PostScript file

:ps

A file containing the result of formatting a type-tnf file.

dvi -- Device-independent TeX typesetter file

:dvi

A file containing the result of formatting a type-tnf file. This file cannot be printed directly, but must be used as input to some typesetter-dependent program.

fwTex -- TeX input file

:fwTex

A file suitable for input to TeX, containing the result of weaving a type-fw file:

doc.fw :fwTex > doc.tex

Note that fwTex can not be applied to a type-specs file.

If the documentation text of the type-fw file contains TeX or LaTeX commands, it should also contain the following FunnelWeb typesetter pragma:

@p typesetter = tex

This pragma is not required if the documentation text contains no TeX or LaTeX commands, but including it will have no effect. If no typesetter pragma is given, any TeX and LaTeX commands in the documentation will simply appear in the output as they stand in the input.

fwHtml -- HTML file

:fwHtml

An HTML containing the result of weaving a type-fw file:

doc.fw :fwHtml > doc.html

Note that fwHtml can not be applied to a type-specs file.

The documentation text of the type-fw file must contain the following FunnelWeb typesetter pragma:

@p typesetter = html


Previous Chapter Next Chapter Table of Contents