Next: The macro package fwebmac.sty, Previous: Typesetting, Up: Typesetting [Contents][Index]
When one says ‘fweave test’, the file test.tex is created. Some TeX commands contained in this file are created automatically; others are copied from the web source file. They are organized into several sequential groups, as follows.
\input
command to read in FWEAVE’s macro package.By default, the initial input command is ‘\input fwebmac.sty’ (see The macro package fwebmac.sty). The name of the macro package can be changed with the ‘-w’ command-line option, but that is dangerous and useful only for very special effects. See ‘-w’: Change name of macro package (FWEAVE).
\Wbegin
command.The
\Wbegin
macro sets up certain defaults (which can be overridden in the limbo section). In LaTeX, it also issues the ‘\documentclass{article}’ and ‘\begin{document}’ commands.- Limbo text from the style-file parameter
limbo.begin
. Seelimbo.begin
,limbo.end
.- Limbo text from ‘@l’ commands. See ‘@l’: Specify limbo text.
- User’s limbo section.
- Limbo text from the style-file parameter
limbo.end
. Seelimbo.begin
,limbo.end
.- TeX commands for individual WEB sections.
\input
command to read in the index data file.\input
command to read in the module-list data file.\Winfo
command (summarizes some status information).\Wcon
command (generates the Table of Contents, and ends the run).