diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-23 01:10:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-23 01:10:54 +0000 |
commit | 01c8ac287cb4c8ff3995bd374319a61e1ea0c884 (patch) | |
tree | f3231c07ff6ba080d0df87540c2ae28adadbbd72 /Master/texmf-dist/tex/latex/piff/duplicat.sty | |
parent | e2a1e927fd17f0e87ca72af9ad87c0c0c3337a09 (diff) |
remove unmaintained piff, tensor.sty conflicts
git-svn-id: svn://tug.org/texlive/trunk@3711 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/piff/duplicat.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/piff/duplicat.sty | 30 |
1 files changed, 0 insertions, 30 deletions
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 |