2014-04-05 17:48 GMT+02:00 Rich Shepard:
> Jürgen,
>
> I define:
>
> \pagenumbering{roman}
> \setcounter{page}{1}
> \pagestyle{headings}
>
> without explicitly writing \frontmatter.
Of course you can do that, but
\frontmatter
is shorter. After all, \frontmatter is but a shortcut to
\clearpage
\pagenumbering{roman}
\setcounter{page}{1}
Jürgen
