blob: 2f38a26c9ff53259eac36ba36a8d7d734e375214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\documentclass[pagesize=auto, fontsize=14pt, DIV=9, parskip=half]{scrartcl}
\usepackage{fixltx2e}
\usepackage{etex}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{microtype}
\usepackage{hyperref}
\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
\newcommand*{\pkg}[1]{\textsf{#1}}
\addtokomafont{title}{\rmfamily}
\title{The \pkg{romanneg} package\thanks{This manual corresponds to \pkg{romanneg.sty}~v1.03, dated~15 June 1992.}}
\author{Mario Wolczko\thanks{\mail{mario@acm.org}}}
\date{15 June 1992}
\begin{document}
\maketitle
This style option should not change the appearance of a document,
but merely change the page numbers (as defined by \verb|\count0|) in the
DVI file to be negative when roman pagenumbering is in use.
To do this, the \verb|\@steppagecounter| macro increments the absolute
value of \verb|\count0|
\end{document}
|