diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-27 21:07:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-27 21:07:02 +0000 |
commit | 5d96c68493b94311e6eddd1203bdc037ef466b1e (patch) | |
tree | e378d59337aa921b779565d7d1d54859b995e9db | |
parent | 6bef83deb7557e3f77db24324e41b44b69548a5d (diff) |
authorindex (27jul19)
git-svn-id: svn://tug.org/texlive/trunk@51757 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/authorindex/NEWS | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/authorindex/authorindex.pdf | bin | 122953 -> 54632 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/authorindex/authorindex.tex | 22 |
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 Binary files differindex 2e1a562af88..02f3c361bf9 100644 --- a/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf +++ b/Master/texmf-dist/doc/latex/authorindex/authorindex.pdf 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: |