From 66f345b8f9cc2ae3b66aafddb532a21f6877b35c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 May 2020 23:54:42 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@55066 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/texinfo.tex | 24 ++++++++++++++++++++---- Master/doc.html | 25 +++++++++++++++++-------- Master/texmf-dist/tex/texinfo/texinfo.tex | 24 ++++++++++++++++++++---- 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
  • endofproofwd (CTAN): An "end of proof" sign -endofproofwd.pdf -endofproofwd.pdf_tex. +endofproofwd.pdf.
  • engpron @@ -23073,6 +23072,12 @@ Define syntactic sugar for Unicode LaTeX unisugar.pdf.
  • +
  • unitconv +(CTAN): +Convert a length into one with another unit +unitconv-doc.pdf. +
  • +
  • unitn-bimrep (CTAN): A bimonthly report class for the PhD School of Materials, Mechatronics and System Engineering @@ -23279,7 +23284,7 @@ University of Washington thesis class

    V

    -
      +
      1. vancouver (CTAN): @@ -23534,7 +23539,7 @@ Variable-width multiple text columns

        W

        -
          +
          1. wadalab (CTAN): @@ -23742,7 +23747,7 @@ Extend LaTeX's cross-reference system

            X

            -
              +
              1. xargs (CTAN): @@ -23952,8 +23957,12 @@ Persian for LaTeX, using XeTeX
              2. xepersian-hm (CTAN): Fixes kashida feature in xepersian package +doc-samples-glyph.pdf +doc-samples-hrule.pdf +doc-samples-xep.pdf kashida-glyph-example.pdf (fa)  kashida-hrule-example.pdf (fa)  +kashida-xep-XB-example.pdf xepersian-hm-doc.pdf xepersian-hm.pdf.
              3. @@ -24327,7 +24336,7 @@ Tree macros using XY-Pic

                Y

                -
                  +
                  1. yafoot (CTAN): @@ -24429,7 +24438,7 @@ Many-featured Young tableaux and Young diagrams

                    Z

                    -
                      +
                      1. zebra-goodies (CTAN): @@ -24528,5 +24537,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX

                        1 - 2 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z


                        -Generated Wed May 6 01:53:26 CEST 2020 by tl-update-docindex. +Generated Fri May 8 01:54:41 CEST 2020 by tl-update-docindex. 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,} -- cgit v1.2.3