summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-23 01:10:54 +0000
committerKarl Berry <karl@freefriends.org>2007-01-23 01:10:54 +0000
commit01c8ac287cb4c8ff3995bd374319a61e1ea0c884 (patch)
treef3231c07ff6ba080d0df87540c2ae28adadbbd72
parente2a1e927fd17f0e87ca72af9ad87c0c0c3337a09 (diff)
remove unmaintained piff, tensor.sty conflicts
git-svn-id: svn://tug.org/texlive/trunk@3711 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/piff/ams.dvibin25188 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/piff/ams.dtx206
-rw-r--r--Master/texmf-dist/source/latex/piff/ams.ins49
-rw-r--r--Master/texmf-dist/tex/latex/piff/ams.sty79
-rw-r--r--Master/texmf-dist/tex/latex/piff/duplicat.sty30
-rw-r--r--Master/texmf-dist/tex/latex/piff/newproof.sty57
-rw-r--r--Master/texmf-dist/tex/latex/piff/onepagem.sty34
-rw-r--r--Master/texmf-dist/tex/latex/piff/tensor.sty62
-rw-r--r--Master/texmf-dist/tex/latex/piff/time.sty45
-rw-r--r--Master/texmf-dist/tpm/piff.tpm36
-rw-r--r--Master/texmf/tpm/collection-latexextra.tpm1
11 files changed, 0 insertions, 599 deletions
diff --git a/Master/texmf-dist/doc/latex/piff/ams.dvi b/Master/texmf-dist/doc/latex/piff/ams.dvi
deleted file mode 100644
index 091e87ec4ed..00000000000
--- a/Master/texmf-dist/doc/latex/piff/ams.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/latex/piff/ams.dtx b/Master/texmf-dist/source/latex/piff/ams.dtx
deleted file mode 100644
index 21eba8ad40c..00000000000
--- a/Master/texmf-dist/source/latex/piff/ams.dtx
+++ /dev/null
@@ -1,206 +0,0 @@
-% \iffalse meta-comment
-% \begin{macrocode}
-%<*ams>
-\def\fileversion{3.16}
-\def\filedate{09 Jan 1996 13:53:56 BST}
-\def\filename{ams.dtx}
-\def\Copyright{Copyright (C) 1990,1995 Mike Piff, University of Sheffield, England}
-%</ams>
-% \end{macrocode}
-%
-%You are not allowed to change this file.
-%
-%You are NOT ALLOWED to distribute this file alone. You are NOT
-%ALLOWED to take money for the distribution or use of this
-%file except for a nominal charge for copying etc.
-%
-%Please address any problems to:
-%
-%M.Piff@sheffield.ac.uk
-%
-%For updates, contact your nearest CTAN site.
-%
-% \fi
-%
-% \CheckSum{139}
-%
-% \title{Use of common American Mathematical Society fonts in \LaTeXe}
-% \author{Copyright (C) 1994 by Mike Piff}
-%
-% \maketitle
-% \tableofcontents
-%
-% \section{The documentation driver file}
-%
-% This is the driver file that produces this documentation.
-% We use the document class provided by the \LaTeXe\ distribution
-% for producing the documentation.
-% \begin{macrocode}
-%<*driver>
-\documentclass[12pt]{ltxdoc}
-\usepackage[defs]{ams}
-\usepackage{verbatim}
-\begin{document}
- \DocInput{ams.dtx}
-\end{document}
-%</driver>
-% \end{macrocode}
-% \section{Introduction}
-%
-% This package is a minimal one that allows access to the three
-% common AMS symbol font families. To use it, you will need the
-% |amsfonts| package.
-%
-% \section{User interface}
-%
-% The package needs to be included with the command
-% \begin{verbatim}
-% \usepackage[defs]{ams}
-% \end{verbatim}
-% Its effect is to prepare the symbol fonts |msam| and |msbm|
-% and the fraktur font |eufm|. Specification of option |defs|
-% causes all the usual AMS symbol definitions to be made.
-% For instance, after this one can obtain $\curvearrowright$ by
-% typing |$\curvearrowright$|.
-%
-%
-% \DescribeMacro{\Bbb}
-% \newcommand{\SF}{$\langle$\textit{sub-formula}$\rangle$}
-% The command |\Bbb{|\SF|}| typesets \SF\ in blackboard bold.
-% For instance, |\Bbb{ANYTHING}| produces \Bbb{ANYTHING}.
-% Care must be taken to ensure that \SF\ contains only uppercase
-% letters. The math style modifier is |\mathbb|.
-%
-% The commonest letters in mathematics are defined by the commands
-% |\C|, |\F|, |\N|, |\Q|, |\R|, |\T| and |\Z|, producing \C, \F,
-% \N, \Q, \R, \T, \Z\ respectively.
-%
-% \DescribeMacro{\frak}
-% \DescribeMacro{\goth}
-% |\frak| and |\goth| are similar to |\Bbb| except that they use the
-% fractur font, and are not limited to uppercase. Thus |\frak{K}|
-% produces \frak{K}. There is a math style modifier |\mathfrak| too.
-%
-% |\Bbb|, |\frak| and |\goth| work in text and math modes.
-%
-% \DescribeMacro{\MakeBbb}
-% The command |\MakeBbb{X}| has the effect of setting |\X| to expand
-% to |\Bbb{X}|, and thus further blackboard bold symbols are easily
-% defined.
-% \StopEventually{}
-%
-%
-% \section{Identification}
-%
-% This package can only be used with \LaTeXe, so
-% an appropriate message is displayed when another
-% format is used.
-% \begin{macrocode}
-%<*ams>
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-% \end{macrocode}
-%
-%
-% Announce the package name and its version:
-% \begin{macrocode}
-\ProvidesPackage{ams}[1996/01/09]
-% \end{macrocode}
-%
-% And display it on the terminal (and the log file):
-% \begin{macrocode}
-\typeout{Package `ams' <\filedate>.}
-\typeout{\Copyright}
-% \end{macrocode}
-%
-% \section{The definition option}
-%
-% There is a single option |defs| that is recognized.
-% \begin{macrocode}
-\DeclareOption{defs}{\AtEndOfPackage{\RequirePackage{amssymb}}}
-\ProcessOptions
-% \end{macrocode}
-%
-% \section{Defining the interface}
-%
-% We load the |amsfonts| package.
-% \begin{macrocode}
-\RequirePackage{amsfonts}
-% \end{macrocode}
-% We make |\Bbb|, |\goth| and |\frak| work in text mode too.
-% \begin{macrocode}
-\def\frak#1{\ensuremath{\mathfrak{#1}}}
-\def\Bbb#1{\ensuremath{\mathbb{#1}}}
-\let\goth\frak
-% \end{macrocode}
-%
-% The next command is a little trickier, but is worth the effort.
-% \begin{macrocode}
-\def\MakeBbb#1{%
- \edef\tmp{%
- \noexpand\def\csname#1\endcsname
- {\noexpand\protect\csname p#1\endcsname}%
- \noexpand\def\csname p#1\endcsname
- {\noexpand\Bbb{#1}}%
- }%
- \tmp
-}
-% \end{macrocode}
-% We can now define short forms of standard symbols.
-% \begin{macrocode}
-\MakeBbb{C}
-\MakeBbb{F}
-\MakeBbb{N}
-\MakeBbb{Q}
-\MakeBbb{R}
-\MakeBbb{T}
-\MakeBbb{Z}
-% \end{macrocode}
-%
-% We tell the user how to define all of the AMS symbols by name.
-% \begin{macrocode}
-\typeout{Use option defs to define all the AMS symbol names}
-% \end{macrocode}
-%
-% Another job is to replace the awful |cm| inequality symbols.
-% Thus, |a\leq b| will now produce $a\leq b$. We also define the
-% symbols in package |latexsym|, but taking equivalents from the
-% AMS fonts. ($\mho$, $\Join$, $\Box$, $\Diamond$, $\leadsto$
-% $\sqsubset$, $\sqsupset$, $\lhd$, $\unlhd$, $\rhd$ and $\unrhd$.)
-% \begin{macrocode}
-\let\leq\undefined \let\geq\undefined
-\DeclareMathSymbol{\leq} {\mathrel}{AMSa}{"36}
-\DeclareMathSymbol{\geq} {\mathrel}{AMSa}{"3E}
-\let\le\leq \let\ge\geq
- \let\mho\undefined \let\sqsupset\undefined
- \let\Join\undefined \let\lhd\undefined
- \let\Box\undefined \let\unlhd\undefined
- \let\Diamond\undefined \let\rhd\undefined
- \let\leadsto\undefined \let\unrhd\undefined
- \let\sqsubset\undefined
-
- \DeclareMathSymbol\mho {\mathord}{AMSb}{"66}
- \DeclareMathSymbol\Box {\mathord}{AMSa}{"03}
- \let\square\Box
- \DeclareMathSymbol\Diamond {\mathord}{AMSa}{"06}
- \DeclareMathSymbol\leadsto {\mathrel}{AMSa}{"20}
- \DeclareMathSymbol\sqsubset{\mathrel}{AMSa}{"40}
- \DeclareMathSymbol\sqsupset{\mathrel}{AMSa}{"41}
- \DeclareMathSymbol\lhd {\mathrel}{AMSa}{"43}
- \DeclareMathSymbol\unlhd {\mathrel}{AMSa}{"45}
- \DeclareMathSymbol\rhd {\mathrel}{AMSa}{"42}
- \DeclareMathSymbol\unrhd {\mathrel}{AMSa}{"44}
- \def\Join{\mathrel{{\rhd}\mkern-4mu{\lhd}}}
-%</ams>
-% \end{macrocode}
-%\section{The symbol definitions}
-%
-%Here is a listing of the definition file supplied by the AMS.
-%Use the corresponding |\DeclareMathSymbol| line to define a single symbol.
-%If you want all of them, use the |defs| package option.
-%\verbatiminput{amssymb.sty}
-%
-% \Finale
-%
-\endinput
-%
-
diff --git a/Master/texmf-dist/source/latex/piff/ams.ins b/Master/texmf-dist/source/latex/piff/ams.ins
deleted file mode 100644
index 39145f4d245..00000000000
--- a/Master/texmf-dist/source/latex/piff/ams.ins
+++ /dev/null
@@ -1,49 +0,0 @@
-%%
-%% This file will generate fast loadable files and documentation
-%% driver files from the doc files in this package when run through
-%% LaTeX or TeX.
-%%
-%%
-%% IMPORTANT NOTICE:
-%%
-%% No other permissions to copy or distribute this file in any form
-%% are granted and in particular no permission to modify its contents.
-%%
-%% --------------- start of docstrip commands ------------------
-%%
-\def\batchfile{ams.ins}
-\input docstrip.tex
-\preamble
-
-Copyright (C) 1990,1995 Mike Piff, University of Sheffield, England
-
-You are not allowed to change this file.
-
-You are NOT ALLOWED to distribute this file alone. You are NOT
-ALLOWED to take money for the distribution or use of this
-file except for a nominal charge for copying etc.
-
-Please address any problems to:
-
-M.Piff@sheffield.ac.uk
-
-For updates, contact your nearest CTAN site.
-
-\endpreamble
-
-\keepsilent
-
-\Msg{*** Generating the package file ***}
-
-\generateFile{ams.sty}{f}{\from{ams.dtx}{ams}}
-
-\ifToplevel{%
-\Msg{***********************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the file}
-\Msg{* ams.sty into a directory searched by TeX.}
-\Msg{* To produce the documentation, run the file ams.dtx through LaTeX.}
-\Msg{***********************************************************}
-}
-
-\endinput
diff --git a/Master/texmf-dist/tex/latex/piff/ams.sty b/Master/texmf-dist/tex/latex/piff/ams.sty
deleted file mode 100644
index 6be0b899c38..00000000000
--- a/Master/texmf-dist/tex/latex/piff/ams.sty
+++ /dev/null
@@ -1,79 +0,0 @@
-%%
-%% This is file `ams.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% ams.dtx (with options: `ams')
-%%
-%% Copyright (C) 1990,1995 Mike Piff, University of Sheffield, England
-%%
-%% You are not allowed to change this file.
-%%
-%% You are NOT ALLOWED to distribute this file alone. You are NOT
-%% ALLOWED to take money for the distribution or use of this
-%% file except for a nominal charge for copying etc.
-%%
-%% Please address any problems to:
-%%
-%% M.Piff@sheffield.ac.uk
-%%
-%% For updates, contact your nearest CTAN site.
-%%
-\def\fileversion{3.16}
-\def\filedate{09 Jan 1996 13:53:56 BST}
-\def\filename{ams.dtx}
-\def\Copyright{Copyright (C) 1990,1995 Mike Piff, University of Sheffield, England}
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{ams}[1996/01/09]
-\typeout{Package `ams' <\filedate>.}
-\typeout{\Copyright}
-\DeclareOption{defs}{\AtEndOfPackage{\RequirePackage{amssymb}}}
-\ProcessOptions
-\RequirePackage{amsfonts}
-\def\frak#1{\ensuremath{\mathfrak{#1}}}
-\def\Bbb#1{\ensuremath{\mathbb{#1}}}
-\let\goth\frak
-\def\MakeBbb#1{%
- \edef\tmp{%
- \noexpand\def\csname#1\endcsname
- {\noexpand\protect\csname p#1\endcsname}%
- \noexpand\def\csname p#1\endcsname
- {\noexpand\Bbb{#1}}%
- }%
- \tmp
-}
-\MakeBbb{C}
-\MakeBbb{F}
-\MakeBbb{N}
-\MakeBbb{Q}
-\MakeBbb{R}
-\MakeBbb{T}
-\MakeBbb{Z}
-\typeout{Use option defs to define all the AMS symbol names}
-\let\leq\undefined \let\geq\undefined
-\DeclareMathSymbol{\leq} {\mathrel}{AMSa}{"36}
-\DeclareMathSymbol{\geq} {\mathrel}{AMSa}{"3E}
-\let\le\leq \let\ge\geq
- \let\mho\undefined \let\sqsupset\undefined
- \let\Join\undefined \let\lhd\undefined
- \let\Box\undefined \let\unlhd\undefined
- \let\Diamond\undefined \let\rhd\undefined
- \let\leadsto\undefined \let\unrhd\undefined
- \let\sqsubset\undefined
-
- \DeclareMathSymbol\mho {\mathord}{AMSb}{"66}
- \DeclareMathSymbol\Box {\mathord}{AMSa}{"03}
- \let\square\Box
- \DeclareMathSymbol\Diamond {\mathord}{AMSa}{"06}
- \DeclareMathSymbol\leadsto {\mathrel}{AMSa}{"20}
- \DeclareMathSymbol\sqsubset{\mathrel}{AMSa}{"40}
- \DeclareMathSymbol\sqsupset{\mathrel}{AMSa}{"41}
- \DeclareMathSymbol\lhd {\mathrel}{AMSa}{"43}
- \DeclareMathSymbol\unlhd {\mathrel}{AMSa}{"45}
- \DeclareMathSymbol\rhd {\mathrel}{AMSa}{"42}
- \DeclareMathSymbol\unrhd {\mathrel}{AMSa}{"44}
- \def\Join{\mathrel{{\rhd}\mkern-4mu{\lhd}}}
-\endinput
-%%
-%% End of file `ams.sty'.
diff --git a/Master/texmf-dist/tex/latex/piff/duplicat.sty b/Master/texmf-dist/tex/latex/piff/duplicat.sty
deleted file mode 100644
index 917580d636f..00000000000
--- a/Master/texmf-dist/tex/latex/piff/duplicat.sty
+++ /dev/null
@@ -1,30 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{duplicat}
-% M.Piff@sheffield.ac.uk
-% This package marks each page of the dvi file with its sequence number.
-% Useful if there are duplicate page numbers in the output, eg,
-% 1, 2, 3, 1, 2, 3, 4, 5, 6, ...
-% become
-% 1.1, 2.2, 3.3, 1.4, 2.5, 3.6, 4.7, 5.8, 6.9, ...
-%
-% These numbers do not appear in the page number itself, but can be used
-% in the driver command to select a page range, eg, in emTeX, use
-% dvihplj filename /b1.4 /e 4.7
-%
-% If you are using dvips, this package is unnecessary, since it uses the
-% convention that the avove pages have names
-% 1, 2, 3, 1.1, 2.1, 3.1, 4, 5, 6, ...
-% where .0 is optional (first occurrence of that page number).
-% dvips -p1.1 -l4 filename
-
-\let\duplicat@tmp\relax
-\DeclareOption{dvips}{\let\duplicat@tmp\endinput}
-\ProcessOptions
-
-\duplicat@tmp
-\let\duplicat@tmp\undefined
-
-\global\let\dup@shipout\shipout
-\gdef\shipout{\global\advance\count1 by 1\relax\dup@shipout}
-
-\endinput
diff --git a/Master/texmf-dist/tex/latex/piff/newproof.sty b/Master/texmf-dist/tex/latex/piff/newproof.sty
deleted file mode 100644
index c7c0f6d2eae..00000000000
--- a/Master/texmf-dist/tex/latex/piff/newproof.sty
+++ /dev/null
@@ -1,57 +0,0 @@
-% This package defines a "\newproof" command similar to "\newtheorem".
-% Its arguments are
-% #1 Name of proof environment, eg, "proof".
-% #2 Starting text, eg, Proof.
-% #3 Finishing text, eg, [] flushed right.
-%
-% The package goes on to define a "proof" environment with exactly the
-% above setup, but other unnumbered environments can be set up in the
-% same way.
-%
-% The created environments take one optional argument, which, if present,
-% goes in brackets after #2. Eg,
-%
-% \begin{proof}
-% A proof.
-% \end{proof}
-%
-% \begin{proof}[B. L. User]
-% A named proof.
-% \end{proof}
-%
-% \begin{proof}[of Theorem \ref{thm}]
-% Yet another.
-% \end{proof}
-%
-% Command "\qed" is set up to flush "\qedtext" right; "\qedtext" defaults
-% to a square, but can be re-defined as "QED" or whatever.
-%
-% M.Piff@shef.ac.uk
-%
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{newproof}
-\newcommand{\newproof}[3]{
- \newenvironment{#1}[1][]%
- {%
- \begin{trivlist}%
- \item[\hspace{\labelsep}\textnormal{\textbf{#2%
- \def\op@@@arg{##1}%
- \ifx\op@@@arg\empty
- \else~(##1)\fi
- }}]%
- }%
- {%
- #3
- \end{trivlist}%
- }%
-}
-\newproof{proof}{Proof}{\qed}
-\def\qed{{\ifhmode\unskip\nobreak\hfil\penalty50 \hskip1em \else\nobreak\fi
- \mbox{}\nobreak\hfil\qedtext%
- \parfillskip=0pt \finalhyphendemerits=0 \par}}
-
-\def\qedtext{\ensuremath{\square}}
-\RequirePackage{amsfonts}
-\DeclareMathSymbol{\square} {\mathord}{AMSa}{"03}
-
-
diff --git a/Master/texmf-dist/tex/latex/piff/onepagem.sty b/Master/texmf-dist/tex/latex/piff/onepagem.sty
deleted file mode 100644
index dbd42791f0a..00000000000
--- a/Master/texmf-dist/tex/latex/piff/onepagem.sty
+++ /dev/null
@@ -1,34 +0,0 @@
-\def\filename{onepagem.sty}
-\def\fileversion{1.01}
-\def\filedate{28 Mar 1996 13:57:34 BST}
-%%
-%%M.Piff@sheffield.ac.uk
-%%
-%If the document has only one page, omit page number. (onepagempty)
-%The page number must be produced by means of \thepage.
-%Needs two passes through LaTeX to work, as it writes to the .aux file.
-%
-%The first version was a joke put on CTAN to illustrate how useful
-%\AtEndDocument is. This one works...
-%
-%
-\typeout{\filename\space v\fileversion, (C) Copyright Mike Piff, \filedate}
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{onepagem}
-\ProcessOptions
-
-\let\opem@shipout\shipout
-\newcounter{opem@pagecount}
-\def\shipout{%
- \stepcounter{opem@pagecount}% count pages in document
- \opem@shipout% restore function of \shipout
-}
-
-\AtEndDocument{%
- \clearpage% make sure we know we are after the last page
- \ifnum\value{opem@pagecount}=1
- \immediate\write\@mainaux{\string\gdef\string\thepage{}}%
- \fi
-}
-
-\endinput
diff --git a/Master/texmf-dist/tex/latex/piff/tensor.sty b/Master/texmf-dist/tex/latex/piff/tensor.sty
deleted file mode 100644
index 3c02623718e..00000000000
--- a/Master/texmf-dist/tex/latex/piff/tensor.sty
+++ /dev/null
@@ -1,62 +0,0 @@
-\def\filename{tensor.sty}
-\def\fileversion{1.00}
-\def\filedate{03 Jun 1996 14:57:09 BST}
-%%
-%% Copyright (C) 1996 Mike Piff
-%%
-%%M.Piff@sheffield.ac.uk
-%%
-%%Defines the command \tensor with two parameters.
-%% #1 = The name of the tensor
-%% #2 = The superscript/subscript sequence.
-%%
-%% eg
-%%
-%% \tensor{A}{^{i}_{j}^{kl}}
-%%
-%% Don't forget the enclosing braces round the indices!!
-%%
-%
-\typeout{\filename\space v\fileversion, (C) Copyright Mike Piff, \filedate}
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-
-\ProvidesPackage{tensor}
-\ProcessOptions
-
-\newtoks\tensor@sup \newtoks\tensor@sub
-\newcommand\tensor[2]{\tensor@sup={}\tensor@sub={}%
- #1\tensor@process#2\tensor@endprocess%
-}
-
-\newcommand\tensor@process[1]{%
- \ifx #1\tensor@endprocess
- \let\next\tensor@finish
- \else
- \ifx#1^%
- \let\next\tensor@absorbsup
- \else
- \ifx#1_%
- \let\next\tensor@absorbsub
- \else
- \PackageError{tensor}{Sub/Superscript token missing}%
- \fi
- \fi
- \fi
- \next
-}
-
-\newcommand\tensor@absorbsup[1]{%
- \tensor@sup=\expandafter{\the\tensor@sup#1}%
- \tensor@sub=\expandafter{\the\tensor@sub\phantom{#1}}%
- \tensor@process
-}
-
-\newcommand\tensor@absorbsub[1]{%
- \tensor@sub=\expandafter{\the\tensor@sub#1}%
- \tensor@sup=\expandafter{\the\tensor@sup\phantom{#1}}%
- \tensor@process
-}
-
-\def\tensor@finish{_{\the\tensor@sub}^{\the\tensor@sup}}
-\endinput
-
diff --git a/Master/texmf-dist/tex/latex/piff/time.sty b/Master/texmf-dist/tex/latex/piff/time.sty
deleted file mode 100644
index 92a0de66001..00000000000
--- a/Master/texmf-dist/tex/latex/piff/time.sty
+++ /dev/null
@@ -1,45 +0,0 @@
-\def\filename{time.sty}
-\def\fileversion{1}
-\def\filedate{15 Feb 1995 10:55:01 BST}
-%% This is time.sty
-%% Copyright (C) 1995 Mike Piff
-%% All rights reserved.
-%% Copying of this file is authorized only if
-%% you make absolutely no changes to your copy.
-%%
-%% M.Piff@sheffield.ac.uk
-%%
-\typeout{\filename\space v\fileversion, (C) Copyright Mike Piff, \filedate}
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{time}
-\def\now{{%
- \def\Time{3}%
- \def\Hour{4}%
- \def\Minute{5}%
- \count\Time=\time\relax
- \ifnum\count\Time=0
- \count\Time=1440 %%force 12pm
- \fi
- \count\Hour=\count\Time\relax
- \divide\count\Hour by 60\relax%%hours past midnight
- \count\Minute=\count\Hour\relax
- \multiply\count\Minute by -60\relax
- \advance\count\Minute by \count\Time\relax %%minutes past hour
- \ifnum\count\Hour=0
- \count\Hour=12
- \else
- \ifnum\count\Hour>12
- \advance\count\Hour by-12
- \fi
- \fi
- \the\count\Hour\relax:%
- \ifnum\count\Minute<10
- 0%
- \fi
- \the\count\Minute\relax
- \ifnum\count\Time>720
- pm%
- \else
- am%
- \fi
-}}
diff --git a/Master/texmf-dist/tpm/piff.tpm b/Master/texmf-dist/tpm/piff.tpm
deleted file mode 100644
index a22914857e0..00000000000
--- a/Master/texmf-dist/tpm/piff.tpm
+++ /dev/null
@@ -1,36 +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/piff.zip">
- <TPM:Name>piff</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>Macro tools by Mike Piff.</TPM:Title>
- <TPM:Description>
-This package is a minimal one that allows access to the three
-common AMS symbol font families. To use it, you will need the
-`amsfonts' package.
- </TPM:Description>
- <TPM:Author>Mike Piff</TPM:Author>
- <TPM:Size>42998</TPM:Size>
- <TPM:License></TPM:License>
- <TPM:Build/>
- <TPM:RunFiles size="10037">
-texmf-dist/tex/latex/piff/ams.sty
-texmf-dist/tex/latex/piff/duplicat.sty
-texmf-dist/tex/latex/piff/newproof.sty
-texmf-dist/tex/latex/piff/onepagem.sty
-texmf-dist/tex/latex/piff/tensor.sty
-texmf-dist/tex/latex/piff/time.sty
-texmf-dist/tpm/piff.tpm
- </TPM:RunFiles>
- <TPM:DocFiles size="25188">texmf-dist/doc/latex/piff/ams.dvi</TPM:DocFiles>
- <TPM:SourceFiles size="7773">
-texmf-dist/source/latex/piff/ams.dtx
-texmf-dist/source/latex/piff/ams.ins
- </TPM:SourceFiles>
- <TPM:Provides>Package/piff</TPM:Provides>
- </rdf:Description>
-</rdf:RDF>
-
diff --git a/Master/texmf/tpm/collection-latexextra.tpm b/Master/texmf/tpm/collection-latexextra.tpm
index 3eec7f75935..d740c2156c9 100644
--- a/Master/texmf/tpm/collection-latexextra.tpm
+++ b/Master/texmf/tpm/collection-latexextra.tpm
@@ -342,7 +342,6 @@ A large collection of add-on packages for LaTeX.
<TPM:Package name="perltex"/>
<TPM:Package name="permute"/>
<TPM:Package name="photo"/>
- <TPM:Package name="piff"/>
<TPM:Package name="pittetd"/>
<TPM:Package name="placeins"/>
<TPM:Package name="plates"/>