texlive[41802] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Fri Aug 5 03:16:27 CEST 2016


Revision: 41802
          http://tug.org/svn/texlive?view=revision&revision=41802
Author:   karl
Date:     2016-08-05 03:16:27 +0200 (Fri, 05 Aug 2016)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/texinfo.tex
    trunk/Master/doc.html

Modified: trunk/Build/source/build-aux/texinfo.tex
===================================================================
--- trunk/Build/source/build-aux/texinfo.tex	2016-08-05 01:10:44 UTC (rev 41801)
+++ trunk/Build/source/build-aux/texinfo.tex	2016-08-05 01:16:27 UTC (rev 41802)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2016-08-01.14}
+\def\texinfoversion{2016-08-03.13}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1623,6 +1623,11 @@
     \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
   }}
   %
+  % by default, use black for everything.
+  \def\urlcolor{\rgbBlack}
+  \def\linkcolor{\rgbBlack}
+  \def\endlink{\setcolor{\maincolor}\pdfendlink}
+  %
   \def\dopdfoutline#1#2#3#4{%
     \iftxiuseunicodedestname
       \def\pdfoutlinedest{#3}% Pass through Unicode characters.
@@ -8840,16 +8845,21 @@
   \ifpdf
     % For pdfTeX and LuaTeX
     {\indexnofonts
+     \makevalueexpandable
+     %
+     % This (wrongly) does not take account of leading or trailing
+     % spaces in #1, which should be ignored.
+     \ifx\luatexversion\thisisundefined
+       \edef\pdfxrefdest{#1}% pdfTeX: Replace Unicode characters with ASCII.
+     \else
+       \def\pdfxrefdest{#1}% LuaTeX: Pass through Unicode characters.
+     \fi
      \turnoffactive
-     \makevalueexpandable
      % This expands tokens, so do it after making catcode changes, so _
      % etc. don't get their TeX definitions.  This ignores all spaces in
      % #4, including (wrongly) those in the middle of the filename.
      \getfilename{#4}%
      %
-     % This (wrongly) does not take account of leading or trailing
-     % spaces in #1, which should be ignored.
-     \edef\pdfxrefdest{#1}%
      \ifx\pdfxrefdest\empty
        \def\pdfxrefdest{Top}% no empty targets
      \else
@@ -8870,12 +8880,7 @@
     \else
       % For XeTeX
       {\indexnofonts
-       \turnoffactive
        \makevalueexpandable
-       % This expands tokens, so do it after making catcode changes, so _
-       % etc. don't get their TeX definitions.  This ignores all spaces in
-       % #4, including (wrongly) those in the middle of the filename.
-       \getfilename{#4}%
        %
        % This (wrongly) does not take account of leading or trailing
        % spaces in #1, which should be ignored.
@@ -8884,6 +8889,12 @@
        \else
          \edef\pdfxrefdest{#1}% Replace Unicode characters with ASCII.
        \fi
+       \turnoffactive
+       % This expands tokens, so do it after making catcode changes, so _
+       % etc. don't get their TeX definitions.  This ignores all spaces in
+       % #4, including (wrongly) those in the middle of the filename.
+       \getfilename{#4}%
+       %
        \ifx\pdfxrefdest\empty
          \def\pdfxrefdest{Top}% no empty targets
        \else
@@ -9956,6 +9967,18 @@
   \fi % latone
   \fi % lattwo
   \fi % ascii
+  %
+  \ifx\XeTeXrevision\thisisundefined
+  \else
+    \ifx \declaredencoding \utfeight
+    \else
+      \ifx \declaredencoding \ascii
+      \else
+        \message{Warning: XeTeX with non-UTF-8 encodings cannot handle %
+        non-ASCII characters in auxiallity files.}%
+      \fi
+    \fi
+  \fi
 }
 
 % emacs-page

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2016-08-05 01:10:44 UTC (rev 41801)
+++ trunk/Master/doc.html	2016-08-05 01:16:27 UTC (rev 41802)
@@ -1646,10 +1646,10 @@
 <a href="texmf-dist/doc/latex/biblatex/examples/95-customlists-biber.pdf">95-customlists-biber.pdf</a>.
 </small></li>
 
-<li><b><a href="texmf-dist/doc/latex/biblatex-abnt/abnt-testcase">biblatex-abnt</a></b>:<small>
+<li><b><a href="texmf-dist/doc/latex/biblatex-abnt/doc/abnt-testcase">biblatex-abnt</a></b>:<small>
 BibLaTeX style for Brazil's ABNT rules
-<a href="texmf-dist/doc/latex/biblatex-abnt/abnt-testcase/abnt-testcase.pdf">abnt-testcase.pdf</a>,
-<a href="texmf-dist/doc/latex/biblatex-abnt/biblatex-abnt.pdf">biblatex-abnt.pdf</a>.
+<a href="texmf-dist/doc/latex/biblatex-abnt/doc/abnt-testcase/abnt-testcase.pdf">abnt-testcase.pdf</a>,
+<a href="texmf-dist/doc/latex/biblatex-abnt/doc/biblatex-abnt.pdf">biblatex-abnt.pdf</a>.
 </small></li>
 
 <li><b><a href="texmf-dist/doc/latex/biblatex-anonymous">biblatex-anonymous</a></b>:<small>



More information about the tex-live-commits mailing list