Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 233f8aae1f33ee5e61554ecb56b0fdf6 > files > 66

ifm-5.1-11.fc15.i686.rpm

%% Useful -*- LaTeX -*- macros.

%% Use HTML stuff.
\usepackage{html}

%% Print comments for now.
\usepackage{comment}
\includecomment{comment}

%% Signal a title page.
\def\titlepage{
    \renewcommand\thepage{\roman{page}}
    \thispagestyle{empty}
}

%% Signal start of main text.
\def\maintext{
    \renewcommand\thepage{\arabic{page}}
    \setcounter{page}{1}
}