summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/rplain/rplain.drv19
-rw-r--r--Master/texmf-dist/source/latex/rplain/rplain.dtx72
-rw-r--r--Master/texmf-dist/source/latex/rplain/rplain.ins21
3 files changed, 0 insertions, 112 deletions
diff --git a/Master/texmf-dist/source/latex/rplain/rplain.drv b/Master/texmf-dist/source/latex/rplain/rplain.drv
deleted file mode 100644
index 316563ad33e..00000000000
--- a/Master/texmf-dist/source/latex/rplain/rplain.drv
+++ /dev/null
@@ -1,19 +0,0 @@
-%%
-%% This is file `rplain.drv',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% rplain.dtx (with options: `driver')
-%%
-%% Copyright (C) 1994 Axel Sommerfeldt
-%%
-\documentclass{article}
-\usepackage{rplain}
-\usepackage{doc}
-\begin{document}
- \DocInput{rplain.dtx} % \PrintChanges
-\end{document}
-\endinput
-%%
-%% End of file `rplain.drv'.
diff --git a/Master/texmf-dist/source/latex/rplain/rplain.dtx b/Master/texmf-dist/source/latex/rplain/rplain.dtx
deleted file mode 100644
index f5462bca112..00000000000
--- a/Master/texmf-dist/source/latex/rplain/rplain.dtx
+++ /dev/null
@@ -1,72 +0,0 @@
-% \changes{v1.0}{10 Oct 94}{First release}
-%
-% \MakeShortVerb{\|}
-%
-% \title{The \textsf{rplain} package}
-% \author{Axel Sommerfeldt\\axel@ang-physik.uni-kiel.de}
-% \date{1994/10/21}
-% \maketitle
-%
-% \begin{abstract}
-% The \textsf{rplain} package redefines the `plain' pagestyle.
-% The page numbers are now in the lower right corner instead of
-% being centered, like in this onesided document. In twosided
-% documents, the page numbers are in the lower left or right corner.
-% \end{abstract}
-%
-% \section{The user interface}
-% To use this package just type
-% \begin{quote}
-% |\usepackage{rplain}|
-% \end{quote}
-% in the preamble of your document.
-%
-% \section{The code}
-%
-% \iffalse
-%<*package>
-% \fi
-%
-% \subsection{Identification}
-% \begin{macrocode}
-\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)}
-% \end{macrocode}
-%
-% \subsection{Main code}
-% \begin{macro}{\ps@plain}
-% This macro was taken from report.cls (LaTeX2e 94/06/01 patch level 3)
-% and modified.
-% \begin{macrocode}
-\renewcommand{\ps@plain}{%
- \renewcommand{\@mkboth}{\@gobbletwo}%
- \renewcommand{\@oddhead}{}%
- \renewcommand{\@evenhead}{}%
- \renewcommand{\@evenfoot}{\reset@font\rmfamily\thepage\hfil}%
- \renewcommand{\@oddfoot}{\reset@font\rmfamily\hfil\thepage}}
-% \end{macrocode}
-% \end{macro}
-% Now we have to call |\pagestyle{plain}| (again), so that the above macro
-% will be used.
-% \begin{macrocode}
-\pagestyle{plain}
-% \end{macrocode}
-% \iffalse
-%</package>
-% \fi
-%
-% \iffalse
-%<*driver>
-\documentclass{article}
-\usepackage{rplain}
-\usepackage{doc}
-\begin{document}
- \DocInput{rplain.dtx} % \PrintChanges
-\end{document}
-%</driver>
-% \fi
-%
-% \Finale
-%
-\endinput
diff --git a/Master/texmf-dist/source/latex/rplain/rplain.ins b/Master/texmf-dist/source/latex/rplain/rplain.ins
deleted file mode 100644
index 50b61a1c79e..00000000000
--- a/Master/texmf-dist/source/latex/rplain/rplain.ins
+++ /dev/null
@@ -1,21 +0,0 @@
-\def\batchfile{rplain.ins}
-\input docstrip.tex
-
-\keepsilent
-\preamble
-
-Copyright (C) 1994 Axel Sommerfeldt
-
-\endpreamble
-\generateFile{rplain.drv}{t}{\from{rplain.dtx}{driver}}
-\generateFile{rplain.sty}{t}{\from{rplain.dtx}{package}}
-
-\Msg{***********************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the file}
-\Msg{* `rplain.sty' into a directory searched by TeX.}
-\Msg{*}
-\Msg{* To produce the documentation run the file `rplain.drv'}
-\Msg{* through LaTeX.}
-\Msg{*}
-\Msg{***********************************************************}