summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl19
-rw-r--r--Master/texmf-dist/doc/latex/authorindex/NEWS4
-rw-r--r--Master/texmf-dist/doc/latex/authorindex/authorindex.pdfbin122953 -> 54632 bytes
-rw-r--r--Master/texmf-dist/doc/latex/authorindex/authorindex.tex22
4 files changed, 29 insertions, 16 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 9cbc743cc4b..480d1ba0bb7 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 51716 2019-07-24 04:58:04Z preining $
+# $Id: tlmgr.pl 51740 2019-07-26 17:39:35Z karl $
#
# Copyright 2008-2019 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 51716 $';
-my $datrev = '$Date: 2019-07-24 06:58:04 +0200 (Wed, 24 Jul 2019) $';
+my $svnrev = '$Revision: 51740 $';
+my $datrev = '$Date: 2019-07-26 19:39:35 +0200 (Fri, 26 Jul 2019) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -5458,14 +5458,15 @@ sub check_files {
sub check_runfiles {
my $Master = $localtlpdb->root;
- # build a list of all runtime files associated to 'normal' packages
- (my $non_normal = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries
- $non_normal .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks';
- $non_normal .= '|^pgf$'; # has lots of intentionally duplicated .lua
+ # build a list of all runtime files associated with normal packages.
+ (my $omit_pkgs = `ls "$Master/bin"`) =~ s/\n/\$|/g; # binaries
+ $omit_pkgs .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks';
+ $omit_pkgs .= '|^pgf$'; # intentionally duplicated .lua
+ $omit_pkgs .= '|^latex-.*-dev$'; # intentionally duplicated base latex
my @runtime_files = ();
#
foreach my $tlpn ($localtlpdb->list_packages) {
- next if ($tlpn =~ /$non_normal/);
+ next if $tlpn =~ /$omit_pkgs/;
#
my $tlp = $localtlpdb->get_package($tlpn);
my @files = $tlp->runfiles;
@@ -9859,7 +9860,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 51716 2019-07-24 04:58:04Z preining $
+$Id: tlmgr.pl 51740 2019-07-26 17:39:35Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html
diff --git a/Master/texmf-dist/doc/latex/authorindex/NEWS b/Master/texmf-dist/doc/latex/authorindex/NEWS
index 204d51c0a69..9eeaee5d5bf 100644
--- a/Master/texmf-dist/doc/latex/authorindex/NEWS
+++ b/Master/texmf-dist/doc/latex/authorindex/NEWS
@@ -1,3 +1,7 @@
+27 July 2019:
+
+- The package is no longer maintained.
+
August 2008:
- Describe workaround for bibunits (simplified from Sylwester Arabas's
diff --git a/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf b/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf
index 2e1a562af88..02f3c361bf9 100644
--- a/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf
+++ b/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/authorindex/authorindex.tex b/Master/texmf-dist/doc/latex/authorindex/authorindex.tex
index e494a8c6ed6..69dc94c637c 100644
--- a/Master/texmf-dist/doc/latex/authorindex/authorindex.tex
+++ b/Master/texmf-dist/doc/latex/authorindex/authorindex.tex
@@ -5,12 +5,15 @@
\usepackage[T1]{fontenc}
\usepackage{textcomp}
-\renewcommand{\labelitemi}{\textbullet}
+\usepackage{charter}
+\usepackage[scaled=0.88]{beramono}
+\usepackage{microtype}
-\newcommand{\package}[1]{\textsf{#1}}
+\renewcommand{\labelitemi}{\textbullet}
+\newcommand{\package}[1]{\texttt{#1}}
\newcommand{\authorindex}{\package{authorindex}}
\newcommand{\mkindex}{\package{makeindex}}
-\newcommand{\perl}{\textsf{perl}}
+\newcommand{\perl}{\texttt{perl}}
\newcommand{\file}[1]{\texttt{#1}}
\newcommand{\fnext}[1]{\file{.#1}}
@@ -26,7 +29,7 @@
\renewcommand\descriptionlabel[1]{\hspace\labelsep\normalfont\texttt{#1}}
\title{The \authorindex\ Package}
-\author{Andreas Wettstein\\\texttt{wettstae@solnet.ch}}
+\author{Andreas Wettstein\\\texttt{wettstae@gmail.com}}
\date{August 2008}
\begin{document}
@@ -706,17 +709,17 @@ and presentation in this manual.
\begin{thebibliography}{3}
\bibitem{Patashnik88a}
-\textsc{O.~Patashnik}.
+O.~Patashnik.
\newblock \textit{{\BibTeX ing}} (1988).
\newblock Documentation for general {\BibTeX} users.
\bibitem{Beebe98}
-\textsc{N.~H.~F. Beebe}.
+N.~H.~F. Beebe.
\newblock \textit{{AUTHIDX}: An author/editor indexing package}.
\newblock TUGboat \textbf{19}(1):1001--1007 (1998).
\bibitem{Patashnik88b}
-\textsc{O.~Patashnik}.
+O.~Patashnik.
\newblock \textit{Designing {\BibTeX} styles} (1988).
\newblock The part of \BibTeX's documentation that's not meant for general
users.
@@ -724,3 +727,8 @@ and presentation in this manual.
\end{thebibliography}
\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: