Next: , Previous: , Up: Typesetting   [Contents][Index]


10.1.1 FWEAVE’s OUTPUT

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.

  1. \input command to read in FWEAVE’s macro package.

    By default, the initial input command is ‘\input fwebmac.sty’ (see 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.

  2. \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.

  3. Limbo text from the style-file parameter limbo.begin. See S_limbo.
  4. Limbo text from ‘@l’ commands. See ATl.
  5. User’s limbo section.
  6. Limbo text from the style-file parameter limbo.end. See S_limbo.
  7. TeX commands for individual WEB sections.
  8. \input command to read in the index data file.
  9. \input command to read in the module-list data file.
  10. \Winfo command (summarizes some status information).
  11. \Wcon command (generates the Table of Contents, and ends the run).