summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/varindex/varindex.dvibin101200 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/varindex/varindex.pdfbin0 -> 340812 bytes
-rw-r--r--Master/texmf-dist/doc/latex/vector/README (renamed from Master/texmf-dist/source/latex/vector/README)0
-rw-r--r--Master/texmf-dist/doc/latex/vector/vector.dvibin12732 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/vector/vector.pdfbin0 -> 180048 bytes
-rw-r--r--Master/texmf-dist/doc/latex/wallpaper/README5
-rw-r--r--Master/texmf-dist/doc/latex/wallpaper/example/auto/example.el11
-rw-r--r--Master/texmf-dist/doc/latex/wallpaper/example/example.tex4
-rw-r--r--Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdfbin14001 -> 15221 bytes
-rw-r--r--Master/texmf-dist/doc/latex/warpcol/warpcol.pdfbin0 -> 166186 bytes
-rw-r--r--Master/texmf-dist/source/latex/vector/vector.drv16
-rw-r--r--Master/texmf-dist/tex/latex/vector/vector.sty16
-rw-r--r--Master/texmf-dist/tex/latex/versions/versions.sty13
-rw-r--r--Master/texmf-dist/tex/latex/wallpaper/wallpaper.sty113
-rw-r--r--Master/texmf-dist/tpm/varindex.tpm6
-rw-r--r--Master/texmf-dist/tpm/vector.tpm12
-rw-r--r--Master/texmf-dist/tpm/versions.tpm2
-rw-r--r--Master/texmf-dist/tpm/wallpaper.tpm7
-rw-r--r--Master/texmf-dist/tpm/warpcol.tpm7
-rw-r--r--Master/texmf/lists/varindex2
-rw-r--r--Master/texmf/lists/vector4
-rw-r--r--Master/texmf/lists/wallpaper1
-rw-r--r--Master/texmf/lists/warpcol1
23 files changed, 175 insertions, 45 deletions
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
--- a/Master/texmf-dist/doc/latex/varindex/varindex.dvi
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/varindex/varindex.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/vector/README b/Master/texmf-dist/doc/latex/vector/README
index e558bd48d4d..e558bd48d4d 100644
--- a/Master/texmf-dist/source/latex/vector/README
+++ b/Master/texmf-dist/doc/latex/vector/README
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
--- a/Master/texmf-dist/doc/latex/vector/vector.dvi
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/vector/vector.pdf
Binary files 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
--- a/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf
+++ b/Master/texmf-dist/doc/latex/wallpaper/wallpapermanual.pdf
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/warpcol/warpcol.pdf
Binary files differ
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 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/varindex.zip">
<TPM:Name>varindex</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/21 00:25:32</TPM:Date>
+ <TPM:Date>2006/10/16 23:37:03</TPM:Date>
<TPM:Version>1.20</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Luxury frontend to the \index command.</TPM:Title>
@@ -22,8 +22,8 @@ other TeX formats.
texmf-dist/tex/latex/varindex/varindex.sty
texmf-dist/tpm/varindex.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="154401">
-texmf-dist/doc/latex/varindex/varindex.dvi
+ <TPM:DocFiles size="394013">
+texmf-dist/doc/latex/varindex/varindex.pdf
texmf-dist/doc/latex/varindex/varindex.tex
texmf-dist/doc/latex/varindex/varindex.txt
</TPM:DocFiles>
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 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/vector.zip">
<TPM:Name>vector</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/21 00:25:32</TPM:Date>
+ <TPM:Date>2006/10/16 23:34:49</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>No caption.</TPM:Title>
@@ -16,13 +16,15 @@ rows/columns of elements.
<TPM:Author>unknown</TPM:Author>
<TPM:Size>28601</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="3387">
+ <TPM:RunFiles size="3379">
texmf-dist/tex/latex/vector/vector.sty
texmf-dist/tpm/vector.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="12732">texmf-dist/doc/latex/vector/vector.dvi</TPM:DocFiles>
- <TPM:SourceFiles size="12482">
-texmf-dist/source/latex/vector/README
+ <TPM:DocFiles size="180568">
+texmf-dist/doc/latex/vector/README
+texmf-dist/doc/latex/vector/vector.pdf
+ </TPM:DocFiles>
+ <TPM:SourceFiles size="11954">
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.
<TPM:Author>Uwe Lueck</TPM:Author>
<TPM:Size>16591</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="16591">
+ <TPM:RunFiles size="17155">
texmf-dist/tex/latex/versions/versions.sty
texmf-dist/tpm/versions.tpm
</TPM:RunFiles>
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 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/wallpaper.zip">
<TPM:Name>wallpaper</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/09 00:49:07</TPM:Date>
+ <TPM:Date>2006/04/21 08:33:00</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
@@ -21,13 +21,14 @@ pdfLaTeX.
<TPM:Author>unknown</TPM:Author>
<TPM:Size>1286374</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="5963">
+ <TPM:RunFiles size="8381">
texmf-dist/tex/latex/wallpaper/wallpaper.sty
texmf-dist/tpm/wallpaper.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="1280411">
+ <TPM:DocFiles size="1282030">
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 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/warpcol.zip">
<TPM:Name>warpcol</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/11 23:58:59</TPM:Date>
+ <TPM:Date>1998/09/12 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>staszek</TPM:Creator>
<TPM:Title>
@@ -27,7 +27,10 @@ overlapping, applications.
texmf-dist/tex/latex/warpcol/warpcol.sty
texmf-dist/tpm/warpcol.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="1247">texmf-dist/doc/latex/warpcol/readme.txt</TPM:DocFiles>
+ <TPM:DocFiles size="167433">
+texmf-dist/doc/latex/warpcol/readme.txt
+texmf-dist/doc/latex/warpcol/warpcol.pdf
+ </TPM:DocFiles>
<TPM:SourceFiles size="10867">
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