Node:S_limbo, Next:S_meta_w, Previous:macros, Up:Miscellaneous params
limbo.begin
, limbo.end
limbo.begin
is TeX material to be printed at the beginning of
the limbo section, just before the text from @l
commands. See ATl.
(This command was previous called just limbo
, and that still
works.)
Similarly, limbo.end
is printed at the end of the limbo section.
Thus, the beginning of the file output by FWEAVE looks like this:
\input fwebmac.sty \Wbegin{...} [contains \documentclass, \usepackage, <doc.preamble>, \begin{document}] <limbo.begin> [contents of any @l commands] [user's TeX commands from the limbo section] <limbo.end>
The limbo.end
command is useful for printing the entire document
in two-column format. For more discussion, see LIndex.