summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-07 23:54:42 +0000
committerKarl Berry <karl@freefriends.org>2020-05-07 23:54:42 +0000
commit66f345b8f9cc2ae3b66aafddb532a21f6877b35c (patch)
tree6fe157c1549728c28ea9a9a2036d88130066e657
parent531b96b5da42d934afbaf8e8c6e08ad60175aa86 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55066 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/build-aux/texinfo.tex24
-rw-r--r--Master/doc.html25
-rw-r--r--Master/texmf-dist/tex/texinfo/texinfo.tex24
3 files changed, 57 insertions, 16 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index 427494cbbfc..3d7e66ae88a 100644
--- a/Build/source/build-aux/texinfo.tex
+++ b/Build/source/build-aux/texinfo.tex
@@ -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{2020-05-02.00}
+\def\texinfoversion{2020-05-05.16}
%
% Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
%
@@ -2499,7 +2499,7 @@ end
\def\it{\fam=\itfam \setfontstyle{it}}
\def\sl{\fam=\slfam \setfontstyle{sl}}
\def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
-\def\tt{\fam=\ttfam \setfontstyle{tt}}
+\def\tt{\fam=\ttfam \setfontstyle{tt}}\def\ttstylename{tt}
% Texinfo sort of supports the sans serif font style, which plain TeX does not.
% So we set up a \sf.
@@ -3661,11 +3661,27 @@ end
\fi
% Quotes.
-\chardef\quotedblleft="5C
-\chardef\quotedblright=`\"
\chardef\quoteleft=`\`
\chardef\quoteright=`\'
+% only change font for tt for correct kerning and to avoid using
+% \ecfont unless necessary.
+\def\quotedblleft{%
+ \ifx\curfontstyle\ttstylename
+ {\ecfont\char"10}%
+ \else
+ {\char"5C}%
+ \fi
+}
+
+\def\quotedblright{%
+ \ifx\curfontstyle\ttstylename
+ {\ecfont\char"11}%
+ \else
+ {\char`\"}%
+ \fi
+}
+
\message{page headings,}
diff --git a/Master/doc.html b/Master/doc.html
index bcb3c4c3070..1f2f9390574 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -7136,8 +7136,7 @@ Japanese-style endnotes
<li id="endofproofwd"><b><a href="texmf-dist/doc/latex/endofproofwd">endofproofwd</a></b><small>
(<a href="https://ctan.org/pkg/endofproofwd">CTAN</a>):
An "end of proof" sign
-<a href="texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf">endofproofwd.pdf</a>
-<a href="texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf_tex">endofproofwd.pdf_tex</a>.
+<a href="texmf-dist/doc/latex/endofproofwd/endofproofwd.pdf">endofproofwd.pdf</a>.
</small></li>
<li id="engpron"><b><a href="texmf-dist/doc/latex/engpron">engpron</a></b><small>
@@ -23073,6 +23072,12 @@ Define syntactic sugar for Unicode LaTeX
<a href="texmf-dist/doc/xelatex/unisugar/unisugar.pdf">unisugar.pdf</a>.
</small></li>
+<li id="unitconv"><b><a href="texmf-dist/doc/lualatex/unitconv">unitconv</a></b><small>
+(<a href="https://ctan.org/pkg/unitconv">CTAN</a>):
+Convert a length into one with another unit
+<a href="texmf-dist/doc/lualatex/unitconv/unitconv-doc.pdf">unitconv-doc.pdf</a>.
+</small></li>
+
<li id="unitn-bimrep"><b><a href="texmf-dist/doc/latex/unitn-bimrep">unitn-bimrep</a></b><small>
(<a href="https://ctan.org/pkg/unitn-bimrep">CTAN</a>):
A bimonthly report class for the PhD School of Materials, Mechatronics and System Engineering
@@ -23279,7 +23284,7 @@ University of Washington thesis class
<h2 id="letter-V">V</h2>
-<ol start="3067">
+<ol start="3068">
<li id="vancouver"><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b><small>
(<a href="https://ctan.org/pkg/vancouver">CTAN</a>):
@@ -23534,7 +23539,7 @@ Variable-width multiple text columns
<h2 id="letter-W">W</h2>
-<ol start="3103">
+<ol start="3104">
<li id="wadalab"><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b><small>
(<a href="https://ctan.org/pkg/wadalab">CTAN</a>):
@@ -23742,7 +23747,7 @@ Extend LaTeX's cross-reference system
<h2 id="letter-X">X</h2>
-<ol start="3127">
+<ol start="3128">
<li id="xargs"><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b><small>
(<a href="https://ctan.org/pkg/xargs">CTAN</a>):
@@ -23952,8 +23957,12 @@ Persian for LaTeX, using XeTeX
<li id="xepersian-hm"><b><a href="texmf-dist/doc/xelatex/xepersian-hm">xepersian-hm</a></b><small>
(<a href="https://ctan.org/pkg/xepersian-hm">CTAN</a>):
Fixes kashida feature in xepersian package
+<a href="texmf-dist/doc/xelatex/xepersian-hm/doc-samples-glyph.pdf">doc-samples-glyph.pdf</a>
+<a href="texmf-dist/doc/xelatex/xepersian-hm/doc-samples-hrule.pdf">doc-samples-hrule.pdf</a>
+<a href="texmf-dist/doc/xelatex/xepersian-hm/doc-samples-xep.pdf">doc-samples-xep.pdf</a>
<a href="texmf-dist/doc/xelatex/xepersian-hm/kashida-glyph-example.pdf">kashida-glyph-example.pdf</a>&nbsp;(fa)&nbsp;
<a href="texmf-dist/doc/xelatex/xepersian-hm/kashida-hrule-example.pdf">kashida-hrule-example.pdf</a>&nbsp;(fa)&nbsp;
+<a href="texmf-dist/doc/xelatex/xepersian-hm/kashida-xep-XB-example.pdf">kashida-xep-XB-example.pdf</a>
<a href="texmf-dist/doc/xelatex/xepersian-hm/xepersian-hm-doc.pdf">xepersian-hm-doc.pdf</a>
<a href="texmf-dist/doc/xelatex/xepersian-hm/xepersian-hm.pdf">xepersian-hm.pdf</a>.
</small></li>
@@ -24327,7 +24336,7 @@ Tree macros using XY-Pic
<h2 id="letter-Y">Y</h2>
-<ol start="3196">
+<ol start="3197">
<li id="yafoot"><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b><small>
(<a href="https://ctan.org/pkg/yafoot">CTAN</a>):
@@ -24429,7 +24438,7 @@ Many-featured Young tableaux and Young diagrams
<h2 id="letter-Z">Z</h2>
-<ol start="3210">
+<ol start="3211">
<li id="zebra-goodies"><b><a href="texmf-dist/doc/latex/zebra-goodies">zebra-goodies</a></b><small>
(<a href="https://ctan.org/pkg/zebra-goodies">CTAN</a>):
@@ -24528,5 +24537,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX
<p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
<hr>
-<small>Generated Wed May 6 01:53:26 CEST 2020 by tl-update-docindex.</small>
+<small>Generated Fri May 8 01:54:41 CEST 2020 by tl-update-docindex.</small>
</body></html>
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex
index 427494cbbfc..3d7e66ae88a 100644
--- a/Master/texmf-dist/tex/texinfo/texinfo.tex
+++ b/Master/texmf-dist/tex/texinfo/texinfo.tex
@@ -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{2020-05-02.00}
+\def\texinfoversion{2020-05-05.16}
%
% Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc.
%
@@ -2499,7 +2499,7 @@ end
\def\it{\fam=\itfam \setfontstyle{it}}
\def\sl{\fam=\slfam \setfontstyle{sl}}
\def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
-\def\tt{\fam=\ttfam \setfontstyle{tt}}
+\def\tt{\fam=\ttfam \setfontstyle{tt}}\def\ttstylename{tt}
% Texinfo sort of supports the sans serif font style, which plain TeX does not.
% So we set up a \sf.
@@ -3661,11 +3661,27 @@ end
\fi
% Quotes.
-\chardef\quotedblleft="5C
-\chardef\quotedblright=`\"
\chardef\quoteleft=`\`
\chardef\quoteright=`\'
+% only change font for tt for correct kerning and to avoid using
+% \ecfont unless necessary.
+\def\quotedblleft{%
+ \ifx\curfontstyle\ttstylename
+ {\ecfont\char"10}%
+ \else
+ {\char"5C}%
+ \fi
+}
+
+\def\quotedblright{%
+ \ifx\curfontstyle\ttstylename
+ {\ecfont\char"11}%
+ \else
+ {\char`\"}%
+ \fi
+}
+
\message{page headings,}