blob: 768af861785284746327d9a061789baeb71fb79d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%%
%% This is file `rplain.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% rplain.dtx (with options: `package')
%%
%% Copyright (C) 1994 Axel Sommerfeldt
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{rplain}[1994/10/10 v1.0 rplain package (AS)]
\typeout{Package: rplain v1.0 <1994/10/10> (Axel Sommerfeldt)}
\renewcommand{\ps@plain}{%
\renewcommand{\@mkboth}{\@gobbletwo}%
\renewcommand{\@oddhead}{}%
\renewcommand{\@evenhead}{}%
\renewcommand{\@evenfoot}{\reset@font\rmfamily\thepage\hfil}%
\renewcommand{\@oddfoot}{\reset@font\rmfamily\hfil\thepage}}
\pagestyle{plain}
\endinput
%%
%% End of file `rplain.sty'.
|