diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/rplain/rplain.dvi | bin | 2196 -> 0 bytes | |||
-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 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/rplain/rplain.sty | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/rplain.tpm | 33 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-latexextra.tpm | 1 |
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 Binary files differdeleted file mode 100644 index 094652e1c9f..00000000000 --- a/Master/texmf-dist/doc/latex/rplain/rplain.dvi +++ /dev/null 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"/> |