From 69f6390edbb9efb886f43a7ab952d65f80b15270 Mon Sep 17 00:00:00 2001 From: Frank Mittelbach Date: Thu, 28 Nov 2024 00:27:10 +0100 Subject: [PATCH] Gh1242 (#1242) (#1566) * do not generate a csname unnecessarily * fix for #1242, probably needs some test changes * two tests + ltnews entry * rollback and other tests * and another one * Alter error and info message in \DeclareTextComposite; more tests * some more tests ... * and for other engines * and a typo --- base/changes.txt | 11 +- base/doc/ltnews41.tex | 12 +- base/ltoutenc.dtx | 64 ++++- base/testfiles-TU/github-0253.tlg | 2 + base/testfiles-legacy/github-0762.tlg | 4 + .../testfiles-legacy/github-1333-rollback.tlg | 257 ++++++++++++++++++ .../lthooks-rollback-args.tlg | 2 + base/testfiles/github-0479-often.luatex.tlg | 2 + base/testfiles/github-0479-often.tlg | 2 + base/testfiles/github-0479-often.xetex.tlg | 2 + base/testfiles/github-1242.lvt | 38 +++ base/testfiles/github-1242.tlg | 31 +++ base/testfiles/github-1336.tlg | 257 ++++++++++++++++++ ...latexrelease-rollback-003-often.luatex.tlg | 44 +++ .../tlb-latexrelease-rollback-003-often.tlg | 44 +++ ...-latexrelease-rollback-003-often.xetex.tlg | 44 +++ ...atexrelease-rollback-2020-10-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2020-10-01.tlg | 2 + ...latexrelease-rollback-2020-10-01.xetex.tlg | 2 + ...atexrelease-rollback-2021-06-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2021-06-01.tlg | 2 + ...latexrelease-rollback-2021-06-01.xetex.tlg | 2 + ...atexrelease-rollback-2021-11-15.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2021-11-15.tlg | 2 + ...latexrelease-rollback-2021-11-15.xetex.tlg | 2 + ...atexrelease-rollback-2022-06-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2022-06-01.tlg | 2 + ...latexrelease-rollback-2022-06-01.xetex.tlg | 2 + ...atexrelease-rollback-2022-11-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2022-11-01.tlg | 2 + ...latexrelease-rollback-2022-11-01.xetex.tlg | 2 + ...atexrelease-rollback-2023-06-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2023-06-01.tlg | 2 + ...latexrelease-rollback-2023-06-01.xetex.tlg | 2 + ...atexrelease-rollback-2023-11-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2023-11-01.tlg | 2 + ...latexrelease-rollback-2023-11-01.xetex.tlg | 2 + ...atexrelease-rollback-2024-06-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2024-06-01.tlg | 2 + ...latexrelease-rollback-2024-06-01.xetex.tlg | 2 + ...atexrelease-rollback-2024-11-01.luatex.tlg | 2 + .../tlb-latexrelease-rollback-2024-11-01.tlg | 2 + ...latexrelease-rollback-2024-11-01.xetex.tlg | 2 + .../tlb-rollback-004-often.luatex.tlg | 2 + base/testfiles/tlb-rollback-004-often.tlg | 2 + .../tlb-rollback-004-often.xetex.tlg | 2 + base/testfiles/tlb-rollback-005.luatex.tlg | 2 + base/testfiles/tlb-rollback-005.tlg | 2 + base/testfiles/tlb-rollback-005.xetex.tlg | 2 + base/testfiles/tlb-textcomposite-001.tlg | 5 +- base/testfiles/tlb1184.luatex.tlg | 1 + base/testfiles/tlb1184.tlg | 1 + base/testfiles/tlb1184.xetex.tlg | 1 + base/testfiles/tlb1378.tlg | 8 + base/testfiles/tlb2558.tlg | 8 + base/testfiles/tlb2608.tlg | 16 ++ base/testfiles/tlb3480.tlg | 8 + 57 files changed, 917 insertions(+), 13 deletions(-) create mode 100644 base/testfiles/github-1242.lvt create mode 100644 base/testfiles/github-1242.tlg diff --git a/base/changes.txt b/base/changes.txt index 480c30345..2eccbc5d8 100644 --- a/base/changes.txt +++ b/base/changes.txt @@ -14,6 +14,13 @@ not part of the distribution. * usrguide.tex: Add syntax of \Make...case +2024-11-26 Frank Mittelbach + + * ltoutenc.dtx (subsubsection{Declaration commands}): + Log text command/symbol declarations (gh/1242) + + Alter error and info message in \DeclareTextComposite + 2024-11-26 Frank Mittelbach * lthooks.dtx (subsection{Specifying code for next invocation}): @@ -34,8 +41,8 @@ not part of the distribution. 2024-11-16 Frank Mittelbach * latex209.dtx: - Add low-level marks \mark1, \mark2, and \mark3 to mimic the fact that 2.09 initialized - the mark system with a set of empty marks + Add low-level marks \mark1, \mark2, and \mark3 to mimic the fact + that 2.09 initialized the mark system with a set of empty marks 2024-11-16 Frank Mittelbach diff --git a/base/doc/ltnews41.tex b/base/doc/ltnews41.tex index e38df10d8..1bc7562c3 100644 --- a/base/doc/ltnews41.tex +++ b/base/doc/ltnews41.tex @@ -216,6 +216,17 @@ \subsection{Tab character as a special} be used in for example a \texttt{v}~specification document command without additional steps. +\subsection{Logging text command and symbol declarations} + +For thirty years the documentation claimed that \cs{DeclareTextSymbol}, +\cs{DeclareTextCommand}, and friends log their changes, but in +contrast to their math counterparts they never did. This has now +finally changed. +% +\githubissue{1242} + + + \section{Bug fixes} %\subsection{A fix} @@ -244,7 +255,6 @@ \subsection{\pkg{multicol}:\ Full support for extended marks} - %\section{Changes to files in the \pkg{cyrillic} category} \begin{thebibliography}{9}\frenchspacing diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx index 639f214fa..0650b770d 100644 --- a/base/ltoutenc.dtx +++ b/base/ltoutenc.dtx @@ -44,7 +44,7 @@ %<*driver> % \fi \ProvidesFile{ltoutenc.dtx} - [2024/11/06 v2.1b LaTeX Kernel (font encodings)] + [2024/11/26 v2.1c LaTeX Kernel (font encodings)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltoutenc.dtx} @@ -595,8 +595,47 @@ \@dec@text@cmd\providecommand} % \end{macrocode} % +% +% \changes{v2.1c}{2024/11/26}{Declare command for logging (gh/1242)} +% \begin{macrocode} +\def\@enc@info#1{% + \GenericInfo{(Encoding)\@spaces\@spaces\@spaces\space\space}% + {LaTeX Encoding Info: \space\space\space#1}}% +% \end{macrocode} +% % \begin{macrocode} \def\@dec@text@cmd#1#2#3{% +% \end{macrocode} +% For logging, there are a number of different cases to cater for. +% \changes{v2.1c}{2024/11/26}{Log text command/symbol declarations (gh/1242)} +% \begin{macrocode} + \@enc@info{% + \ifcsname #3\string#2\endcsname + \ifx#1\providecommand + Ignoring declaration for + \else + Redeclaring + \fi + \else +% \end{macrocode} +% In case of \cs{ProvideTextCommand} we are still declaring in this +% case, so we always say declare. +% \begin{macrocode} + Declaring + \fi + text +% \end{macrocode} +% This test distinguishes between commands and symbols: +% \begin{macrocode} + \ifx#1\chardef@text@cmd + symbol + \else + command + \fi + \string#2 (encoding #3)}% +% \end{macrocode} +% +% \begin{macrocode} \expandafter\def\expandafter#2% \expandafter{% \csname#3-cmd\expandafter\endcsname @@ -906,9 +945,13 @@ \def\DeclareTextCompositeCommand#1#2#3#4{% \expandafter\let\expandafter\reserved@a\csname#2\string#1\endcsname \ifx\reserved@a\relax +% \end{macrocode} +% +% \changes{v2.1c}{2024/11/26}{Alter error and info message} +% \begin{macrocode} \DeclareTextCommand#1{#2}{% - \@latex@error{\string#1 undeclared in encoding #2}\@eha}% - \@latex@info{Composite with undeclared \string#1 in encoding #2}% + \@latex@error{Text composite \string#1 undeclared in encoding #2}\@eha}% + \@enc@info{Text composite with undeclared \string#1 in encoding #2}% \expandafter\let\expandafter\reserved@a\csname#2\string#1\endcsname \fi \expandafter\expandafter\expandafter\ifx @@ -1187,14 +1230,14 @@ \def\UndeclareTextCommand#1#2{% % \end{macrocode} % If there is no declaration for the current encoding do nothing. -% (This makes a hash table entry but without e\TeX{} we can't do -% anything about that). +% \changes{v2.1c}{2024/11/26}{Use \cs{ifcsname} to avoid generating a csname} % \begin{macrocode} - \expandafter\ifx\csname#2\string#1\endcsname\relax - \else + \ifcsname #2\string#1\endcsname % \end{macrocode} % Else: throw away that declaration. +% \changes{v2.1c}{2024/11/26}{Log text command change (gh/1242)} % \begin{macrocode} + \@enc@info{Undeclare text command \string#1 (encoding #2)}% \global\expandafter\let\csname#2\string#1\endcsname \@undefined % \end{macrocode} @@ -1227,7 +1270,12 @@ {\csname ?-cmd\expandafter\endcsname\expandafter #1\csname?\string#1\endcsname}% \fi - \fi + \else +% \end{macrocode} +% \changes{v2.1c}{2024/11/26}{Log text command change (gh/1242)} +% \begin{macrocode} + \@enc@info{Text command \string#1 (encoding #2) is not declared}% + \fi } % \end{macrocode} % diff --git a/base/testfiles-TU/github-0253.tlg b/base/testfiles-TU/github-0253.tlg index 054fa5e54..fd98b4be1 100644 --- a/base/testfiles-TU/github-0253.tlg +++ b/base/testfiles-TU/github-0253.tlg @@ -8,6 +8,7 @@ l. ...\ShowCommand\= #1->\@text@composite \TU\= #1\@empty \@text@composite {\add@unicode@accent {"0304}{#1}}. \TU\= l. ...\csname TU\string\=\endcsname +LaTeX Encoding Info: Redeclaring text command \= (encoding TU) on input line .... > \==macro: ->\TU-cmd \=\TU\= . \= @@ -16,6 +17,7 @@ l. ...\ShowCommand\= #1->\@text@composite \TU\= #1\@empty \@text@composite {\add@unicode@accent {"0300}{#1}}. \TU\= l. ...\csname TU\string\=\endcsname +LaTeX Encoding Info: Redeclaring text command \= (encoding TU) on input line .... > \==macro: ->\TU-cmd \=\TU\= . \= diff --git a/base/testfiles-legacy/github-0762.tlg b/base/testfiles-legacy/github-0762.tlg index 792cab869..955292ea8 100644 --- a/base/testfiles-legacy/github-0762.tlg +++ b/base/testfiles-legacy/github-0762.tlg @@ -8,6 +8,10 @@ l. ...\show ^^c3 File: utf8.def ....-..-.. v... UTF-8 support ) (latin9.def File: latin9.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \texteuro (encoding ?) on input line .... ) > ^^c3=macro: ->\~A. diff --git a/base/testfiles-legacy/github-1333-rollback.tlg b/base/testfiles-legacy/github-1333-rollback.tlg index 990aed905..df8fb28a6 100644 --- a/base/testfiles-legacy/github-1333-rollback.tlg +++ b/base/testfiles-legacy/github-1333-rollback.tlg @@ -17,10 +17,267 @@ Package textcomp Info: Sub-encoding information: (textcomp) Family '?' is the default used for unknown fonts. (textcomp) See the documentation for details. Package textcomp Info: Changing ? sub-encoding to TS1/1 on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcedilla (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalogonek (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalgrave (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalacute (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcircumflex (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltilde (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldieresis (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalhungarumlaut (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalring (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcaron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalbreve (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalmacron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldotaccent (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcapitalcompwordmark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textascendercompwordmark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotestraightbase (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotestraightdblbase (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwelveudash (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreequartersemdash (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotesingle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfractionsolidus (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textminus (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlbrackdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrbrackdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciigrave (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttildelow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciibreve (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciicaron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textgravedbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textacutedbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperthousand (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcelsius (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textflorin (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbrokenbar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciidieresis (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlnot (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciimacron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpm (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwosuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreesuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciiacute (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmu (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonesuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttimes (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdiv (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texteuro (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textohm (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textestimated (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \newtie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalnewtie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textleftarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrightarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textblank (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdblhyphen (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textzerooldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textoneoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwooldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreeoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfouroldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfiveoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsixoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsevenoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texteightoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnineoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlangle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrangle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmho (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbigcircle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textuparrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdownarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textborn (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdivorced (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdied (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textleaf (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmarried (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmusicalnote (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdblhyphenchar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollaroldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcentoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcolonmonetary (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textwon (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnaira (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textguarani (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpeso (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlira (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrecipe (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textinterrobang (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textinterrobangdown (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdong (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpertenthousand (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpilcrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbaht (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnumero (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdiscount (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textopenbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textservicemark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlquill (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrquill (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyleft (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircledP (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textreferencemark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsurd (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... (ts1enc.def File: ts1enc.def ....-..-.. v... (jk/car/fm) Standard LaTeX file LaTeX Font Info: Redeclaring font encoding TS1 on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcedilla (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalogonek (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalgrave (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalacute (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcircumflex (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltilde (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldieresis (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalhungarumlaut (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalring (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcaron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalbreve (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalmacron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldotaccent (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \newtie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalnewtie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcapitalcompwordmark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textascendercompwordmark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotestraightbase (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotestraightdblbase (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwelveudash (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreequartersemdash (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textleftarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrightarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textblank (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdollar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotesingle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdblhyphen (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfractionsolidus (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textzerooldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textoneoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwooldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreeoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfouroldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfiveoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsixoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsevenoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texteightoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnineoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlangle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textminus (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrangle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmho (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbigcircle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textohm (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlbrackdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrbrackdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textuparrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdownarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciigrave (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textborn (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdivorced (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdied (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textleaf (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmarried (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmusicalnote (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttildelow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdblhyphenchar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciibreve (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciicaron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textacutedbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textgravedbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdagger (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdaggerdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbardbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textperthousand (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbullet (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcelsius (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdollaroldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcentoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textflorin (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcolonmonetary (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textwon (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnaira (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textguarani (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpeso (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlira (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrecipe (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textinterrobang (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textinterrobangdown (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdong (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttrademark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpertenthousand (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpilcrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbaht (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnumero (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdiscount (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textestimated (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textopenbullet (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textservicemark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlquill (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrquill (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcent (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsterling (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcurrency (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textyen (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbrokenbar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsection (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciidieresis (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcopyright (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textordfeminine (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcopyleft (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlnot (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcircledP (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textregistered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciimacron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdegree (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpm (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwosuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreesuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciiacute (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmu (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textparagraph (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textperiodcentered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textreferencemark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonesuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textordmasculine (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsurd (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonequarter (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonehalf (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreequarters (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texteuro (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttimes (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdiv (encoding TS1) on input line .... ) +LaTeX Encoding Info: Undeclare text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Undeclare text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Undeclare text command \textperthousand (encoding T1) on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Package textcomp Info: Changing cmr sub-encoding to TS1/0 on input line .... Package textcomp Info: Changing cmss sub-encoding to TS1/0 on input line .... diff --git a/base/testfiles-lthooks/lthooks-rollback-args.tlg b/base/testfiles-lthooks/lthooks-rollback-args.tlg index b3b478285..99d92320c 100644 --- a/base/testfiles-lthooks/lthooks-rollback-args.tlg +++ b/base/testfiles-lthooks/lthooks-rollback-args.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/github-0479-often.luatex.tlg b/base/testfiles/github-0479-often.luatex.tlg index 385c0fe2a..1b67c2771 100644 --- a/base/testfiles/github-0479-often.luatex.tlg +++ b/base/testfiles/github-0479-often.luatex.tlg @@ -361,8 +361,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/github-0479-often.tlg b/base/testfiles/github-0479-often.tlg index e618b286b..82191b7a4 100644 --- a/base/testfiles/github-0479-often.tlg +++ b/base/testfiles/github-0479-often.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/github-0479-often.xetex.tlg b/base/testfiles/github-0479-often.xetex.tlg index 3e2371cc2..0a81f89f3 100644 --- a/base/testfiles/github-0479-often.xetex.tlg +++ b/base/testfiles/github-0479-often.xetex.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/github-1242.lvt b/base/testfiles/github-1242.lvt new file mode 100644 index 000000000..f639e2398 --- /dev/null +++ b/base/testfiles/github-1242.lvt @@ -0,0 +1,38 @@ + +\documentclass{article} + +\input{test2e} +\START + +\ProvideTextCommand{\baz}{T1}{+++} +\DeclareTextCommandDefault{\SS}{SZ} +\DeclareTextSymbol{\ss}{OT1}{28} % 28 is the slot occupied by \o +\DeclareTextCommand{\textfiguredash}{OT1}{????} + +\ProvideTextCommand{\baz}{T1}{---} +\DeclareTextCommandDefault{\SS}{SZ} +\DeclareTextSymbol{\ss}{OT1}{28} % 28 is the slot occupied by \o +\DeclareTextCommand{\textfiguredash}{OT1}{????} + +\UndeclareTextCommand{\baz}{T1} +\UndeclareTextCommand{\baz}{OT1} + +\UndeclareTextCommand{\foo}{TS1}\tracingnone + + +\OMIT +\begin{document} +\TIMO +\ss\o +\SS +\textfiguredash + +\baz + +\typeout{Command \noexpand\foo remains undefined:} +\foo + +\newpage +\OMIT + +\end{document} diff --git a/base/testfiles/github-1242.tlg b/base/testfiles/github-1242.tlg new file mode 100644 index 000000000..9ecedc5ec --- /dev/null +++ b/base/testfiles/github-1242.tlg @@ -0,0 +1,31 @@ +This is a generated file for the LaTeX2e validation system. +Don't change this file in any respect. +LaTeX Encoding Info: Declaring text command \baz (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \SS (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \ss (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfiguredash (encoding OT1) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \baz (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \SS (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \ss (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfiguredash (encoding OT1) on input line .... +LaTeX Encoding Info: Undeclare text command \baz (encoding T1) on input line .... +LaTeX Encoding Info: Text command \baz (encoding OT1) is not declared on input line .... +LaTeX Encoding Info: Text command \foo (encoding TS1) is not declared on input line .... +! LaTeX Error: Command \baz unavailable in encoding OT1. +See the LaTeX manual or LaTeX Companion for explanation. +Type H for immediate help. + ... +l. ...\baz +Your command was ignored. +Type I to replace it with another command, +or to continue without it. +Command \foo remains undefined: +! Undefined control sequence. +l. ...\foo +The control sequence at the end of the top line +of your error message was never \def'ed. If you have +misspelled it (e.g., `\hobx'), type `I' and the correct +spelling (e.g., `I\hbox'). Otherwise just continue, +and I'll forget about whatever was undefined. +[1 +] diff --git a/base/testfiles/github-1336.tlg b/base/testfiles/github-1336.tlg index d98988150..30e56f4fb 100644 --- a/base/testfiles/github-1336.tlg +++ b/base/testfiles/github-1336.tlg @@ -38,10 +38,267 @@ Package textcomp Info: Sub-encoding information: (textcomp) Family '?' is the default used for unknown fonts. (textcomp) See the documentation for details. Package textcomp Info: Changing ? sub-encoding to TS1/1 on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcedilla (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalogonek (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalgrave (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalacute (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcircumflex (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltilde (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldieresis (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalhungarumlaut (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalring (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcaron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalbreve (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalmacron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldotaccent (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcapitalcompwordmark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textascendercompwordmark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotestraightbase (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotestraightdblbase (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwelveudash (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreequartersemdash (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textquotesingle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfractionsolidus (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textminus (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlbrackdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrbrackdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciigrave (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttildelow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciibreve (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciicaron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textgravedbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textacutedbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperthousand (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcelsius (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textflorin (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbrokenbar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciidieresis (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlnot (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciimacron (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpm (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwosuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreesuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasciiacute (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmu (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonesuperior (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttimes (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdiv (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texteuro (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textohm (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textestimated (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \newtie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalnewtie (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textleftarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrightarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textblank (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdblhyphen (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textzerooldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textoneoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttwooldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textthreeoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfouroldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textfiveoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsixoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsevenoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texteightoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnineoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlangle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrangle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmho (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbigcircle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textuparrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdownarrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textborn (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdivorced (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdied (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textleaf (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmarried (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textmusicalnote (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdblhyphenchar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollaroldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcentoldstyle (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcolonmonetary (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textwon (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnaira (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textguarani (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpeso (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlira (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrecipe (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textinterrobang (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textinterrobangdown (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdong (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpertenthousand (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpilcrow (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbaht (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textnumero (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdiscount (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textopenbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textservicemark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textlquill (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textrquill (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyleft (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircledP (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textreferencemark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsurd (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... (ts1enc.def File: ts1enc.def ....-..-.. v... (jk/car/fm) Standard LaTeX file LaTeX Font Info: Redeclaring font encoding TS1 on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcedilla (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalogonek (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalgrave (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalacute (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcircumflex (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltilde (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldieresis (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalhungarumlaut (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalring (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalcaron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalbreve (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalmacron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaldotaccent (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitaltie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \newtie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \capitalnewtie (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcapitalcompwordmark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textascendercompwordmark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotestraightbase (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotestraightdblbase (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwelveudash (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreequartersemdash (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textleftarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrightarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textblank (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdollar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textquotesingle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdblhyphen (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfractionsolidus (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textzerooldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textoneoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwooldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreeoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfouroldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textfiveoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsixoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsevenoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texteightoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnineoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlangle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textminus (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrangle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmho (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbigcircle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textohm (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlbrackdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrbrackdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textuparrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdownarrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciigrave (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textborn (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdivorced (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdied (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textleaf (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmarried (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmusicalnote (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttildelow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdblhyphenchar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciibreve (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciicaron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textacutedbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textgravedbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdagger (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdaggerdbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbardbl (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textperthousand (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbullet (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcelsius (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdollaroldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcentoldstyle (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textflorin (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcolonmonetary (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textwon (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnaira (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textguarani (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpeso (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlira (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrecipe (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textinterrobang (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textinterrobangdown (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdong (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttrademark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpertenthousand (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpilcrow (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbaht (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textnumero (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdiscount (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textestimated (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textopenbullet (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textservicemark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlquill (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textrquill (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcent (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsterling (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcurrency (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textyen (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textbrokenbar (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsection (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciidieresis (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcopyright (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textordfeminine (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcopyleft (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textlnot (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textcircledP (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textregistered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciimacron (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdegree (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textpm (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttwosuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreesuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textasciiacute (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textmu (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textparagraph (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textperiodcentered (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textreferencemark (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonesuperior (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textordmasculine (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textsurd (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonequarter (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textonehalf (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textthreequarters (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texteuro (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \texttimes (encoding TS1) on input line .... +LaTeX Encoding Info: Redeclaring text symbol \textdiv (encoding TS1) on input line .... ) +LaTeX Encoding Info: Undeclare text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Undeclare text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Undeclare text command \textperthousand (encoding T1) on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Package textcomp Info: Changing cmr sub-encoding to TS1/0 on input line .... Package textcomp Info: Changing cmss sub-encoding to TS1/0 on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg index b3cb6e9fa..8c63b8e50 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg @@ -469,6 +469,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... @@ -1176,8 +1197,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... @@ -1315,6 +1338,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg index 77c0c304b..13af3d3ab 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg @@ -463,6 +463,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... @@ -1160,8 +1181,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... @@ -1299,6 +1322,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg index 0f6e3d52a..1b4143d23 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg @@ -463,6 +463,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Declaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... @@ -1169,8 +1190,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... @@ -1308,6 +1331,27 @@ BEGIN module: lttextcomp (....-..-..) on input line .... Skipping module lttextcomp on input line .... Applying: [....-..-..] Undefine text companion symbols on input line .... LaTeX Info: Redefining \oldstylenums on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdollar (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsterling (encoding OT1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperthousand (encoding T1) on input line .... +LaTeX Encoding Info: Redeclaring text command \textasteriskcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbullet (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdaggerdbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textdagger (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textparagraph (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textperiodcentered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textsection (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textbardbl (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcopyright (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordfeminine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textordmasculine (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textregistered (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \texttrademark (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textcircled (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \t (encoding ?) on input line .... +LaTeX Encoding Info: Redeclaring text command \textpertenthousand (encoding T1) on input line .... END module: lttextcomp (....-..-..) on input line .... Skipping: [....-..-..] store five arguments on input line .... Skipping: [....-..-..] store five arguments on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg index 7ba4505a0..4335745ea 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.luatex.tlg @@ -361,8 +361,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg index f9102e195..e46003562 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg index 9c489f68f..0247a86df 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2020-10-01.xetex.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg index 8a14f2819..def4433b2 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.luatex.tlg @@ -362,8 +362,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg index 879c5be48..0d9f86234 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg index b4651745c..be4d664e5 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-06-01.xetex.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg index 304a6f684..fe90d8ed4 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.luatex.tlg @@ -362,8 +362,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg index b78585726..68c4b0ec9 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg index 65f8a2308..dc018f085 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2021-11-15.xetex.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg index f0f0e3a21..63ef2338e 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg index 138e8b0b1..bfa70ffab 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg index e41d000b0..64172fb29 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-06-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg index c8a29d1da..4030fe470 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg index 2ed19845c..3f9c3d716 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg index 596e86251..463a49b5b 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2022-11-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg index eec945ff4..59efff3b9 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg index 9566e96e9..9b7401575 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg index a58e246fb..27f608bb4 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-06-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg index 07b52aabe..276deb05f 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg index d341fdccd..0f664fd4b 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg index 695c3f30c..5b4946334 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2023-11-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg index 16aacfe59..e8702b808 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg index 56ade44c2..ee70197b1 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg index e93be838b..a9b59593a 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-06-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg index c4ef8982a..65f9782a9 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.luatex.tlg @@ -363,8 +363,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg index 3c8a71e6c..e4cd4a4d8 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg index b4c4bf959..367e829ec 100644 --- a/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-2024-11-01.xetex.tlg @@ -352,8 +352,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.luatex.tlg b/base/testfiles/tlb-rollback-004-often.luatex.tlg index b40b25f10..2fa3bfa9b 100644 --- a/base/testfiles/tlb-rollback-004-often.luatex.tlg +++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg @@ -362,8 +362,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.tlg b/base/testfiles/tlb-rollback-004-often.tlg index 184b26a74..9e6730902 100644 --- a/base/testfiles/tlb-rollback-004-often.tlg +++ b/base/testfiles/tlb-rollback-004-often.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.xetex.tlg b/base/testfiles/tlb-rollback-004-often.xetex.tlg index 3cded4c20..c6584b2dc 100644 --- a/base/testfiles/tlb-rollback-004-often.xetex.tlg +++ b/base/testfiles/tlb-rollback-004-often.xetex.tlg @@ -351,8 +351,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-005.luatex.tlg b/base/testfiles/tlb-rollback-005.luatex.tlg index 659874445..ff0125ab8 100644 --- a/base/testfiles/tlb-rollback-005.luatex.tlg +++ b/base/testfiles/tlb-rollback-005.luatex.tlg @@ -365,8 +365,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-005.tlg b/base/testfiles/tlb-rollback-005.tlg index a262f27eb..f2cc0696c 100644 --- a/base/testfiles/tlb-rollback-005.tlg +++ b/base/testfiles/tlb-rollback-005.tlg @@ -355,8 +355,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-rollback-005.xetex.tlg b/base/testfiles/tlb-rollback-005.xetex.tlg index b7a8bfa9b..5ee465f1d 100644 --- a/base/testfiles/tlb-rollback-005.xetex.tlg +++ b/base/testfiles/tlb-rollback-005.xetex.tlg @@ -355,8 +355,10 @@ LaTeX Info: Redefining \UseTextAccent on input line .... LaTeX Info: Redefining \UseTextSymbol on input line .... Already applied: [....-..-..] Make commands robust on input line .... Applying: [....-..-..] comma accent on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommabelow (encoding ?) on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Encoding Info: Redeclaring text command \textcommaabove (encoding ?) on input line .... Already applied: [....-..-..] comma above on input line .... Applying: [....-..-..] Reset nested counters on input line .... Already applied: [....-..-..] Reset nested counters on input line .... diff --git a/base/testfiles/tlb-textcomposite-001.tlg b/base/testfiles/tlb-textcomposite-001.tlg index 6760ac398..769ce2274 100644 --- a/base/testfiles/tlb-textcomposite-001.tlg +++ b/base/testfiles/tlb-textcomposite-001.tlg @@ -1,7 +1,8 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. -LaTeX Info: Composite with undeclared \tstA in encoding T1 on input line .... -! LaTeX Error: \tstA undeclared in encoding T1. +LaTeX Encoding Info: Redeclaring text command \tstA (encoding T1) on input line .... +LaTeX Encoding Info: Text composite with undeclared \tstA in encoding T1 on input line .... +! LaTeX Error: Text composite \tstA undeclared in encoding T1. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... diff --git a/base/testfiles/tlb1184.luatex.tlg b/base/testfiles/tlb1184.luatex.tlg index 8afe86184..151aea473 100644 --- a/base/testfiles/tlb1184.luatex.tlg +++ b/base/testfiles/tlb1184.luatex.tlg @@ -2,6 +2,7 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. Author: Bernd Raichle Main Style: article +LaTeX Encoding Info: Declaring text command \` (encoding FOO) on input line .... Completed box being shipped out [1] \vbox(633.0+0.0)x407.0, direction TLT .\glue 16.0 diff --git a/base/testfiles/tlb1184.tlg b/base/testfiles/tlb1184.tlg index d83d0bd0a..715b58762 100644 --- a/base/testfiles/tlb1184.tlg +++ b/base/testfiles/tlb1184.tlg @@ -4,6 +4,7 @@ Author: Bernd Raichle Main Style: article Now handling font encoding FOO ... ... no UTF-8 mapping file for font encoding FOO +LaTeX Encoding Info: Declaring text command \` (encoding FOO) on input line .... Completed box being shipped out [1] \vbox(633.0+0.0)x407.0 .\glue 16.0 diff --git a/base/testfiles/tlb1184.xetex.tlg b/base/testfiles/tlb1184.xetex.tlg index f2271e154..c49775ec5 100644 --- a/base/testfiles/tlb1184.xetex.tlg +++ b/base/testfiles/tlb1184.xetex.tlg @@ -2,6 +2,7 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. Author: Bernd Raichle Main Style: article +LaTeX Encoding Info: Declaring text command \` (encoding FOO) on input line .... Completed box being shipped out [1] \vbox(633.0+0.0)x407.0 .\glue 16.0 diff --git a/base/testfiles/tlb1378.tlg b/base/testfiles/tlb1378.tlg index 6f60926a0..5e517ffdc 100644 --- a/base/testfiles/tlb1378.tlg +++ b/base/testfiles/tlb1378.tlg @@ -11,6 +11,14 @@ Package: inputenc ....-..-.. v... Input encoding file \inpenc@posthook=\toks... (latin1.def File: latin1.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textbrokenbar (encoding ?) on input line .... )) (tlb1378.toc) \tf@toc=\write... diff --git a/base/testfiles/tlb2558.tlg b/base/testfiles/tlb2558.tlg index ff25753e6..205eb6ac7 100644 --- a/base/testfiles/tlb2558.tlg +++ b/base/testfiles/tlb2558.tlg @@ -17,6 +17,14 @@ LaTeX Font Info: Checking defaults for U/cmr/m/n on input line .... LaTeX Font Info: ... okay on input line .... (latin1.def File: latin1.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textbrokenbar (encoding ?) on input line .... ) > 11. diff --git a/base/testfiles/tlb2608.tlg b/base/testfiles/tlb2608.tlg index b1c6202d8..4e335071f 100644 --- a/base/testfiles/tlb2608.tlg +++ b/base/testfiles/tlb2608.tlg @@ -2,6 +2,16 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. (cp850.def File: cp850.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textflorin (encoding ?) on input line .... +LaTeX Encoding Info: Declaring text command \textblacksquare (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textbrokenbar (encoding ?) on input line .... ) > \box...= \hbox(0.0+0.0)x0.0 @@ -10,6 +20,8 @@ l. ...\showbox0 % This produces a number of glue elements (latin2.def File: latin2.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... ) > \box...= \hbox(0.0+0.0)x0.0 @@ -18,6 +30,10 @@ l. ...\showbox0 % This produces a number of glue elements (cp1250.def File: cp1250.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textbrokenbar (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textperthousand (encoding ?) on input line .... ) > \box...= \hbox(0.0+0.0)x0.0 diff --git a/base/testfiles/tlb3480.tlg b/base/testfiles/tlb3480.tlg index b48f8715e..7a7bc0bb5 100644 --- a/base/testfiles/tlb3480.tlg +++ b/base/testfiles/tlb3480.tlg @@ -2,6 +2,14 @@ This is a generated file for the LaTeX2e validation system. Don't change this file in any respect. (latin1.def File: latin1.def ....-..-.. v... Input encoding file +LaTeX Encoding Info: Ignoring declaration for text command \textdegree (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonehalf (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textonequarter (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textthreequarters (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcent (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textyen (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textcurrency (encoding ?) on input line .... +LaTeX Encoding Info: Ignoring declaration for text command \textbrokenbar (encoding ?) on input line .... ) (utf8.def File: utf8.def ....-..-.. v... UTF-8 support )