2 % Minimal document skeleton. For testing, link your 'manpage' in at
3 % the place indicated below.
5 % Run tex2rtf with (for example)
6 % tex2rtf minimal.tex test.htm -html -twice
8 % latex should also parse this file correctly.
10 % Of course many references will be unresolved in the test page, but
11 % local references should be there.
13 \documentstyle[a4,makeidx,verbatim,texhelp,fancyheadings,palatino
]{report}
15 \newcommand{\indexit}[1]{#1\index{#1}}
16 \newcommand{\pipe}[0]{$\|$\
}%
26 \pagestyle{fancyplain
}
27 \bibliographystyle{plain
}
28 \setheader{{\it CONTENTS
}}{}{}{}{}{{\it CONTENTS
}}
29 \setfooter{\thepage}{}{}{}{}{\thepage}
33 \pagenumbering{arabic
}%
34 \setheader{{\it CHAPTER
\thechapter}}{}{}{}{}{{\it CHAPTER
\thechapter}}%
35 \setfooter{\thepage}{}{}{}{}{\thepage}
37 % put your file(s) in an \input{} statement here
40 \addcontentsline{toc
}{chapter
}{Index
}
41 \setheader{{\it INDEX
}}{}{}{}{}{{\it INDEX
}}%
42 \setfooter{\thepage}{}{}{}{}{\thepage}