From abf72be1c8d2ecea135ae14dcbdff593a8496321 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 17 Oct 2006 16:34:12 +0000 Subject: tpm-ctan-check: add varindex, wallpaper, warpcol, vector update these packages create a file Build/PROBLEMS which collects problematic packages git-svn-id: svn://tug.org/texlive/trunk@2342 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/varindex/varindex.dvi | Bin 101200 -> 0 bytes Master/texmf-dist/doc/latex/varindex/varindex.pdf | Bin 0 -> 340812 bytes Master/texmf-dist/doc/latex/vector/README | 15 +++ Master/texmf-dist/doc/latex/vector/vector.dvi | Bin 12732 -> 0 bytes Master/texmf-dist/doc/latex/vector/vector.pdf | Bin 0 -> 180048 bytes Master/texmf-dist/doc/latex/wallpaper/README | 5 +- .../doc/latex/wallpaper/example/auto/example.el | 11 ++ .../doc/latex/wallpaper/example/example.tex | 4 + .../doc/latex/wallpaper/wallpapermanual.pdf | Bin 14001 -> 15221 bytes Master/texmf-dist/doc/latex/warpcol/warpcol.pdf | Bin 0 -> 166186 bytes Master/texmf-dist/source/latex/vector/README | 15 --- Master/texmf-dist/source/latex/vector/vector.drv | 16 +-- Master/texmf-dist/tex/latex/vector/vector.sty | 16 +-- Master/texmf-dist/tex/latex/versions/versions.sty | 13 ++- .../texmf-dist/tex/latex/wallpaper/wallpaper.sty | 113 +++++++++++++++++++-- Master/texmf-dist/tpm/varindex.tpm | 6 +- Master/texmf-dist/tpm/vector.tpm | 12 ++- Master/texmf-dist/tpm/versions.tpm | 2 +- Master/texmf-dist/tpm/wallpaper.tpm | 7 +- Master/texmf-dist/tpm/warpcol.tpm | 7 +- Master/texmf/lists/varindex | 2 +- Master/texmf/lists/vector | 4 +- Master/texmf/lists/wallpaper | 1 + Master/texmf/lists/warpcol | 1 + 24 files changed, 190 insertions(+), 60 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/varindex/varindex.dvi create mode 100644 Master/texmf-dist/doc/latex/varindex/varindex.pdf create mode 100644 Master/texmf-dist/doc/latex/vector/README delete mode 100644 Master/texmf-dist/doc/latex/vector/vector.dvi create mode 100644 Master/texmf-dist/doc/latex/vector/vector.pdf create mode 100644 Master/texmf-dist/doc/latex/wallpaper/example/auto/example.el create mode 100644 Master/texmf-dist/doc/latex/warpcol/warpcol.pdf delete mode 100644 Master/texmf-dist/source/latex/vector/README (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/varindex/varindex.dvi b/Master/texmf-dist/doc/latex/varindex/varindex.dvi deleted file mode 100644 index f55d9f94196..00000000000 Binary files a/Master/texmf-dist/doc/latex/varindex/varindex.dvi and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/varindex/varindex.pdf b/Master/texmf-dist/doc/latex/varindex/varindex.pdf new file mode 100644 index 00000000000..cfc55cfebca Binary files /dev/null and b/Master/texmf-dist/doc/latex/varindex/varindex.pdf differ diff --git a/Master/texmf-dist/doc/latex/vector/README b/Master/texmf-dist/doc/latex/vector/README new file mode 100644 index 00000000000..e558bd48d4d --- /dev/null +++ b/Master/texmf-dist/doc/latex/vector/README @@ -0,0 +1,15 @@ +The vector package provides a set of macros for more convenient +representation of vectors in LaTeX2e, both symbolically and as +implicit or explicit rows/columns of elements. + +To install, simply run TeX on vector.ins, then move vector.sty to +somewhere in your TEXINPUTS path. Run LaTeX on vector.drv to +produce documentation. + +Note: this is my first package for LaTeX2e. There is undoubtedly +room for improvement, and suggestions emailed to nde@dcre.leeds.ac.uk +will be gratefully received... + + +Nick Efford +September 1994 \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/vector/vector.dvi b/Master/texmf-dist/doc/latex/vector/vector.dvi deleted file mode 100644 index c323ce0e61c..00000000000 Binary files a/Master/texmf-dist/doc/latex/vector/vector.dvi and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/vector/vector.pdf b/Master/texmf-dist/doc/latex/vector/vector.pdf new file mode 100644 index 00000000000..78f40f622d1 Binary files /dev/null and b/Master/texmf-dist/doc/latex/vector/vector.pdf differ diff --git a/Master/texmf-dist/doc/latex/wallpaper/README b/Master/texmf-dist/doc/latex/wallpaper/README index a40a86827b8..45bbe64a1b3 100644 --- a/Master/texmf-dist/doc/latex/wallpaper/README +++ b/Master/texmf-dist/doc/latex/wallpaper/README @@ -1,8 +1,9 @@ This collection contains files to add wallpapers (background images) to LaTeX documents. It uses the eso-pic.sty package, but provides simple commands to include effects such as tiling. An example is -provided, works under both LaTeX and pdfLaTeX. A (pdf) manual is -provided as well. +provided, works under both LaTeX and pdfLaTeX. NOTE that under LaTeX, +the .png files in the example directory must be converted to .eps. +A (pdf) manual is provided as well. (c) 2004 RuG Michael Wilkinson diff --git a/Master/texmf-dist/doc/latex/wallpaper/example/auto/example.el b/Master/texmf-dist/doc/latex/wallpaper/example/auto/example.el new file mode 100644 index 00000000000..a64447cd069 --- /dev/null +++ b/Master/texmf-dist/doc/latex/wallpaper/example/auto/example.el @@ -0,0 +1,11 @@ +(TeX-add-style-hook "example" + (lambda () + (TeX-run-style-hooks + "color" + "wallpaper" + "latex2e" + "art11" + "article" + "11pt" + "a4paper"))) + diff --git a/Master/texmf-dist/doc/latex/wallpaper/example/example.tex b/Master/texmf-dist/doc/latex/wallpaper/example/example.tex index 0a4f3f20b70..9e18f4a039a 100644 --- a/Master/texmf-dist/doc/latex/wallpaper/example/example.tex +++ b/Master/texmf-dist/doc/latex/wallpaper/example/example.tex @@ -19,6 +19,10 @@ \newpage \ClearWallPaper \section*{The wallpaper removed} +\newpage +\ThisURCornerWallPaper{0.25}{TGTamber} +\ThisLLCornerWallPaper{0.5}{TGTamber} +\section*{LLCornerWallpaper and URCornerWallpaper } \end{document} %%% Local Variables: diff --git a/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf b/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf index 84e1bdad46f..0aeda27f326 100644 Binary files a/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf and b/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf differ diff --git a/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf b/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf new file mode 100644 index 00000000000..13553b6b04f Binary files /dev/null and b/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf differ diff --git a/Master/texmf-dist/source/latex/vector/README b/Master/texmf-dist/source/latex/vector/README deleted file mode 100644 index e558bd48d4d..00000000000 --- a/Master/texmf-dist/source/latex/vector/README +++ /dev/null @@ -1,15 +0,0 @@ -The vector package provides a set of macros for more convenient -representation of vectors in LaTeX2e, both symbolically and as -implicit or explicit rows/columns of elements. - -To install, simply run TeX on vector.ins, then move vector.sty to -somewhere in your TEXINPUTS path. Run LaTeX on vector.drv to -produce documentation. - -Note: this is my first package for LaTeX2e. There is undoubtedly -room for improvement, and suggestions emailed to nde@dcre.leeds.ac.uk -will be gratefully received... - - -Nick Efford -September 1994 \ No newline at end of file diff --git a/Master/texmf-dist/source/latex/vector/vector.drv b/Master/texmf-dist/source/latex/vector/vector.drv index 0cb0964a510..9846f59e867 100644 --- a/Master/texmf-dist/source/latex/vector/vector.drv +++ b/Master/texmf-dist/source/latex/vector/vector.drv @@ -1,16 +1,16 @@ -%% +%% %% This is file `vector.drv', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% vector.dtx (with options: `driver') %% -%% Copyright (C) 1994 by Nick Efford +%% Copyright (C) 1994 by Nick Efford %% -%% This file is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This file is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% \documentclass{ltxdoc} \usepackage{array, vector} @@ -26,5 +26,5 @@ \DocInput{vector.dtx} \end{document} \endinput -%% +%% %% End of file `vector.drv'. diff --git a/Master/texmf-dist/tex/latex/vector/vector.sty b/Master/texmf-dist/tex/latex/vector/vector.sty index f1b848a2599..3081b3652cc 100644 --- a/Master/texmf-dist/tex/latex/vector/vector.sty +++ b/Master/texmf-dist/tex/latex/vector/vector.sty @@ -1,16 +1,16 @@ -%% +%% %% This is file `vector.sty', %% generated with the docstrip utility. -%% +%% %% The original source files were: -%% +%% %% vector.dtx (with options: `package') %% -%% Copyright (C) 1994 by Nick Efford +%% Copyright (C) 1994 by Nick Efford %% -%% This file is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This file is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{vector}[1994/09/16 v1.0 vector macros for LaTeX2e (nde)] @@ -56,5 +56,5 @@ {#1}_{#3} \end{array}}{{#1}_{#2}}} \endinput -%% +%% %% End of file `vector.sty'. diff --git a/Master/texmf-dist/tex/latex/versions/versions.sty b/Master/texmf-dist/tex/latex/versions/versions.sty index 0da6c4cb9cb..83b2b77aeb5 100644 --- a/Master/texmf-dist/tex/latex/versions/versions.sty +++ b/Master/texmf-dist/tex/latex/versions/versions.sty @@ -1,7 +1,7 @@ %% VERSIONS.STY -- omit passages optionally under LaTeX -- -%% Copyright 2003, 2004 by Uwe L"uck, Munich, Germany; -%% http://www.contact.uwe.lueck.de.vu, -\def\fileversion{0.54} \def\filedate{2005/01/10} +%% Copyright (c) 2003--2005 by Uwe L"uck, Munich, Germany; +%% http://contact-ednotes.sty.de.vu, +\def\fileversion{0.55} \def\filedate{2005/04/28} %% LEGAL MATTERS: ==================================================== % @@ -263,7 +263,10 @@ \ifx\@tempa\@currenvir \@Vs@etrace \@Esphack \endgroup %% 2003/09/30. %% Note: corresponding \@bshack inside group. - \if@ignore\@ignorefalse\ignorespaces\fi %% 2003/09/30. + \if@ignore + \global %% v0.55, support for LaTeX < 1996/07/26 !? + %% (Cf. lineno.sty.) + \@ignorefalse\ignorespaces\fi %% 2003/09/30. \else \expandafter \@Vs@iffalse %% Explicit \iffalse breaks. \fi @@ -350,6 +353,8 @@ v0.51 2003/10/15 Documentation: added `comment' drawback: v0.52 2004/05/24 One `makro' -> `macro'. v0.53 2004/08/19 Named LPPL v1.3, added maintenance status. v0.54 2005/01/10 http://www.contact.uwe.lueck.de.vu, LPPL v1.3a. +v0.55 2005/04/28 http://contact-ednotes.sty.de.vu; + \global\@ignorefalse. %% TODO: delete at higher stages!? diff --git a/Master/texmf-dist/tex/latex/wallpaper/wallpaper.sty b/Master/texmf-dist/tex/latex/wallpaper/wallpaper.sty index c0b79c586b7..c64e8c63880 100644 --- a/Master/texmf-dist/tex/latex/wallpaper/wallpaper.sty +++ b/Master/texmf-dist/tex/latex/wallpaper/wallpaper.sty @@ -1,16 +1,26 @@ %% -%% This is file `wallpaper.sty' v 1.00 +%% This is file `wallpaper.sty' v 1.10 %% %% Author Michael H.F. Wilkinson -%% December 22, 2004 +%% April 21, 2006 %% -%% Create background, either centered or tiled +%% Create background, either centered, tiled, or in any corner %% relies heavily on eso-pic.sty, corrects for changes in \hoffset %% by classes such as sciposter.cls %% Problems, bugs and comments to %% michael@cs.rug.nl - -\ProvidesPackage{wallpaper}[2004/12/22, v1.00 easy wallpaper formatting (MHFW)] +%% version 1.10, 2006/04/21: +%% - Commands added for corner wallpapers +%% +%% version 1.01, 2005/01/18: +%% - \providecommand{\LenToUnit} included to be compatible +%% with earlier versions of eso-pic.sty +%% +%% version 1.00, 2004/12/22: +%% - first release +%% +%% +\ProvidesPackage{wallpaper}[2005/01/18, v1.01 easy wallpaper formatting (MHFW)] \NeedsTeXFormat{LaTeX2e}[1995/06/01] \RequirePackage{ifthen} @@ -18,6 +28,9 @@ \RequirePackage{eso-pic} \RequirePackage{graphicx} +\providecommand{\LenToUnit}[1]{#1\@gobble} + + \newlength{\wpXoffset} \setlength{\wpXoffset}{-\hoffset} \newlength{\wpYoffset} @@ -29,6 +42,93 @@ \newlength{\tileX} \newlength{\tileY} +\newcommand{\LLCornerWallPaper}[2]{% +\AddToShipoutPicture{% + \AtPageLowerLeft{% + \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + } + } +} + +\newcommand{\ThisLLCornerWallPaper}[2]{% +\AddToShipoutPicture*{% + \AtPageLowerLeft{% + \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + } + } +} + +\newcommand{\ULCornerWallPaper}[2]{% + \AddToShipoutPicture{% + \AtPageLowerLeft{% + \parbox[b][\paperheight]{#1\paperwidth}{% + \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + \vfill% + } + } + } +} + +\newcommand{\ThisULCornerWallPaper}[2]{% + \AddToShipoutPicture*{% + \AtPageLowerLeft{% + \parbox[b][\paperheight]{#1\paperwidth}{% + \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + \vfill% + } + } + } +} + +\newcommand{\LRCornerWallPaper}[2]{% + \AddToShipoutPicture{% + \AtPageLowerLeft{% + \parbox[b]{\paperwidth}{% + \hfill \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + } + } + } +} + +\newcommand{\ThisLRCornerWallPaper}[2]{% + \AddToShipoutPicture*{% + \AtPageLowerLeft{% + \parbox[b]{\paperwidth}{% + \hfill \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + } + } + } +} + +\newcommand{\URCornerWallPaper}[2]{% + \AddToShipoutPicture{% + \AtPageLowerLeft{% + \parbox[b][\paperheight]{\paperwidth}{% + \hfill \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + \vfill% + } + } + } +} +\newcommand{\ThisURCornerWallPaper}[2]{% + \AddToShipoutPicture*{% + \AtPageLowerLeft{% + \parbox[b][\paperheight]{\paperwidth}{% + \hfill \includegraphics[width=#1\paperwidth,height=#1\paperheight,% + keepaspectratio]{#2}% + \vfill% + } + } + } +} + \newcommand{\CenterWallPaper}[2]{% \AddToShipoutPicture{\put(\LenToUnit{\wpXoffset},\LenToUnit{\wpYoffset}){% \parbox[b][\paperheight]{\paperwidth}{% @@ -37,7 +137,8 @@ \includegraphics[width=#1\paperwidth,height=#1\paperheight,% keepaspectratio]{#2}% \vfill - }}} + }} + } } \newcommand{\ThisCenterWallPaper}[2]{% diff --git a/Master/texmf-dist/tpm/varindex.tpm b/Master/texmf-dist/tpm/varindex.tpm index 31994cefdc1..9b322782330 100644 --- a/Master/texmf-dist/tpm/varindex.tpm +++ b/Master/texmf-dist/tpm/varindex.tpm @@ -3,7 +3,7 @@ varindex Package - 2006/01/21 00:25:32 + 2006/10/16 23:37:03 1.20 rahtz Luxury frontend to the \index command. @@ -22,8 +22,8 @@ other TeX formats. texmf-dist/tex/latex/varindex/varindex.sty texmf-dist/tpm/varindex.tpm - -texmf-dist/doc/latex/varindex/varindex.dvi + +texmf-dist/doc/latex/varindex/varindex.pdf texmf-dist/doc/latex/varindex/varindex.tex texmf-dist/doc/latex/varindex/varindex.txt diff --git a/Master/texmf-dist/tpm/vector.tpm b/Master/texmf-dist/tpm/vector.tpm index cb09033fdc9..d2601ff911c 100644 --- a/Master/texmf-dist/tpm/vector.tpm +++ b/Master/texmf-dist/tpm/vector.tpm @@ -3,7 +3,7 @@ vector Package - 2006/01/21 00:25:32 + 2006/10/16 23:34:49 rahtz No caption. @@ -16,13 +16,15 @@ rows/columns of elements. unknown 28601 - + texmf-dist/tex/latex/vector/vector.sty texmf-dist/tpm/vector.tpm - texmf-dist/doc/latex/vector/vector.dvi - -texmf-dist/source/latex/vector/README + +texmf-dist/doc/latex/vector/README +texmf-dist/doc/latex/vector/vector.pdf + + texmf-dist/source/latex/vector/vector.drv texmf-dist/source/latex/vector/vector.dtx texmf-dist/source/latex/vector/vector.ins diff --git a/Master/texmf-dist/tpm/versions.tpm b/Master/texmf-dist/tpm/versions.tpm index e6605ed761d..0b2929a4588 100644 --- a/Master/texmf-dist/tpm/versions.tpm +++ b/Master/texmf-dist/tpm/versions.tpm @@ -18,7 +18,7 @@ function. Uwe Lueck 16591 - + texmf-dist/tex/latex/versions/versions.sty texmf-dist/tpm/versions.tpm diff --git a/Master/texmf-dist/tpm/wallpaper.tpm b/Master/texmf-dist/tpm/wallpaper.tpm index 50321ee8031..997e183e36a 100644 --- a/Master/texmf-dist/tpm/wallpaper.tpm +++ b/Master/texmf-dist/tpm/wallpaper.tpm @@ -3,7 +3,7 @@ wallpaper Package - 2006/01/09 00:49:07 + 2006/04/21 08:33:00 1.0 rahtz @@ -21,13 +21,14 @@ pdfLaTeX. unknown 1286374 - + texmf-dist/tex/latex/wallpaper/wallpaper.sty texmf-dist/tpm/wallpaper.tpm - + texmf-dist/doc/latex/wallpaper/README texmf-dist/doc/latex/wallpaper/example/TGTamber.png +texmf-dist/doc/latex/wallpaper/example/auto/example.el texmf-dist/doc/latex/wallpaper/example/example.tex texmf-dist/doc/latex/wallpaper/example/hya.png texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf diff --git a/Master/texmf-dist/tpm/warpcol.tpm b/Master/texmf-dist/tpm/warpcol.tpm index 6e38d32807e..4a13211e3aa 100644 --- a/Master/texmf-dist/tpm/warpcol.tpm +++ b/Master/texmf-dist/tpm/warpcol.tpm @@ -3,7 +3,7 @@ warpcol Package - 2006/01/11 23:58:59 + 1998/09/12 00:00:00 staszek @@ -27,7 +27,10 @@ overlapping, applications. texmf-dist/tex/latex/warpcol/warpcol.sty texmf-dist/tpm/warpcol.tpm - texmf-dist/doc/latex/warpcol/readme.txt + +texmf-dist/doc/latex/warpcol/readme.txt +texmf-dist/doc/latex/warpcol/warpcol.pdf + texmf-dist/source/latex/warpcol/warpcol.dtx texmf-dist/source/latex/warpcol/warpcol.ins diff --git a/Master/texmf/lists/varindex b/Master/texmf/lists/varindex index a52a35ddcb5..61a88aaaeb6 100644 --- a/Master/texmf/lists/varindex +++ b/Master/texmf/lists/varindex @@ -1,4 +1,4 @@ -texmf-dist/doc/latex/varindex/varindex.dvi +texmf-dist/doc/latex/varindex/varindex.pdf texmf-dist/doc/latex/varindex/varindex.tex texmf-dist/doc/latex/varindex/varindex.txt texmf-dist/source/latex/varindex/varindex.dtx diff --git a/Master/texmf/lists/vector b/Master/texmf/lists/vector index f8e63ce306b..84c0ca6d2c6 100644 --- a/Master/texmf/lists/vector +++ b/Master/texmf/lists/vector @@ -1,5 +1,5 @@ -texmf-dist/doc/latex/vector/vector.dvi -texmf-dist/source/latex/vector/README +texmf-dist/doc/latex/vector/README +texmf-dist/doc/latex/vector/vector.pdf texmf-dist/source/latex/vector/vector.drv texmf-dist/source/latex/vector/vector.dtx texmf-dist/source/latex/vector/vector.ins diff --git a/Master/texmf/lists/wallpaper b/Master/texmf/lists/wallpaper index 1fe6d4ac06a..b2168e46444 100644 --- a/Master/texmf/lists/wallpaper +++ b/Master/texmf/lists/wallpaper @@ -1,5 +1,6 @@ texmf-dist/doc/latex/wallpaper/README texmf-dist/doc/latex/wallpaper/example/TGTamber.png +texmf-dist/doc/latex/wallpaper/example/auto/example.el texmf-dist/doc/latex/wallpaper/example/example.tex texmf-dist/doc/latex/wallpaper/example/hya.png texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf diff --git a/Master/texmf/lists/warpcol b/Master/texmf/lists/warpcol index 05eb5a2eabd..ad4e7b05cf4 100644 --- a/Master/texmf/lists/warpcol +++ b/Master/texmf/lists/warpcol @@ -1,4 +1,5 @@ texmf-dist/doc/latex/warpcol/readme.txt +texmf-dist/doc/latex/warpcol/warpcol.pdf texmf-dist/source/latex/warpcol/warpcol.dtx texmf-dist/source/latex/warpcol/warpcol.ins texmf-dist/tex/latex/warpcol/warpcol.sty -- cgit v1.2.3