~ubuntu-branches/ubuntu/karmic/fweb/karmic

« back to all changes in this revision

Viewing changes to Web/fweb.sty

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-01-04 23:20:22 UTC
  • Revision ID: james.westby@ubuntu.com-20020104232022-330ad4iyzpvb5bm4
Tags: upstream-1.62
ImportĀ upstreamĀ versionĀ 1.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% --- STYLE FILE fweb.sty USED FOR WEAVING the FWEB SOURCES ---
 
2
 
 
3
% (For a more extensive example, see Fweb/Manual/fweb.sty.)
 
4
 
 
5
% NOTE:  If you are not using this file to typeset the FWEB sources,
 
6
% comment out the next command!!!
 
7
 
 
8
% Include typesetting and page-layout macros for FWEB sources.
 
9
limbo.begin "\\input fweb" % Input fweb.tex automatically.
 
10
        
 
11
% Get LaTeX2e to include the optional file `twoside.sty'.
 
12
LaTeX.class.options "twoside"
 
13
 
 
14
% Activate several packages.  Multicol is used for the Index.
 
15
LaTeX.package "indentfirst,multicol"
 
16
 
 
17
% Here's how to get the entire document in two-column format.  (One must
 
18
% include `multicol' in `LaTeX.package'.)
 
19
% limbo.end "\\def\\beforeindex{\\end{multicols}\\newpage}\n\
 
20
%\\begin{multicols}{2}\n\
 
21
%\\raggedcolumns"
 
22
 
 
23
% Use the following for two-column format, or for generally tightening up
 
24
% the manuscript.
 
25
doc.preamble "\\secpenalty0"
 
26
 
 
27
% Pretty up the documentation.
 
28
named.preamble "\\7" % Empty line after module name.
 
29
 
 
30
% Non-default names for the TeX output files.
 
31
index.tex "#.ndx"
 
32
modules.tex "#.mds"
 
33
contents.tex "#.cts"
 
34
 
 
35
% Separate index entries by \letter{...}. See `fweb.tex' for a sample
 
36
% definition of \letter.
 
37
lethead.prefix "\\letter{" 
 
38
lethead.suffix "}\n"
 
39
lethead.flag -1 % Use lower case letters.
 
40
 
 
41
% Subscript symbols with the section number where they were defined.  With
 
42
% this setting, function names will be subscripted with cross-reference
 
43
% information.  To turn off all such subscripting, use the command-line
 
44
% option `-f'.
 
45
mark_defined.fcn_name 1
 
46
mark_defined.WEB_macro 0
 
47
mark_defined.outer_macro 0 
 
48
mark_defined.exp_type 0
 
49
mark_defined.typedef_name 0