summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-18 13:42:16 +0000
committerKarl Berry <karl@freefriends.org>2006-09-18 13:42:16 +0000
commit7e9e977b49d995819047484c192ca72e79913aff (patch)
tree87c10ffb439835f25b19e224fe8d4ba4f23cc35a
parent5169ab043f75f072ddbdf2985c2ab85fed98e182 (diff)
remove obsolete rplain (2feb06)
git-svn-id: svn://tug.org/texlive/trunk@2153 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/rplain/rplain.dvibin2196 -> 0 bytes
-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
-rw-r--r--Master/texmf-dist/tex/latex/rplain/rplain.sty23
-rw-r--r--Master/texmf-dist/tpm/rplain.tpm33
-rw-r--r--Master/texmf/tpm/collection-latexextra.tpm1
7 files changed, 0 insertions, 169 deletions
diff --git a/Master/texmf-dist/doc/latex/rplain/rplain.dvi b/Master/texmf-dist/doc/latex/rplain/rplain.dvi
deleted file mode 100644
index 094652e1c9f..00000000000
--- a/Master/texmf-dist/doc/latex/rplain/rplain.dvi
+++ /dev/null
Binary files differ
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{***********************************************************}
diff --git a/Master/texmf-dist/tex/latex/rplain/rplain.sty b/Master/texmf-dist/tex/latex/rplain/rplain.sty
deleted file mode 100644
index 768af861785..00000000000
--- a/Master/texmf-dist/tex/latex/rplain/rplain.sty
+++ /dev/null
@@ -1,23 +0,0 @@
-%%
-%% 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'.
diff --git a/Master/texmf-dist/tpm/rplain.tpm b/Master/texmf-dist/tpm/rplain.tpm
deleted file mode 100644
index 776291e1ad5..00000000000
--- a/Master/texmf-dist/tpm/rplain.tpm
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
- <rdf:Description about="http://texlive.dante.de/texlive/Package/rplain.zip">
- <TPM:Name>rplain</TPM:Name>
- <TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/21 00:25:32</TPM:Date>
- <TPM:Version></TPM:Version>
- <TPM:Creator>rahtz</TPM:Creator>
- <TPM:Title>Redefines the plain pagestyle.</TPM:Title>
- <TPM:Description>
-This package redefines the LaTeX pagestyle `plain' so the page
-numbers appear on the lower corners. This package was superseded
-by the fancyhdr package and is no
-longer supported.
-[description copied from TeX Catalogue]
- </TPM:Description>
- <TPM:Author>Harald Axel Sommerfeldt</TPM:Author>
- <TPM:Size>6936</TPM:Size>
- <TPM:Build/>
- <TPM:RunFiles size="1987">
-texmf-dist/tex/latex/rplain/rplain.sty
-texmf-dist/tpm/rplain.tpm
- </TPM:RunFiles>
- <TPM:DocFiles size="2196">texmf-dist/doc/latex/rplain/rplain.dvi</TPM:DocFiles>
- <TPM:SourceFiles size="2753">
-texmf-dist/source/latex/rplain/rplain.drv
-texmf-dist/source/latex/rplain/rplain.dtx
-texmf-dist/source/latex/rplain/rplain.ins
- </TPM:SourceFiles>
- <TPM:Provides>Package/rplain</TPM:Provides>
- </rdf:Description>
-</rdf:RDF>
-
diff --git a/Master/texmf/tpm/collection-latexextra.tpm b/Master/texmf/tpm/collection-latexextra.tpm
index 15e8183a5d9..ce82b038c0d 100644
--- a/Master/texmf/tpm/collection-latexextra.tpm
+++ b/Master/texmf/tpm/collection-latexextra.tpm
@@ -377,7 +377,6 @@ A large collection of add-on packages for LaTeX.
<TPM:Package name="romannum"/>
<TPM:Package name="rotfloat"/>
<TPM:Package name="rotpages"/>
- <TPM:Package name="rplain"/>
<TPM:Package name="rst"/>
<TPM:Package name="rtkinenc"/>
<TPM:Package name="sauerj"/>