diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-18 13:42:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-18 13:42:16 +0000 |
commit | 7e9e977b49d995819047484c192ca72e79913aff (patch) | |
tree | 87c10ffb439835f25b19e224fe8d4ba4f23cc35a /Master/texmf-dist/source | |
parent | 5169ab043f75f072ddbdf2985c2ab85fed98e182 (diff) |
remove obsolete rplain (2feb06)
git-svn-id: svn://tug.org/texlive/trunk@2153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/rplain/rplain.drv | 19 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/rplain/rplain.dtx | 72 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/rplain/rplain.ins | 21 |
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{***********************************************************} |