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/tex/latex/vector/vector.sty | 16 +-- Master/texmf-dist/tex/latex/versions/versions.sty | 13 ++- .../texmf-dist/tex/latex/wallpaper/wallpaper.sty | 113 +++++++++++++++++++-- 3 files changed, 124 insertions(+), 18 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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]{% -- cgit v1.2.3