summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/latex/rplain/rplain.sty23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/rplain/rplain.sty b/Master/texmf-dist/tex/latex/rplain/rplain.sty
new file mode 100644
index 00000000000..768af861785
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/rplain/rplain.sty
@@ -0,0 +1,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'.