diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:05:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:05:43 +0000 |
commit | 25fc383d10eab36be64422fc11eddcbd3572c172 (patch) | |
tree | f5d69f72cc5c30bfc2c6fd913e07bef51f16b4e1 | |
parent | 4c3b0a80b10aa5ad3e76c44b2b281a740a5010da (diff) |
rplain
git-svn-id: svn://tug.org/texlive/trunk@1286 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/latex/rplain/rplain.sty | 23 |
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'. |