diff --git a/base/latexrelease.dtx b/base/latexrelease.dtx index 9708f8ed7..0f02960e4 100644 --- a/base/latexrelease.dtx +++ b/base/latexrelease.dtx @@ -40,8 +40,8 @@ %<*!fixltx2e> % \fi % \ProvidesFile{latexrelease.dtx} - [2020/12/06 v1.0k LaTeX release emulation and tests - (including releases up to \latexreleaseversion)] +% [2021/01/22 v1.0l LaTeX release emulation and tests +% (including releases up to \latexreleaseversion)] % \iffalse % %<*driver> @@ -483,6 +483,70 @@ of this package available from CTAN} % \end{macrocode} % % +% \section{Ignoring \texttt{_new} errors when rolling back} +% +% \begin{macrocode} +\ExplSyntaxOn +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN \cs_if_free:NF \__latexrelease_cs_if_free:NF +\cs_set_eq:NN \__kernel_chk_if_free_cs:N \__latexrelease___kernel_chk_if_free_cs:N +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN \__kernel_msg_error:nnx \__latexrelease___kernel_msg_error:nnx +\cs_set_eq:NN \__kernel_msg_new:nn \__latexrelease___kernel_msg_new:nn +\cs_set_eq:NN \__kernel_msg_new:nnn \__latexrelease___kernel_msg_new:nnn +\cs_set_eq:NN \msg_new:nn \__latexrelease_msg_new:nn +\cs_set_eq:NN \msg_new:nnn \__latexrelease_msg_new:nnn +\cs_set_eq:NN \msg_new:nnnn \__latexrelease_msg_new:nnnn +% \end{macrocode} +% +% \begin{macrocode} +\def\declarecommand{\@star@or@long\declare@command} +\def\declare@command#1{% + \ifx#1\@undefined + \expandafter\new@command + \else + \expandafter\renew@command + \fi + #1} +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN\NewDocumentCommand\__latexrelease_NewDocumentCommand +\cs_set_eq:NN\newcommand \declarecommand +% \end{macrocode} +% +% The new definitions while rolling back: +% \begin{macrocode} +\cs_set_eq:NN \cs_if_free:NF \use_none:nn +\cs_set_eq:NN \__kernel_chk_if_free_cs:N \use_none:n +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN \__kernel_msg_error:nnx \__kernel_msg_warning:nnx % not sure what else is there +\cs_set_eq:NN \__kernel_msg_new:nn \__kernel_msg_set:nn +\cs_set_eq:NN \__kernel_msg_new:nnn \__kernel_msg_set:nnn +\cs_set_eq:NN \msg_new:nn \msg_set:nn +\cs_set_eq:NN \msg_new:nnn \msg_set:nnn +\cs_set_eq:NN \msg_new:nnnn \msg_set:nnnn +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN \NewDocumentCommand\DeclareDocumentCommand +\cs_set_eq:NN \newcommand \DeclareRobustCommand % should really become robust but for now +% \end{macrocode} +% +% \begin{macrocode} +\msg_redirect_name:nnn {hooks} {exists} {none} +% \end{macrocode} +% +% \begin{macrocode} +\ExplSyntaxOff +% \end{macrocode} +% % \section{Individual Changes} % % The code for each change will be inserted at this point, extracted @@ -492,6 +556,43 @@ of this package available from CTAN} % % \end{macrocode} % +% +% \section{Undoing the temp modifications} +% +% \begin{macrocode} +%<*latexrelease-finish> +% \end{macrocode} +% +% \begin{macrocode} +\ExplSyntaxOn +% \end{macrocode} +% +% \begin{macrocode} +\cs_set_eq:NN \cs_if_free:NF \__latexrelease_cs_if_free:NF +\cs_set_eq:NN \__kernel_chk_if_free_cs:N \__latexrelease___kernel_chk_if_free_cs:N +\cs_set_eq:NN \__kernel_msg_error:nnx \__latexrelease___kernel_msg_error:nnx +\cs_set_eq:NN \__kernel_msg_new:nn \__latexrelease___kernel_msg_new:nn +\cs_set_eq:NN \__kernel_msg_new:nn \__latexrelease___kernel_msg_new:nnn +\cs_set_eq:NN \msg_new:nn \__latexrelease_msg_new:nn +\cs_set_eq:NN \msg_new:nnn \__latexrelease_msg_new:nnn +\cs_set_eq:NN \msg_new:nnnn \__latexrelease_msg_new:nnnn +\cs_set_eq:NN \NewDocumentCommand \__latexrelease_NewDocumentCommand +\cs_set_eq:NN \newcommand \__latexrelease_newcommand +% \end{macrocode} +% +% \begin{macrocode} +\msg_redirect_name:nnn {hooks} {exists} {} +% \end{macrocode} +% +% \begin{macrocode} +\ExplSyntaxOff +% \end{macrocode} +% +% \begin{macrocode} +% +% \end{macrocode} +% +% % \section{fixltx2e} % % Generate a stub \Lpack{fixltx2e} package: diff --git a/base/latexrelease.ins b/base/latexrelease.ins index d9b5f4dc1..88e48a8fe 100644 --- a/base/latexrelease.ins +++ b/base/latexrelease.ins @@ -132,6 +132,7 @@ extension .ins) which are part of the distribution. \from{ltoutput.dtx} {latexrelease}% \from{ltfsscmp.dtx} {latexrelease}% only in latexrelease! \from{ltfinal.dtx} {latexrelease}% + \from{latexrelease.dtx}{latexrelease-finish}% } diff --git a/base/testfiles/github-0479.lvt b/base/testfiles/github-0479.lvt new file mode 100644 index 000000000..9039b412b --- /dev/null +++ b/base/testfiles/github-0479.lvt @@ -0,0 +1,22 @@ +% rolling back to first time lthooks + +\input{regression-test} + +\START + + +\RequirePackage[2020/10/01]{latexrelease} + + +\OMIT + +\documentclass{minimal} + +\begin{document} + +\TIMO + +test + +\end{document} + diff --git a/base/testfiles/github-0479.tlg b/base/testfiles/github-0479.tlg new file mode 100644 index 000000000..04728ff58 --- /dev/null +++ b/base/testfiles/github-0479.tlg @@ -0,0 +1,1477 @@ +This is a generated file for the l3build validation system. +Don't change this file in any respect. +(latexrelease.sty +LaTeX Info: Redefining \IfTargetDateBefore on input line .... +Package: latexrelease ....-..-.. v... LaTeX release emulation and tests (including releases up to ....-..-..) +Applying: [....-..-..] Final dot for extension on input line .... +Already applied: [....-..-..] Final dot for extension on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Extended Allocation (checking) on input line .... +Already applied: [....-..-..] Extended Allocation (checking) on input line .... +Already applied: [....-..-..] Extended Allocation (checking) on input line .... +Applying: [....-..-..] Extra floats on input line .... +Already applied: [....-..-..] Extra floats on input line .... +Applying: [....-..-..] emulate alloc@ on input line .... +Already applied: [....-..-..] emulate alloc@ on input line .... +Applying: [....-..-..] Extended \newinsert on input line .... +Already applied: [....-..-..] Extended \newinsert on input line .... +Applying: [....-..-..] etex tracing on input line .... +Already applied: [....-..-..] etex tracing on input line .... +Applying: [....-..-..] turn off etex tracing on input line .... +Already applied: [....-..-..] turn off etex tracing on input line .... +Applying: [....-..-..] Define kernel enddocument Hooks on input line .... +Already applied: [....-..-..] Define kernel enddocument Hooks on input line .... +Applying: [....-..-..] Roll forward support on input line .... +Applying: [....-..-..] Pre-load expl3 on input line .... +Skipping: expl3 code already part of the format on input line .... +Already applied: [....-..-..] Pre-load expl3 on input line .... +Applying: [....-..-..] Emergency loading xparse on input line .... +Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line .... +Already applied: [....-..-..] expl3 macros added for the ....-..-.. release on input line .... +Applying: [....-..-..] Allow "par" in \typeout on input line .... +Already applied: [....-..-..] Allow "par" in \typeout on input line .... +Applying: [....-..-..] Make \@carcube long on input line .... +Already applied: [....-..-..] Undo: Make \@carcube long on input line .... +Applying: [....-..-..] \MakeRobust on input line .... +Already applied: [....-..-..] \MakeRobust on input line .... +Already applied: [....-..-..] \MakeRobust on input line .... +Already applied: [....-..-..] \MakeRobust on input line .... +Applying: [....-..-..] Undo robustness on input line .... +Already applied: [....-..-..] Undo robustness on input line .... +Applying: [....-..-..] Add \robust@command@act on input line .... +Already applied: [....-..-..] Add \robust@command@act on input line .... +Applying: [....-..-..] Add \NewCommandCopy , \RenewCommandCopy , and \DeclareCommandCopy on input line .... +Already applied: [....-..-..] Undefine \NewCommandCopy , \RenewCommandCopy , and \DeclareCommandCopy on input line .... +Applying: [....-..-..] Add \ShowCommand on input line .... +Already applied: [....-..-..] Undefine \ShowCommand on input line .... +Applying: [....-..-..] Add \@if@DeclareRobustCommand , \@if@newcommand , \@copy@DeclareRobustCommand , \@copy@newcommand , \@show@DeclareRobustCommand , \@show@newcommand on input line .... +Already applied: [....-..-..] Undefine \@if@DeclareRobustCommand , \@if@newcommand , \@copy@DeclareRobustCommand , \@copy@newcommand , \@show@DeclareRobustCommand , \@show@newcommand on input line .... +Applying: [....-..-..] Leave commands undefined in \@ifundefined on input line .... +Already applied: [....-..-..] Leave commands undefined in \@ifundefined on input line .... +Applying: [....-..-..] Add \string@makeletter on input line .... +Already applied: [....-..-..] Undefine \string@makeletter on input line .... +Applying: [....-..-..] Use primitive \- in Lua\LaTeX on input line .... +LaTeX Info: Redefining \- on input line .... +Already applied: [....-..-..] Use \hyphenchar in \- on input line .... +Already applied: [....-..-..] Use \hyphenchar in \- on input line .... +Applying: [....-..-..] Make various commands robust on input line .... +LaTeX Info: The control sequence `\allowbreak' is already robust on input line .... +LaTeX Info: The control sequence `\bigbreak' is already robust on input line .... +LaTeX Info: The control sequence `\break' is already robust on input line .... +LaTeX Info: The control sequence `\dotfill' is already robust on input line .... +LaTeX Info: The control sequence `\frenchspacing' is already robust on input line .... +LaTeX Info: The control sequence `\goodbreak' is already robust on input line .... +LaTeX Info: The control sequence `\hrulefill' is already robust on input line .... +LaTeX Info: The control sequence `\medbreak' is already robust on input line .... +LaTeX Info: The control sequence `\nobreak' is already robust on input line .... +LaTeX Info: The control sequence `\nonfrenchspacing' is already robust on input line .... +LaTeX Info: The control sequence `\obeylines' is already robust on input line .... +LaTeX Info: The control sequence `\obeyspaces' is already robust on input line .... +LaTeX Info: The control sequence `\slash' is already robust on input line .... +LaTeX Info: The control sequence `\smallbreak' is already robust on input line .... +LaTeX Info: The control sequence `\strut' is already robust on input line .... +LaTeX Info: The control sequence `\underbar' is already robust on input line .... +Already applied: [....-..-..] Make various commands robust on input line .... +Applying: [....-..-..] The hook management on input line .... +LaTeX3 Warning: Scan mark \s__hook_mark already defined. +\l__hook_labels_int=\count... +LaTeX3 Info: Redefining command \NewHook with sig. 'm' on line .... +LaTeX3 Info: Redefining command \NewReversedHook with sig. 'm' on line .... +LaTeX3 Info: Redefining command \NewMirroredHookPair with sig. 'mm' on line +(LaTeX3) 2618. +LaTeX3 Info: Redefining command \AddToHook with sig. 'mo+m' on line .... +LaTeX3 Info: Redefining command \AddToHookNext with sig. 'm+m' on line .... +LaTeX3 Info: Redefining command \RemoveFromHook with sig. 'mo' on line .... +LaTeX3 Info: Redefining command \SetDefaultHookLabel with sig. 'm' on line +(LaTeX3) 2681. +LaTeX3 Info: Redefining command \DeclareDefaultHookLabel with sig. 'm' on line +(LaTeX3) 2695. +LaTeX3 Info: Redefining command \PushDefaultHookLabel with sig. 'm' on line +(LaTeX3) 2697. +LaTeX3 Info: Redefining command \PopDefaultHookLabel with sig. '' on line +(LaTeX3) 2699. +LaTeX3 Info: Redefining command \DeclareHookRule with sig. 'mmmm' on line +(LaTeX3) 2713. +LaTeX3 Info: Redefining command \DeclareDefaultHookRule with sig. 'mmm' on +(LaTeX3) line 2715. +LaTeX3 Info: Redefining command \ClearHookRule with sig. 'mmm' on line .... +Already applied: [....-..-..] The hook management on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \pagebreak on input line .... +LaTeX Info: Redefining \nopagebreak on input line .... +LaTeX Info: Redefining \linebreak on input line .... +LaTeX Info: Redefining \nolinebreak on input line .... +LaTeX Info: Redefining \samepage on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] Make robust on input line .... +Already applied: [....-..-..] Make robust on input line .... +Applying: [....-..-..] Add calc support on input line .... +Already applied: [....-..-..] Add calc support on input line .... +Applying: [....-..-..] \newline calc support on input line .... +Already applied: [....-..-..] \newline calc support on input line .... +Applying: [....-..-..] hyphenation and nobreak after space hack on input line .... +Already applied: [....-..-..] hyphenation and nobreak after space hack on input line .... +Already applied: [....-..-..] hyphenation and nobreak after space hack on input line .... +Already applied: [....-..-..] hyphenation and nobreak after space hack on input line .... +Applying: [....-..-..] hyphenation after space hack on input line .... +Already applied: [....-..-..] hyphenation after space hack on input line .... +Applying: [....-..-..] \addvspace calc support on input line .... +Already applied: [....-..-..] \addvspace calc support on input line .... +Applying: [....-..-..] \addpenalty on input line .... +Already applied: [....-..-..] \addpenalty on input line .... +Applying: [....-..-..] Support calc in \vspace on input line .... +Already applied: [....-..-..] Support calc in \vspace on input line .... +Applying: [....-..-..] Space after \@ on input line .... +Already applied: [....-..-..] Space after \@ on input line .... +Applying: [....-..-..] Support calc with \hspace on input line .... +Already applied: [....-..-..] Support calc with \hspace on input line .... +Applying: [....-..-..] Start LR-mode on input line .... +LaTeX Info: Redefining \enspace on input line .... +Already applied: [....-..-..] Start LR-mode on input line .... +Applying: [....-..-..] Added hook to load l3backend code on input line .... +Already applied: [....-..-..] Save language for hyphenation on input line .... +Already applied: [....-..-..] Save language for hyphenation on input line .... +Applying: [....-..-..] Spaces in file names on input line .... +Already applied: [....-..-..] Spaces in file names on input line .... +Already applied: [....-..-..] Spaces in file names on input line .... +Applying: [....-..-..] Spaces in file names and hooks on input line .... +Already applied: [....-..-..] Spaces in file names on input line .... +Applying: [....-..-..] Quote file names on input line .... +LaTeX Info: Redefining \IfFileExists on input line .... +Already applied: [....-..-..] Quote file names on input line .... +Applying: [....-..-..] Don't lose the file name on input line .... +Already applied: [....-..-..] Don't lose the file name on input line .... +Applying: [....-..-..] Change in file error handling on input line .... +Already applied: [....-..-..] Quote file names on input line .... +Already applied: [....-..-..] Quote file names on input line .... +Applying: [....-..-..] Do not load missing file immediately on input line .... +Already applied: [....-..-..] Do not load missing file immediately on input line .... +Applying: [....-..-..] test for undeclared accent on input line .... +Already applied: [....-..-..] test for undeclared accent on input line .... +Applying: [....-..-..] Make commands robust on input line .... +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 Info: Redefining \?\textcommabelow on input line .... +Already applied: [....-..-..] comma accent on input line .... +Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... +Applying: [....-..-..] Add interfaces on input line .... +Already applied: [....-..-..] Add interfaces on input line .... +Applying: [....-..-..] Use \TexOrMath on input line .... +Already applied: [....-..-..] Use \TexOrMath on input line .... +Applying: [....-..-..] \TextOrMath on input line .... +Already applied: [....-..-..] \TextOrMath on input line .... +Applying: [....-..-..] Using \setlength with \dimen 0 on input line .... +Already applied: [....-..-..] Using \setlength with \dimen 0 on input line .... +Applying: [....-..-..] Maybe drop one m on input line .... +Already applied: [....-..-..] Maybe drop one m on input line .... +Applying: [....-..-..] Arbitrary units in \DeclareMathSizes on input line .... +Already applied: [....-..-..] Arbitrary units in \DeclareMathSizes on input line .... +Applying: [....-..-..] Drop m in usefont on input line .... +LaTeX Info: Redefining \usefont on input line .... +Already applied: [....-..-..] Drop m in usefont on input line .... +Applying: [....-..-..] Loading .fd files on input line .... +Already applied: [....-..-..] Loading .fd files on input line .... +Applying: [....-..-..] Provide family substitution on input line .... +Already applied: [....-..-..] Provide family substitution on input line .... +Applying: [....-..-..] No side effects please on input line .... +Already applied: [....-..-..] No side effects please on input line .... +Applying: [....-..-..] Font substitution in preamble on input line .... +Already applied: [....-..-..] Font substitution in preamble on input line .... +Applying: [....-..-..] XeTeX support for \showhyphens on input line .... +LaTeX Info: Redefining \showhyphens on input line .... +Already applied: [....-..-..] XeTeX support for \showhyphens on input line .... +Applying: [....-..-..] Series change rules on input line .... +Already applied: [....-..-..] Series change rules on input line .... +Skipping: [....-..-..] delay fontseries update on input line .... +Applying: [....-..-..] delay fontseries update on input line .... +LaTeX Info: Redefining \fontseries on input line .... +LaTeX Info: Redefining \fontseriesforce on input line .... +Already applied: [....-..-..] delay fontseries update on input line .... +Applying: [....-..-..] Merge series values on input line .... +\series@check@toks=\toks... +Already applied: [....-..-..] Merge series values on input line .... +Applying: [....-..-..] Font shape change rules on input line .... +LaTeX Info: Redefining \ulcshape on input line .... +LaTeX Info: Redefining \swshape on input line .... +LaTeX Info: Redefining \sscshape on input line .... +Already applied: [....-..-..] Font shape change rules on input line .... +Skipping: [....-..-..] Font shape change on input line .... +Applying: [....-..-..] Font shape change on input line .... +LaTeX Info: Redefining \fontshape on input line .... +LaTeX Info: Redefining \fontshapeforce on input line .... +Already applied: [....-..-..] Font shape change on input line .... +Applying: [....-..-..] Font shape change rules on input line .... +Already applied: [....-..-..] Font shape change rules on input line .... +Applying: [....-..-..] NFSS series init on input line .... +Already applied: [....-..-..] NFSS series init on input line .... +Already applied: [....-..-..] NFSS series init on input line .... +Skipping: [....-..-..] Add hook to \selectfont on input line .... +Applying: [....-..-..] Add hook to \selectfont on input line .... +LaTeX Info: Redefining \selectfont on input line .... +Applying: [....-..-..] alias size function on input line .... +Already applied: [....-..-..] alias size function on input line .... +Applying: [....-..-..] \select@group on input line .... +Already applied: [....-..-..] \select@group on input line .... +Applying: [....-..-..] \document@select@group on input line .... +Already applied: [....-..-..] \document@select@group on input line .... +Already applied: [....-..-..] \document@select@group on input line .... +Applying: [....-..-..] Make math accents robust on input line .... +Already applied: [....-..-..] Make math accents robust on input line .... +Applying: [....-..-..] makemath accents robust on input line .... +Already applied: [....-..-..] makemath accents robust on input line .... +Applying: [....-..-..] make delimiters robust on input line .... +Already applied: [....-..-..] make delimiters robust on input line .... +Applying: [....-..-..] Custom series on input line .... +Already applied: [....-..-..] Custom series on input line .... +Applying: [....-..-..] Custom series with hooks on input line .... +LaTeX Info: Redefining \bfseries on input line .... +LaTeX Info: Redefining \mdseries on input line .... +LaTeX Info: Redefining \rmfamily on input line .... +LaTeX Info: Redefining \sffamily on input line .... +LaTeX Info: Redefining \ttfamily on input line .... +Already applied: [....-..-..] Custom series with hooks on input line .... +Already applied: [....-..-..] Custom series with hooks on input line .... +Applying: [....-..-..] Font series context on input line .... +LaTeX Info: Redefining \IfFontSeriesContextTF on input line .... +Already applied: [....-..-..] Font series context on input line .... +Applying: [....-..-..] Nested emph on input line .... +LaTeX Info: Redefining \emreset on input line .... +LaTeX Info: Redefining \em on input line .... +Already applied: [....-..-..] Nested emph on input line .... +Already applied: [....-..-..] Nested emph on input line .... +Applying: [....-..-..] XeTeX change for math on input line .... +LaTeX Info: Redefining \symbol on input line .... +Already applied: [....-..-..] XeTeX change for math on input line .... +Applying: [....-..-..] Add hook to \normalfont on input line .... +LaTeX Info: Redefining \normalfont on input line .... +Already applied: [....-..-..] Add hook to \normalfont on input line .... +Applying: [....-..-..] TU encoding default on input line .... +Already applied: [....-..-..] TU encoding default on input line .... +Applying: [....-..-..] font defaults change on input line .... +Already applied: [....-..-..] font defaults change on input line .... +Applying: [....-..-..] Start LR-mode on input line .... +LaTeX Info: Redefining \big on input line .... +LaTeX Info: Redefining \Big on input line .... +LaTeX Info: Redefining \bigg on input line .... +LaTeX Info: Redefining \Bigg on input line .... +Already applied: [....-..-..] Start LR-mode on input line .... +Applying: [....-..-..] Additional text commands on input line .... +LaTeX Info: Redefining \textulc on input line .... +LaTeX Info: Redefining \textsw on input line .... +LaTeX Info: Redefining \textssc on input line .... +Already applied: [....-..-..] Additional text commands on input line .... +Applying: [....-..-..] Old style numerals on input line .... +LaTeX Info: Redefining \legacyoldstylenums on input line .... +LaTeX Info: Redefining \oldstylenums on input line .... +Already applied: [....-..-..] Old style numerals on input line .... +Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbrokenbar on input line .... +LaTeX Info: Redefining \?\textcent on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textdegree on input line .... +LaTeX Info: Redefining \?\textdiv on input line .... +LaTeX Info: Redefining \?\textlnot on input line .... +LaTeX Info: Redefining \?\textonehalf on input line .... +LaTeX Info: Redefining \?\textonequarter on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textpm on input line .... +LaTeX Info: Redefining \?\textquotesingle on input line .... +LaTeX Info: Redefining \?\textquotestraightbase on input line .... +LaTeX Info: Redefining \?\textquotestraightdblbase on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\textthreequarters on input line .... +LaTeX Info: Redefining \?\texttimes on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textyen on input line .... +LaTeX Info: Redefining \?\textcapitalcompwordmark on input line .... +LaTeX Info: Redefining \?\textascendercompwordmark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \?\capitalacute on input line .... +LaTeX Info: Redefining \?\capitalbreve on input line .... +LaTeX Info: Redefining \?\capitalcaron on input line .... +LaTeX Info: Redefining \?\capitalcedilla on input line .... +LaTeX Info: Redefining \?\capitalcircumflex on input line .... +LaTeX Info: Redefining \?\capitaldieresis on input line .... +LaTeX Info: Redefining \?\capitaldotaccent on input line .... +LaTeX Info: Redefining \?\capitalgrave on input line .... +LaTeX Info: Redefining \?\capitalhungarumlaut on input line .... +LaTeX Info: Redefining \?\capitalmacron on input line .... +LaTeX Info: Redefining \?\capitalogonek on input line .... +LaTeX Info: Redefining \?\capitalring on input line .... +LaTeX Info: Redefining \?\capitaltie on input line .... +LaTeX Info: Redefining \?\capitaltilde on input line .... +LaTeX Info: Redefining \?\newtie on input line .... +LaTeX Info: Redefining \?\capitalnewtie on input line .... +LaTeX Info: Redefining \?\textlbrackdbl on input line .... +LaTeX Info: Redefining \?\textrbrackdbl on input line .... +LaTeX Info: Redefining \?\texteightoldstyle on input line .... +LaTeX Info: Redefining \?\textfiveoldstyle on input line .... +LaTeX Info: Redefining \?\textfouroldstyle on input line .... +LaTeX Info: Redefining \?\textnineoldstyle on input line .... +LaTeX Info: Redefining \?\textoneoldstyle on input line .... +LaTeX Info: Redefining \?\textsevenoldstyle on input line .... +LaTeX Info: Redefining \?\textsixoldstyle on input line .... +LaTeX Info: Redefining \?\textthreeoldstyle on input line .... +LaTeX Info: Redefining \?\texttwooldstyle on input line .... +LaTeX Info: Redefining \?\textzerooldstyle on input line .... +LaTeX Info: Redefining \?\textacutedbl on input line .... +LaTeX Info: Redefining \?\textasciiacute on input line .... +LaTeX Info: Redefining \?\textasciibreve on input line .... +LaTeX Info: Redefining \?\textasciicaron on input line .... +LaTeX Info: Redefining \?\textasciidieresis on input line .... +LaTeX Info: Redefining \?\textasciigrave on input line .... +LaTeX Info: Redefining \?\textasciimacron on input line .... +LaTeX Info: Redefining \?\textgravedbl on input line .... +LaTeX Info: Redefining \?\texttildelow on input line .... +LaTeX Info: Redefining \?\textbaht on input line .... +LaTeX Info: Redefining \?\textbigcircle on input line .... +LaTeX Info: Redefining \?\textborn on input line .... +LaTeX Info: Redefining \?\textcentoldstyle on input line .... +LaTeX Info: Redefining \?\textcircledP on input line .... +LaTeX Info: Redefining \?\textcopyleft on input line .... +LaTeX Info: Redefining \?\textdblhyphenchar on input line .... +LaTeX Info: Redefining \?\textdblhyphen on input line .... +LaTeX Info: Redefining \?\textdied on input line .... +LaTeX Info: Redefining \?\textdiscount on input line .... +LaTeX Info: Redefining \?\textdivorced on input line .... +LaTeX Info: Redefining \?\textdollaroldstyle on input line .... +LaTeX Info: Redefining \?\textguarani on input line .... +LaTeX Info: Redefining \?\textleaf on input line .... +LaTeX Info: Redefining \?\textlquill on input line .... +LaTeX Info: Redefining \?\textmarried on input line .... +LaTeX Info: Redefining \?\textmho on input line .... +LaTeX Info: Redefining \?\textmusicalnote on input line .... +LaTeX Info: Redefining \?\textnaira on input line .... +LaTeX Info: Redefining \?\textopenbullet on input line .... +LaTeX Info: Redefining \?\textpeso on input line .... +LaTeX Info: Redefining \?\textpilcrow on input line .... +LaTeX Info: Redefining \?\textrecipe on input line .... +LaTeX Info: Redefining \?\textreferencemark on input line .... +LaTeX Info: Redefining \?\textrquill on input line .... +LaTeX Info: Redefining \?\textservicemark on input line .... +LaTeX Info: Redefining \?\textsurd on input line .... +LaTeX Info: Redefining \?\textpertenthousand on input line .... +LaTeX Info: Redefining \?\textlangle on input line .... +LaTeX Info: Redefining \?\textrangle on input line .... +LaTeX Info: Redefining \?\textcolonmonetary on input line .... +LaTeX Info: Redefining \?\textdong on input line .... +LaTeX Info: Redefining \?\textdownarrow on input line .... +LaTeX Info: Redefining \?\textleftarrow on input line .... +LaTeX Info: Redefining \?\textlira on input line .... +LaTeX Info: Redefining \?\textrightarrow on input line .... +LaTeX Info: Redefining \?\textuparrow on input line .... +LaTeX Info: Redefining \?\textwon on input line .... +LaTeX Info: Redefining \?\textestimated on input line .... +LaTeX Info: Redefining \?\textnumero on input line .... +LaTeX Info: Redefining \?\textflorin on input line .... +LaTeX Info: Redefining \?\textcurrency on input line .... +LaTeX Info: Redefining \?\textfractionsolidus on input line .... +LaTeX Info: Redefining \?\textohm on input line .... +LaTeX Info: Redefining \?\textmu on input line .... +LaTeX Info: Redefining \?\textminus on input line .... +LaTeX Info: Redefining \?\textblank on input line .... +LaTeX Info: Redefining \?\textinterrobangdown on input line .... +LaTeX Info: Redefining \?\textinterrobang on input line .... +LaTeX Info: Redefining \?\texteuro on input line .... +LaTeX Info: Redefining \?\textcelsius on input line .... +LaTeX Info: Redefining \?\textonesuperior on input line .... +LaTeX Info: Redefining \?\textthreequartersemdash on input line .... +LaTeX Info: Redefining \?\textthreesuperior on input line .... +LaTeX Info: Redefining \?\texttwelveudash on input line .... +LaTeX Info: Redefining \?\texttwosuperior on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Font Info: Changing ? sub-encoding to TS1/9 on input line .... +LaTeX Font Info: Changing ccr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmbr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmss sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmtl sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmtt sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cmvtt sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing pxr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing pxss sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing pxtt sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qag sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qbk sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qcr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qcs sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qhvc sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qhv sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qpl sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qtm sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing qzc sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing txr sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing txss sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing txtt sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing lmr sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing lmdh sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing lmss sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing lmssq sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing lmvtt sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing lmtt sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing ptmx sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing ptmj sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing ul8 sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing bch sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing futj sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing futs sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing futx sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pag sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pbk sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pcr sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing phv sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pnc sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pplj sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pplx sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing ppl sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing ptm sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing pzc sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing ul9 sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing dayroms sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing dayrom sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing augie sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing put sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing uag sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing ugq sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing zi4 sub-encoding to TS1/9 on input line .... +LaTeX Font Info: Changing hls sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing hlst sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing hlct sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing hlh sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing hlx sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing hlce sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing hlcn sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing hlcw sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing hlcf sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing lato-LF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing lato-TLF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing lato-OsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing lato-TOsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing opensans-LF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing opensans-TLF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing opensans-OsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing opensans-TOsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cantarell-LF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cantarell-TLF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cantarell-OsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing cantarell-TOsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing fbb-LF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing fbb-TLF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing fbb-OsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing fbb-TOsF sub-encoding to TS1/0 on input line .... +LaTeX Font Info: Changing tli sub-encoding to TS1/1 on input line .... +LaTeX Font Info: Changing Alegreya-LF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Alegreya-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Alegreya-OsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Alegreya-TOsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing AlegreyaSans-LF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing AlegreyaSans-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing AlegreyaSans-OsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing AlegreyaSans-TOsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing DejaVuSans-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing DejaVuSansCondensed-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing DejaVuSansMono-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing EBGaramond-LF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing EBGaramond-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing EBGaramond-OsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing EBGaramond-TOsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Tempora-TLF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Tempora-TOsF sub-encoding to TS1/2 on input line .... +LaTeX Font Info: Changing Arimo-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Carlito-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Carlito-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Carlito-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Carlito-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing FiraSans-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing FiraSans-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing FiraSans-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing FiraSans-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing IBMPlexSans-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Merriweather-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Montserrat-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Montserrat-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Montserrat-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Montserrat-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing MontserratAlternates-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing MontserratAlternates-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing MontserratAlternates-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing MontserratAlternates-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceCodePro-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceCodePro-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSansPro-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSansPro-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSansPro-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSansPro-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSerifPro-LF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSerifPro-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSerifPro-OsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing SourceSerifPro-TOsF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing Tinos-TLF sub-encoding to TS1/3 on input line .... +LaTeX Font Info: Changing AccanthisADFStdNoThree-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Cabin-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Caladea-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Chivo-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Chivo-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Chivo-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Chivo-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing ClearSans-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Coelacanth-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing CrimsonPro-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing CrimsonPro-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing CrimsonPro-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing CrimsonPro-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing FiraMono-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing FiraMono-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Go-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing GoMono-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSans-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSans-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSans-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSans-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSerif-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSerif-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSerif-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing InriaSerif-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSans-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSans-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSans-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSans-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSerif-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSerif-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSerif-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibertinusSerif-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibreBodoni-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LibreFranklin-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinguisticsPro-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinguisticsPro-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxBiolinumT-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxBiolinumT-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxBiolinumT-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxBiolinumT-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxLibertineT-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxLibertineT-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxLibertineT-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing LinuxLibertineT-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MerriweatherSans-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpirit-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpirit-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpirit-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpirit-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpiritNoTwo-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpiritNoTwo-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpiritNoTwo-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing MintSpiritNoTwo-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTMono-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTSans-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTSansCaption-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTSansNarrow-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTSerif-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing PTSerifCaption-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Raleway-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Raleway-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Roboto-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Roboto-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Roboto-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Roboto-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing RobotoMono-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing RobotoSlab-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Rosario-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Rosario-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Rosario-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Rosario-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing SticksTooText-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing SticksTooText-TLF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing SticksTooText-OsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing SticksTooText-TOsF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing UniversalisADFStd-LF sub-encoding to TS1/4 on input line .... +LaTeX Font Info: Changing Almendra-OsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Baskervaldx-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Baskervaldx-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Baskervaldx-OsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Baskervaldx-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing BaskervilleF-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing BaskervilleF-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing BaskervilleF-OsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing BaskervilleF-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Bitter-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Cinzel-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing CinzelDecorative-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing DejaVuSerif-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing DejaVuSerifCondensed-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing GilliusADF-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing GilliusADFCond-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing GilliusADFNoTwo-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing GilliusADFNoTwoCond-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing LobsterTwo-LF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing OldStandard-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing PlayfairDisplay-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing PlayfairDisplay-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoDidot-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoDidot-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoModern-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoModern-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoOldStyle-TLF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing TheanoOldStyle-TOsF sub-encoding to TS1/5 on input line .... +LaTeX Font Info: Changing Crimson-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing IBMPlexMono-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing IBMPlexSerif-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LibertinusMono-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LibertinusSerifDisplay-LF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineDisplayT-LF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineDisplayT-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineDisplayT-OsF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineDisplayT-TOsF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineMonoT-LF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing LinuxLibertineMonoT-TLF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing Overlock-LF sub-encoding to TS1/6 on input line .... +LaTeX Font Info: Changing CormorantGaramond-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing CormorantGaramond-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing CormorantGaramond-OsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing CormorantGaramond-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Heuristica-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Heuristica-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing IMFELLEnglish-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing LibreBaskerville-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing LibreCaslon-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing LibreCaslon-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing LibreCaslon-OsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing LibreCaslon-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Marcellus-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSans-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSans-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSans-OsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSans-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSansMono-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSansMono-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSerif-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSerif-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSerif-OsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing NotoSerif-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Quattrocento-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing QuattrocentoSans-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing XCharter-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing XCharter-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing erewhon-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing erewhon-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing erewhon-OsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing erewhon-TOsF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing ComicNeue-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing ComicNeueAngular-TLF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Forum-LF sub-encoding to TS1/7 on input line .... +LaTeX Font Info: Changing Cochineal-LF sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing Cochineal-TLF sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing Cochineal-OsF sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing Cochineal-TOsF sub-encoding to TS1/8 on input line .... +LaTeX Font Info: Changing AlgolRevived-TLF sub-encoding to TS1/9 on input line .... +LaTeX Info: Redefining \?\textlegacyasteriskcentered on input line .... +LaTeX Info: Redefining \?\textlegacybardbl on input line .... +LaTeX Info: Redefining \?\textlegacybullet on input line .... +LaTeX Info: Redefining \?\textlegacydaggerdbl on input line .... +LaTeX Info: Redefining \?\textlegacydagger on input line .... +LaTeX Info: Redefining \?\textlegacyparagraph on input line .... +LaTeX Info: Redefining \?\textlegacyperiodcentered on input line .... +LaTeX Info: Redefining \?\textlegacysection on input line .... +Already applied: [....-..-..] Text companion symbols on input line .... +Applying: [....-..-..] Add \@currentcounter on input line .... +LaTeX Info: Redefining \Ref on input line .... +Already applied: [....-..-..] Add \labelformat and \Ref on input line .... +Already applied: [....-..-..] Add \labelformat and \Ref on input line .... +Applying: [....-..-..] Use Hooks on input line .... +Already applied: [....-..-..] Use Hooks on input line .... +Skipping: [....-..-..] kernel before hook on input line .... +Applying: [....-..-..] kernel before hook on input line .... +Applying: [....-..-..] Mask line endings on input line .... +Already applied: [....-..-..] Mask line endings on input line .... +Applying: [....-..-..] Use hook system on input line .... +LaTeX Info: Redefining \begin on input line .... +Already applied: [....-..-..] Making \begin /\end robust on input line .... +Already applied: [....-..-..] Making \begin /\end robust on input line .... +Applying: [....-..-..] Hooks for environments on input line .... +LaTeX Info: Redefining \AtBeginEnvironment on input line .... +LaTeX Info: Redefining \AtEndEnvironment on input line .... +LaTeX Info: Redefining \BeforeBeginEnvironment on input line .... +LaTeX Info: Redefining \AfterEndEnvironment on input line .... +Already applied: [....-..-..] Hooks for environments on input line .... +Applying: [....-..-..] Make robust on input line .... +Already applied: [....-..-..] Make robust on input line .... +Applying: [....-..-..] centering, etc support calc on input line .... +Already applied: [....-..-..] centering, etc support calc on input line .... +Applying: [....-..-..] Set finaldhypendemerits on input line .... +LaTeX Info: Redefining \centering on input line .... +LaTeX Info: Redefining \raggedright on input line .... +LaTeX Info: Redefining \raggedleft on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] Disable hyphenation in verbatim on input line .... +Already applied: [....-..-..] Disable hyphenation in verbatim on input line .... +Applying: [....-..-..] Setup visible space for \verb on input line .... +LaTeX Info: Redefining \asciispace on input line .... +\@verbvisiblespacebox=\box... +Already applied: [....-..-..] Setup visible space for \verb on input line .... +Applying: [....-..-..] Drop spaces before \verb delimiter on input line .... +Already applied: [....-..-..] Setup visible space for \verb on input line .... +Already applied: [....-..-..] Setup visible space for \verb on input line .... +Applying: [....-..-..] Disable hyphenation in verb on input line .... +Already applied: [....-..-..] Disable hyphenation in verb on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \vphantom on input line .... +LaTeX Info: Redefining \hphantom on input line .... +LaTeX Info: Redefining \phantom on input line .... +LaTeX Info: Redefining \mathstrut on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] Start LR-mode on input line .... +Already applied: [....-..-..] Start LR-mode on input line .... +Applying: [....-..-..] Start LR-mode on input line .... +Already applied: [....-..-..] Start LR-mode on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \cases on input line .... +LaTeX Info: Redefining \matrix on input line .... +LaTeX Info: Redefining \pmatrix on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] amsmath spacing commands on input line .... +LaTeX Info: Redefining \tmspace on input line .... +LaTeX Info: Redefining \, on input line .... +LaTeX Info: Redefining \! on input line .... +LaTeX Info: Redefining \: on input line .... +LaTeX Info: Redefining \negmedspace on input line .... +LaTeX Info: Redefining \; on input line .... +LaTeX Info: Redefining \negthickspace on input line .... +Already applied: [....-..-..] amsmath spacing commands on input line .... +Applying: [....-..-..] Make \( robust on input line .... +LaTeX Info: Redefining \( on input line .... +LaTeX Info: Redefining \) on input line .... +Already applied: [....-..-..] Make \( robust on input line .... +Applying: [....-..-..] Make \[ robust on input line .... +LaTeX Info: Redefining \[ on input line .... +LaTeX Info: Redefining \] on input line .... +Already applied: [....-..-..] Make \[ robust on input line .... +Applying: [....-..-..] eqnarray support calc syntax on input line .... +Already applied: [....-..-..] eqnarray support calc syntax on input line .... +Applying: [....-..-..] Make \makebox robust on input line .... +LaTeX Info: Redefining \makebox on input line .... +Already applied: [....-..-..] Make \makebox robust on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] Make \savebox robust on input line .... +LaTeX Info: Redefining \savebox on input line .... +Already applied: [....-..-..] Make \savebox robust on input line .... +Applying: [....-..-..] Make \framebox robust on input line .... +LaTeX Info: Redefining \framebox on input line .... +Already applied: [....-..-..] Make \framebox robust on input line .... +Applying: [....-..-..] Make \parbox robust on input line .... +LaTeX Info: Redefining \parbox on input line .... +Already applied: [....-..-..] Make \parbox robust on input line .... +Applying: [....-..-..] reset \lineskiplimit on input line .... +Already applied: [....-..-..] reset \lineskiplimit on input line .... +Applying: [....-..-..] Make \rule robust on input line .... +LaTeX Info: Redefining \rule on input line .... +Already applied: [....-..-..] Make \rule robust on input line .... +Applying: [....-..-..] Make \raisebox robust on input line .... +LaTeX Info: Redefining \raisebox on input line .... +Already applied: [....-..-..] Make \raisebox robust on input line .... +Applying: [....-..-..] Tabbing calc syntax on input line .... +Already applied: [....-..-..] Tabbing calc syntax on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \pushtabs on input line .... +LaTeX Info: Redefining \poptabs on input line .... +LaTeX Info: Redefining \kill on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] tabular support calc syntax on input line .... +Already applied: [....-..-..] tabular support calc syntax on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] \shortstack calc support on input line .... +Already applied: [....-..-..] \shortstack calc support on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] Avoid almost zero length leaders on input line .... +Already applied: [....-..-..] Avoid almost zero length leaders on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] Avoid almost zero length leaders on input line .... +Already applied: [....-..-..] Avoid almost zero length leaders on input line .... +Applying: [....-..-..] Avoid almost zero length leaders on input line .... +Already applied: [....-..-..] Avoid almost zero length leaders on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] default units on input line .... +Already applied: [....-..-..] default units on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: The control sequence `\bezier' is already robust on input line .... +LaTeX Info: The control sequence `\circle' is already robust on input line .... +LaTeX Info: The control sequence `\linethickness' is already robust on input line .... +LaTeX Info: The control sequence `\oval' is already robust on input line .... +LaTeX Info: The control sequence `\qbezier' is already robust on input line .... +LaTeX Info: The control sequence `\shortstack' is already robust on input line .... +LaTeX Info: The control sequence `\thinlines' is already robust on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \title on input line .... +LaTeX Info: Redefining \author on input line .... +LaTeX Info: Redefining \date on input line .... +LaTeX Info: Redefining \thanks on input line .... +LaTeX Info: Redefining \and on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] fourth argument on input line .... +Already applied: [....-..-..] Mask line endings on input line .... +Already applied: [....-..-..] Mask line endings on input line .... +Applying: [....-..-..] Prevent protrusion on input line .... +LaTeX Info: Redefining \noprotrusion on input line .... +Already applied: [....-..-..] Prevent protrusion on input line .... +Applying: [....-..-..] Check float options on input line .... +Already applied: [....-..-..] Check float options on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] superscript baseline on input line .... +Already applied: [....-..-..] superscript baseline on input line .... +Applying: [....-..-..] \textsubscript on input line .... +LaTeX Info: Redefining \textsubscript on input line .... +Already applied: [....-..-..] \textsubscript on input line .... +Applying: [....-..-..] subscript baseline on input line .... +Already applied: [....-..-..] subscript baseline on input line .... +Already applied: [....-..-..] subscript baseline on input line .... +Skipping: [....-..-..] Allow nocite in preamble on input line .... +Applying: [....-..-..] Allow nocite in preamble on input line .... +Applying: [....-..-..] Make commands robust on input line .... +LaTeX Info: Redefining \markboth on input line .... +LaTeX Info: Redefining \markright on input line .... +Already applied: [....-..-..] Make commands robust on input line .... +Applying: [....-..-..] Add \@currpath on input line .... +Already applied: [....-..-..] Add \@currpath on input line .... +Applying: [....-..-..] Add \@expl@push@filename@@ and \@expl@push@filename@aux@@ on input line .... +Already applied: [....-..-..] Add \@expl@push@filename@@ on input line .... +Already applied: [....-..-..] Add \@expl@push@filename@@ and \@expl@push@filename@aux@@ on input line .... +Applying: [....-..-..] Add \@expl@pop@filename@@ on input line .... +Already applied: [....-..-..] Add \@expl@push@filename@@ on input line .... +Already applied: [....-..-..] Add \@expl@push@filename@@ and \@expl@push@filename@aux@@ on input line .... +Applying: [....-..-..] Add \@kernel@currpathstack on input line .... +Already applied: [....-..-..] Add \@kernel@currpathstack on input line .... +Applying: [....-..-..] Test format date on input line .... +Already applied: [....-..-..] Test format date on input line .... +Applying: [....-..-..] Guard against bad input on input line .... +Already applied: [....-..-..] Guard against bad input on input line .... +Applying: [....-..-..] Spaces in option clash check on input line .... +Already applied: [....-..-..] Spaces in option clash check on input line .... +Applying: [....-..-..] Check name with \strcmp on input line .... +Already applied: [....-..-..] Undo: check name with \strcmp on input line .... +Applying: [....-..-..] Allow for package substitution on input line .... +Already applied: [....-..-..] Protection for package info on input line .... +Already applied: [....-..-..] Protection for package info on input line .... +Applying: [....-..-..] Track \ProvidesPackage on input line .... +Applying: [....-..-..] Add file replacement in \@pass@ptions on input line .... +Already applied: [....-..-..] \@pass@ptions on input line .... +Applying: [....-..-..] Unused options issue on input line .... +Already applied: [....-..-..] Unused options issue on input line .... +Applying: [....-..-..] Spaces in \ExecuteOptions on input line .... +Already applied: [....-..-..] Spaces in \ExecuteOptions on input line .... +Applying: [....-..-..] Unused options issue on input line .... +Already applied: [....-..-..] Unused options issue on input line .... +Applying: [....-..-..] ifx tests in \@fileswith@pti@ns on input line .... +Already applied: [....-..-..] ifx tests in \@fileswith@pti@ns on input line .... +Applying: [....-..-..] Hooks and unused options issue on input line .... +Already applied: [....-..-..] Hooks and unused options issue on input line .... +Applying: [....-..-..] Use hook system on input line .... +LaTeX Info: Redefining \AtBeginDocument on input line .... +LaTeX Info: Redefining \AtEndDocument on input line .... +Already applied: [....-..-..] Use hook system on input line .... +Applying: [....-..-..] Define \q@curr@file directly (gh/220) on input line .... +Already applied: [....-..-..] Spaces in file names + optional arg on input line .... +Already applied: [....-..-..] Spaces in file names + optional arg on input line .... +Applying: [....-..-..] Hook management file on input line .... +Already applied: [....-..-..] Hook management file on input line .... +Applying: [....-..-..] File helpers on input line .... +Applying: [....-..-..] Roll forward help on input line .... +Applying: [....-..-..] Hook management (files) on input line .... +Already applied: [....-..-..] Hook management (files) on input line .... +Already applied: [....-..-..] Hook management (files) on input line .... +Applying: [....-..-..] Declaring file substitution on input line .... +Applying: [....-..-..] File substitution on input line .... +Already applied: [....-..-..] File substitution on input line .... +Applying: [....-..-..] Setting current file name on input line .... +Already applied: [....-..-..] Setting current file name on input line .... +Already applied: [....-..-..] Setting current file name on input line .... +Applying: [....-..-..] Make file csname on input line .... +Applying: [....-..-..] Set curr file on input line .... +Applying: [....-..-..] Replace files detect loops on input line .... +Applying: [....-..-..] Tortoise and Hare on input line .... +Applying: [....-..-..] Disable packages on input line .... +Already applied: [....-..-..] Disable packages on input line .... +Applying: [....-..-..] 2e tmp interfaces on input line .... +Already applied: [....-..-..] 2e tmp interfaces on input line .... +Applying: [....-..-..] Hook management (shipout) on input line .... +\l_shipout_box=\box... +\l__shipout_raw_box=\box... +\l__shipout_firstpage_box=\box... +\l_shipout_box_ht_dim=\dimen... +\l_shipout_box_dp_dim=\dimen... +\l_shipout_box_wd_dim=\dimen... +\l_shipout_box_ht_plus_dp_dim=\dimen... +\l__shipout_tmp_box=\box... +\g_shipout_readonly_int=\count... +\g_shipout_totalpages_int=\count... +Already applied: [....-..-..] Hook management (shipout) on input line .... +Applying: [....-..-..] atenddvi emulation on input line .... +Already applied: [....-..-..] atenddvi emulation on input line .... +Applying: [....-..-..] Extended float list on input line .... +\bx@S=\insert... +\bx@T=\insert... +\bx@U=\insert... +\bx@V=\insert... +\bx@W=\insert... +\bx@X=\insert... +\bx@Y=\insert... +\bx@Z=\insert... +\bx@AA=\insert... +\bx@BB=\insert... +\bx@CC=\insert... +\bx@DD=\insert... +\bx@EE=\insert... +\bx@FF=\insert... +\bx@GG=\insert... +\bx@HH=\insert... +\bx@II=\insert... +\bx@JJ=\insert... +\bx@KK=\insert... +\bx@LL=\insert... +\bx@MM=\insert... +\bx@NN=\insert... +\bx@OO=\insert... +\bx@PP=\insert... +\bx@QQ=\insert... +\bx@RR=\insert... +\bx@SS=\insert... +\bx@TT=\insert... +\bx@UU=\insert... +\bx@VV=\insert... +\bx@WW=\insert... +\bx@XX=\insert... +\bx@YY=\insert... +\bx@ZZ=\insert... +Already applied: [....-..-..] Extended float list on input line .... +Applying: [....-..-..] Check depth of page on input line .... +Already applied: [....-..-..] Check depth of page on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] Reset language for hyphenation on input line .... +Already applied: [....-..-..] Reset language for hyphenation on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] float order in 2-column on input line .... +Already applied: [....-..-..] float order in 2-column on input line .... +Applying: [....-..-..] negative height floats on input line .... +Already applied: [....-..-..] negative height floats on input line .... +Applying: [....-..-..] 2 column marks on input line .... +Already applied: [....-..-..] 2 column marks on input line .... +Applying: [....-..-..] NFSS version1 commands on input line .... +Already applied: [....-..-..] NFSS version1 commands on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Extended Allocation on input line .... +Already applied: [....-..-..] Extended Allocation on input line .... +Applying: [....-..-..] Start of XeTeX class allocator on input line .... +Already applied: [....-..-..] Start of XeTeX class allocator on input line .... +Already applied: [....-..-..] Start of XeTeX class allocator on input line .... +Applying: [....-..-..] XeTeX character classes on input line .... +Already applied: [....-..-..] XeTeX character classes on input line .... +Applying: [....-..-..] Save language for hyphenation on input line .... +Already applied: [....-..-..] Save language for hyphenation on input line .... +Applying: [....-..-..] UTF-8 default on input line .... +(utf8.def +File: utf8.def ....-..-.. v... UTF-8 support for inputenc +Now handling font encoding OML ... +... no UTF-8 mapping file for font encoding OML +Now handling font encoding OMS ... +... processing UTF-8 mapping file for font encoding OMS +(omsenc.dfu +File: omsenc.dfu ....-..-.. v... UTF-8 support for inputenc + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) +) +Now handling font encoding OT1 ... +... processing UTF-8 mapping file for font encoding OT1 +(ot1enc.dfu +File: ot1enc.dfu ....-..-.. v... UTF-8 support for inputenc + defining Unicode char U+00A0 (decimal 160) + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AD (decimal 173) + defining Unicode char U+00B8 (decimal 184) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0174 (decimal 372) + defining Unicode char U+0175 (decimal 373) + defining Unicode char U+0176 (decimal 374) + defining Unicode char U+0177 (decimal 375) + defining Unicode char U+0218 (decimal 536) + defining Unicode char U+0219 (decimal 537) + defining Unicode char U+021A (decimal 538) + defining Unicode char U+021B (decimal 539) + defining Unicode char U+0237 (decimal 567) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+FB00 (decimal 64256) + defining Unicode char U+FB01 (decimal 64257) + defining Unicode char U+FB02 (decimal 64258) + defining Unicode char U+FB03 (decimal 64259) + defining Unicode char U+FB04 (decimal 64260) + defining Unicode char U+FB05 (decimal 64261) + defining Unicode char U+FB06 (decimal 64262) +) +Now handling font encoding T1 ... +... processing UTF-8 mapping file for font encoding T1 +(t1enc.dfu +File: t1enc.dfu ....-..-.. v... UTF-8 support for inputenc + defining Unicode char U+00A0 (decimal 160) + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00AD (decimal 173) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0100 (decimal 256) + defining Unicode char U+0101 (decimal 257) + defining Unicode char U+0102 (decimal 258) + defining Unicode char U+0103 (decimal 259) + defining Unicode char U+0104 (decimal 260) + defining Unicode char U+0105 (decimal 261) + defining Unicode char U+0106 (decimal 262) + defining Unicode char U+0107 (decimal 263) + defining Unicode char U+0108 (decimal 264) + defining Unicode char U+0109 (decimal 265) + defining Unicode char U+010A (decimal 266) + defining Unicode char U+010B (decimal 267) + defining Unicode char U+010C (decimal 268) + defining Unicode char U+010D (decimal 269) + defining Unicode char U+010E (decimal 270) + defining Unicode char U+010F (decimal 271) + defining Unicode char U+0110 (decimal 272) + defining Unicode char U+0111 (decimal 273) + defining Unicode char U+0112 (decimal 274) + defining Unicode char U+0113 (decimal 275) + defining Unicode char U+0114 (decimal 276) + defining Unicode char U+0115 (decimal 277) + defining Unicode char U+0116 (decimal 278) + defining Unicode char U+0117 (decimal 279) + defining Unicode char U+0118 (decimal 280) + defining Unicode char U+0119 (decimal 281) + defining Unicode char U+011A (decimal 282) + defining Unicode char U+011B (decimal 283) + defining Unicode char U+011C (decimal 284) + defining Unicode char U+011D (decimal 285) + defining Unicode char U+011E (decimal 286) + defining Unicode char U+011F (decimal 287) + defining Unicode char U+0120 (decimal 288) + defining Unicode char U+0121 (decimal 289) + defining Unicode char U+0122 (decimal 290) + defining Unicode char U+0123 (decimal 291) + defining Unicode char U+0124 (decimal 292) + defining Unicode char U+0125 (decimal 293) + defining Unicode char U+0128 (decimal 296) + defining Unicode char U+0129 (decimal 297) + defining Unicode char U+012A (decimal 298) + defining Unicode char U+012B (decimal 299) + defining Unicode char U+012C (decimal 300) + defining Unicode char U+012D (decimal 301) + defining Unicode char U+012E (decimal 302) + defining Unicode char U+012F (decimal 303) + defining Unicode char U+0130 (decimal 304) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0132 (decimal 306) + defining Unicode char U+0133 (decimal 307) + defining Unicode char U+0134 (decimal 308) + defining Unicode char U+0135 (decimal 309) + defining Unicode char U+0136 (decimal 310) + defining Unicode char U+0137 (decimal 311) + defining Unicode char U+0139 (decimal 313) + defining Unicode char U+013A (decimal 314) + defining Unicode char U+013B (decimal 315) + defining Unicode char U+013C (decimal 316) + defining Unicode char U+013D (decimal 317) + defining Unicode char U+013E (decimal 318) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0143 (decimal 323) + defining Unicode char U+0144 (decimal 324) + defining Unicode char U+0145 (decimal 325) + defining Unicode char U+0146 (decimal 326) + defining Unicode char U+0147 (decimal 327) + defining Unicode char U+0148 (decimal 328) + defining Unicode char U+014A (decimal 330) + defining Unicode char U+014B (decimal 331) + defining Unicode char U+014C (decimal 332) + defining Unicode char U+014D (decimal 333) + defining Unicode char U+014E (decimal 334) + defining Unicode char U+014F (decimal 335) + defining Unicode char U+0150 (decimal 336) + defining Unicode char U+0151 (decimal 337) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0154 (decimal 340) + defining Unicode char U+0155 (decimal 341) + defining Unicode char U+0156 (decimal 342) + defining Unicode char U+0157 (decimal 343) + defining Unicode char U+0158 (decimal 344) + defining Unicode char U+0159 (decimal 345) + defining Unicode char U+015A (decimal 346) + defining Unicode char U+015B (decimal 347) + defining Unicode char U+015C (decimal 348) + defining Unicode char U+015D (decimal 349) + defining Unicode char U+015E (decimal 350) + defining Unicode char U+015F (decimal 351) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0162 (decimal 354) + defining Unicode char U+0163 (decimal 355) + defining Unicode char U+0164 (decimal 356) + defining Unicode char U+0165 (decimal 357) + defining Unicode char U+0168 (decimal 360) + defining Unicode char U+0169 (decimal 361) + defining Unicode char U+016A (decimal 362) + defining Unicode char U+016B (decimal 363) + defining Unicode char U+016C (decimal 364) + defining Unicode char U+016D (decimal 365) + defining Unicode char U+016E (decimal 366) + defining Unicode char U+016F (decimal 367) + defining Unicode char U+0170 (decimal 368) + defining Unicode char U+0171 (decimal 369) + defining Unicode char U+0172 (decimal 370) + defining Unicode char U+0173 (decimal 371) + defining Unicode char U+0174 (decimal 372) + defining Unicode char U+0175 (decimal 373) + defining Unicode char U+0176 (decimal 374) + defining Unicode char U+0177 (decimal 375) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+0179 (decimal 377) + defining Unicode char U+017A (decimal 378) + defining Unicode char U+017B (decimal 379) + defining Unicode char U+017C (decimal 380) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+01CD (decimal 461) + defining Unicode char U+01CE (decimal 462) + defining Unicode char U+01CF (decimal 463) + defining Unicode char U+01D0 (decimal 464) + defining Unicode char U+01D1 (decimal 465) + defining Unicode char U+01D2 (decimal 466) + defining Unicode char U+01D3 (decimal 467) + defining Unicode char U+01D4 (decimal 468) + defining Unicode char U+01E2 (decimal 482) + defining Unicode char U+01E3 (decimal 483) + defining Unicode char U+01E6 (decimal 486) + defining Unicode char U+01E7 (decimal 487) + defining Unicode char U+01E8 (decimal 488) + defining Unicode char U+01E9 (decimal 489) + defining Unicode char U+01EA (decimal 490) + defining Unicode char U+01EB (decimal 491) + defining Unicode char U+01F0 (decimal 496) + defining Unicode char U+01F4 (decimal 500) + defining Unicode char U+01F5 (decimal 501) + defining Unicode char U+0218 (decimal 536) + defining Unicode char U+0219 (decimal 537) + defining Unicode char U+021A (decimal 538) + defining Unicode char U+021B (decimal 539) + defining Unicode char U+0232 (decimal 562) + defining Unicode char U+0233 (decimal 563) + defining Unicode char U+0237 (decimal 567) + defining Unicode char U+02D9 (decimal 729) + defining Unicode char U+02DB (decimal 731) + defining Unicode char U+1E02 (decimal 7682) + defining Unicode char U+1E03 (decimal 7683) + defining Unicode char U+1E9E (decimal 7838) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2010 (decimal 8208) + defining Unicode char U+2011 (decimal 8209) + defining Unicode char U+2012 (decimal 8210) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2015 (decimal 8213) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201A (decimal 8218) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+201E (decimal 8222) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2423 (decimal 9251) + defining Unicode char U+1E20 (decimal 7712) + defining Unicode char U+1E21 (decimal 7713) + defining Unicode char U+FB00 (decimal 64256) + defining Unicode char U+FB01 (decimal 64257) + defining Unicode char U+FB02 (decimal 64258) + defining Unicode char U+FB03 (decimal 64259) + defining Unicode char U+FB04 (decimal 64260) + defining Unicode char U+FB05 (decimal 64261) + defining Unicode char U+FB06 (decimal 64262) +) +Now handling font encoding TS1 ... +... processing UTF-8 mapping file for font encoding TS1 +(ts1enc.dfu +File: ts1enc.dfu ....-..-.. v... UTF-8 support for inputenc + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00A8 (decimal 168) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AC (decimal 172) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00AF (decimal 175) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B1 (decimal 177) + defining Unicode char U+00B2 (decimal 178) + defining Unicode char U+00B3 (decimal 179) + defining Unicode char U+00B4 (decimal 180) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00B9 (decimal 185) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00D7 (decimal 215) + defining Unicode char U+00F7 (decimal 247) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C7 (decimal 711) + defining Unicode char U+02D8 (decimal 728) + defining Unicode char U+02DD (decimal 733) + defining Unicode char U+0E3F (decimal 3647) + defining Unicode char U+2016 (decimal 8214) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+203B (decimal 8251) + defining Unicode char U+203D (decimal 8253) + defining Unicode char U+2044 (decimal 8260) + defining Unicode char U+204E (decimal 8270) + defining Unicode char U+2052 (decimal 8274) + defining Unicode char U+20A1 (decimal 8353) + defining Unicode char U+20A4 (decimal 8356) + defining Unicode char U+20A6 (decimal 8358) + defining Unicode char U+20A9 (decimal 8361) + defining Unicode char U+20AB (decimal 8363) + defining Unicode char U+20AC (decimal 8364) + defining Unicode char U+20B1 (decimal 8369) + defining Unicode char U+2103 (decimal 8451) + defining Unicode char U+2116 (decimal 8470) + defining Unicode char U+2117 (decimal 8471) + defining Unicode char U+211E (decimal 8478) + defining Unicode char U+2120 (decimal 8480) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2126 (decimal 8486) + defining Unicode char U+2127 (decimal 8487) + defining Unicode char U+212E (decimal 8494) + defining Unicode char U+2190 (decimal 8592) + defining Unicode char U+2191 (decimal 8593) + defining Unicode char U+2192 (decimal 8594) + defining Unicode char U+2193 (decimal 8595) + defining Unicode char U+2329 (decimal 9001) + defining Unicode char U+232A (decimal 9002) + defining Unicode char U+2422 (decimal 9250) + defining Unicode char U+25E6 (decimal 9702) + defining Unicode char U+25EF (decimal 9711) + defining Unicode char U+266A (decimal 9834) + defining Unicode char U+27E8 (decimal 10216) + defining Unicode char U+27E9 (decimal 10217) + defining Unicode char U+FEFF (decimal 65279) +) +Now handling font encoding OMX ... +... no UTF-8 mapping file for font encoding OMX +Now handling font encoding U ... +... no UTF-8 mapping file for font encoding U + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2423 (decimal 9251) + defining Unicode char U+FEFF (decimal 65279) +) +Already applied: [....-..-..] UTF-8 default on input line .... +) +! Package hooks Error: ERROR! This should not happen. Tried to pop from an +(hooks) empty file name stack. +(hooks) Please report at https://github.com/latex3/latex2e. +Type to continue. + ... +l. ... +LaTeX does not know anything more about this error, sorry. +Try typing to proceed. +If that doesn't work, type X to quit. +! Package hooks Error: ERROR! This should not happen. Tried to pop from an +(hooks) empty file name stack. +(hooks) Please report at https://github.com/latex3/latex2e. +Type to continue. + ... +l. ... +LaTeX does not know anything more about this error, sorry. +Try typing to proceed. +If that doesn't work, type X to quit. +Runaway argument? +\@empty \@expl@pop@filename@@ \@reset@ptions \relax +! Paragraph ended before \@p@pfilepath@aux was complete. + + \par +l. ... +I suspect you've forgotten a `}', causing me to apply this +control sequence to too much text. How can we recover? +My plan is to forget the whole thing and hope for the best. +[1] +! Package hooks Error: Missing \PopDefaultHookLabel. +(hooks) The label `top-level' was pushed but never popped. +(hooks) Something is wrong. +Type to continue. + ... +l. ...\end{document} +LaTeX does not know anything more about this error, sorry. +Try typing to proceed. +If that doesn't work, type X to quit. +(github-0479.aux) diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg index 0a81d6cf3..829c68546 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg @@ -222,6 +222,23 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Skipping: [....-..-..] Add \labelformat and \Ref on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... @@ -596,8 +613,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -702,6 +721,27 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \OT1\textdollar on input line .... +LaTeX Info: Redefining \OT1\textsterling on input line .... +LaTeX Info: Redefining \T1\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \T1\textpertenthousand on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... Already applied: [....-..-..] Add \labelformat and \Ref on input line .... diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg index 3100d9d38..7a78bd4f9 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg @@ -216,6 +216,23 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Skipping: [....-..-..] Add \labelformat and \Ref on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... @@ -580,8 +597,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -686,6 +705,27 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \OT1\textdollar on input line .... +LaTeX Info: Redefining \OT1\textsterling on input line .... +LaTeX Info: Redefining \T1\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \T1\textpertenthousand on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... Already applied: [....-..-..] Add \labelformat and \Ref 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 fd4391cf4..33288744a 100644 --- a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg +++ b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg @@ -216,6 +216,23 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Skipping: [....-..-..] Add \labelformat and \Ref on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... @@ -589,8 +606,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -695,6 +714,27 @@ Applying: [....-..-..] Old style numerals on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Skipping: [....-..-..] Text companion symbols on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \OT1\textdollar on input line .... +LaTeX Info: Redefining \OT1\textsterling on input line .... +LaTeX Info: Redefining \T1\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \T1\textpertenthousand on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... Already applied: [....-..-..] Add \labelformat and \Ref on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.luatex.tlg b/base/testfiles/tlb-rollback-004-often.luatex.tlg index f3d8a7ca2..4e3a8c9d3 100644 --- a/base/testfiles/tlb-rollback-004-often.luatex.tlg +++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg @@ -149,8 +149,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -264,6 +266,143 @@ LaTeX Info: Redefining \legacyoldstylenums on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Already applied: [....-..-..] Old style numerals on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbrokenbar on input line .... +LaTeX Info: Redefining \?\textcent on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textdegree on input line .... +LaTeX Info: Redefining \?\textdiv on input line .... +LaTeX Info: Redefining \?\textlnot on input line .... +LaTeX Info: Redefining \?\textonehalf on input line .... +LaTeX Info: Redefining \?\textonequarter on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textpm on input line .... +LaTeX Info: Redefining \?\textquotesingle on input line .... +LaTeX Info: Redefining \?\textquotestraightbase on input line .... +LaTeX Info: Redefining \?\textquotestraightdblbase on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\textthreequarters on input line .... +LaTeX Info: Redefining \?\texttimes on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textyen on input line .... +LaTeX Info: Redefining \?\textcapitalcompwordmark on input line .... +LaTeX Info: Redefining \?\textascendercompwordmark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \?\capitalacute on input line .... +LaTeX Info: Redefining \?\capitalbreve on input line .... +LaTeX Info: Redefining \?\capitalcaron on input line .... +LaTeX Info: Redefining \?\capitalcedilla on input line .... +LaTeX Info: Redefining \?\capitalcircumflex on input line .... +LaTeX Info: Redefining \?\capitaldieresis on input line .... +LaTeX Info: Redefining \?\capitaldotaccent on input line .... +LaTeX Info: Redefining \?\capitalgrave on input line .... +LaTeX Info: Redefining \?\capitalhungarumlaut on input line .... +LaTeX Info: Redefining \?\capitalmacron on input line .... +LaTeX Info: Redefining \?\capitalnewtie on input line .... +LaTeX Info: Redefining \?\capitalogonek on input line .... +LaTeX Info: Redefining \?\capitalring on input line .... +LaTeX Info: Redefining \?\capitaltie on input line .... +LaTeX Info: Redefining \?\capitaltilde on input line .... +LaTeX Info: Redefining \?\newtie on input line .... +LaTeX Info: Redefining \?\textlbrackdbl on input line .... +LaTeX Info: Redefining \?\textrbrackdbl on input line .... +LaTeX Info: Redefining \?\texteightoldstyle on input line .... +LaTeX Info: Redefining \?\textfiveoldstyle on input line .... +LaTeX Info: Redefining \?\textfouroldstyle on input line .... +LaTeX Info: Redefining \?\textnineoldstyle on input line .... +LaTeX Info: Redefining \?\textoneoldstyle on input line .... +LaTeX Info: Redefining \?\textsevenoldstyle on input line .... +LaTeX Info: Redefining \?\textsixoldstyle on input line .... +LaTeX Info: Redefining \?\textthreeoldstyle on input line .... +LaTeX Info: Redefining \?\texttwooldstyle on input line .... +LaTeX Info: Redefining \?\textzerooldstyle on input line .... +LaTeX Info: Redefining \?\textacutedbl on input line .... +LaTeX Info: Redefining \?\textasciiacute on input line .... +LaTeX Info: Redefining \?\textasciibreve on input line .... +LaTeX Info: Redefining \?\textasciicaron on input line .... +LaTeX Info: Redefining \?\textasciidieresis on input line .... +LaTeX Info: Redefining \?\textasciigrave on input line .... +LaTeX Info: Redefining \?\textasciimacron on input line .... +LaTeX Info: Redefining \?\textgravedbl on input line .... +LaTeX Info: Redefining \?\texttildelow on input line .... +LaTeX Info: Redefining \?\textbaht on input line .... +LaTeX Info: Redefining \?\textbigcircle on input line .... +LaTeX Info: Redefining \?\textborn on input line .... +LaTeX Info: Redefining \?\textcentoldstyle on input line .... +LaTeX Info: Redefining \?\textcircledP on input line .... +LaTeX Info: Redefining \?\textcopyleft on input line .... +LaTeX Info: Redefining \?\textdblhyphenchar on input line .... +LaTeX Info: Redefining \?\textdblhyphen on input line .... +LaTeX Info: Redefining \?\textdied on input line .... +LaTeX Info: Redefining \?\textdiscount on input line .... +LaTeX Info: Redefining \?\textdivorced on input line .... +LaTeX Info: Redefining \?\textdollaroldstyle on input line .... +LaTeX Info: Redefining \?\textguarani on input line .... +LaTeX Info: Redefining \?\textleaf on input line .... +LaTeX Info: Redefining \?\textlquill on input line .... +LaTeX Info: Redefining \?\textmarried on input line .... +LaTeX Info: Redefining \?\textmho on input line .... +LaTeX Info: Redefining \?\textmusicalnote on input line .... +LaTeX Info: Redefining \?\textnaira on input line .... +LaTeX Info: Redefining \?\textopenbullet on input line .... +LaTeX Info: Redefining \?\textpeso on input line .... +LaTeX Info: Redefining \?\textpilcrow on input line .... +LaTeX Info: Redefining \?\textrecipe on input line .... +LaTeX Info: Redefining \?\textreferencemark on input line .... +LaTeX Info: Redefining \?\textrquill on input line .... +LaTeX Info: Redefining \?\textservicemark on input line .... +LaTeX Info: Redefining \?\textsurd on input line .... +LaTeX Info: Redefining \?\textpertenthousand on input line .... +LaTeX Info: Redefining \?\textlangle on input line .... +LaTeX Info: Redefining \?\textrangle on input line .... +LaTeX Info: Redefining \?\textcolonmonetary on input line .... +LaTeX Info: Redefining \?\textdong on input line .... +LaTeX Info: Redefining \?\textdownarrow on input line .... +LaTeX Info: Redefining \?\textleftarrow on input line .... +LaTeX Info: Redefining \?\textlira on input line .... +LaTeX Info: Redefining \?\textrightarrow on input line .... +LaTeX Info: Redefining \?\textuparrow on input line .... +LaTeX Info: Redefining \?\textwon on input line .... +LaTeX Info: Redefining \?\textestimated on input line .... +LaTeX Info: Redefining \?\textnumero on input line .... +LaTeX Info: Redefining \?\textflorin on input line .... +LaTeX Info: Redefining \?\textcurrency on input line .... +LaTeX Info: Redefining \?\textfractionsolidus on input line .... +LaTeX Info: Redefining \?\textohm on input line .... +LaTeX Info: Redefining \?\textmu on input line .... +LaTeX Info: Redefining \?\textminus on input line .... +LaTeX Info: Redefining \?\textblank on input line .... +LaTeX Info: Redefining \?\textinterrobangdown on input line .... +LaTeX Info: Redefining \?\textinterrobang on input line .... +LaTeX Info: Redefining \?\texteuro on input line .... +LaTeX Info: Redefining \?\textcelsius on input line .... +LaTeX Info: Redefining \?\textonesuperior on input line .... +LaTeX Info: Redefining \?\textthreequartersemdash on input line .... +LaTeX Info: Redefining \?\textthreesuperior on input line .... +LaTeX Info: Redefining \?\texttwelveudash on input line .... +LaTeX Info: Redefining \?\texttwosuperior on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \TU\textzerooldstyle on input line .... +LaTeX Info: Redefining \TU\textoneoldstyle on input line .... +LaTeX Info: Redefining \TU\texttwooldstyle on input line .... +LaTeX Info: Redefining \TU\textthreeoldstyle on input line .... +LaTeX Info: Redefining \TU\textfouroldstyle on input line .... +LaTeX Info: Redefining \TU\textfiveoldstyle on input line .... +LaTeX Info: Redefining \TU\textsixoldstyle on input line .... +LaTeX Info: Redefining \TU\textsevenoldstyle on input line .... +LaTeX Info: Redefining \TU\texteightoldstyle on input line .... +LaTeX Info: Redefining \TU\textnineoldstyle on input line .... LaTeX Font Info: Changing ? sub-encoding to TS1/9 on input line .... LaTeX Font Info: Changing ccr sub-encoding to TS1/0 on input line .... LaTeX Font Info: Changing cmbr sub-encoding to TS1/0 on input line .... @@ -547,6 +686,14 @@ LaTeX Font Info: Changing Cochineal-TLF sub-encoding to TS1/8 on input line . LaTeX Font Info: Changing Cochineal-OsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing Cochineal-TOsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing AlgolRevived-TLF sub-encoding to TS1/9 on input line .... +LaTeX Info: Redefining \?\textlegacyasteriskcentered on input line .... +LaTeX Info: Redefining \?\textlegacybardbl on input line .... +LaTeX Info: Redefining \?\textlegacybullet on input line .... +LaTeX Info: Redefining \?\textlegacydaggerdbl on input line .... +LaTeX Info: Redefining \?\textlegacydagger on input line .... +LaTeX Info: Redefining \?\textlegacyparagraph on input line .... +LaTeX Info: Redefining \?\textlegacyperiodcentered on input line .... +LaTeX Info: Redefining \?\textlegacysection on input line .... Already applied: [....-..-..] Text companion symbols on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.tlg b/base/testfiles/tlb-rollback-004-often.tlg index 452d59824..0afcca3c3 100644 --- a/base/testfiles/tlb-rollback-004-often.tlg +++ b/base/testfiles/tlb-rollback-004-often.tlg @@ -138,8 +138,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -253,6 +255,133 @@ LaTeX Info: Redefining \legacyoldstylenums on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Already applied: [....-..-..] Old style numerals on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbrokenbar on input line .... +LaTeX Info: Redefining \?\textcent on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textdegree on input line .... +LaTeX Info: Redefining \?\textdiv on input line .... +LaTeX Info: Redefining \?\textlnot on input line .... +LaTeX Info: Redefining \?\textonehalf on input line .... +LaTeX Info: Redefining \?\textonequarter on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textpm on input line .... +LaTeX Info: Redefining \?\textquotesingle on input line .... +LaTeX Info: Redefining \?\textquotestraightbase on input line .... +LaTeX Info: Redefining \?\textquotestraightdblbase on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\textthreequarters on input line .... +LaTeX Info: Redefining \?\texttimes on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textyen on input line .... +LaTeX Info: Redefining \?\textcapitalcompwordmark on input line .... +LaTeX Info: Redefining \?\textascendercompwordmark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \?\capitalacute on input line .... +LaTeX Info: Redefining \?\capitalbreve on input line .... +LaTeX Info: Redefining \?\capitalcaron on input line .... +LaTeX Info: Redefining \?\capitalcedilla on input line .... +LaTeX Info: Redefining \?\capitalcircumflex on input line .... +LaTeX Info: Redefining \?\capitaldieresis on input line .... +LaTeX Info: Redefining \?\capitaldotaccent on input line .... +LaTeX Info: Redefining \?\capitalgrave on input line .... +LaTeX Info: Redefining \?\capitalhungarumlaut on input line .... +LaTeX Info: Redefining \?\capitalmacron on input line .... +LaTeX Info: Redefining \?\capitalogonek on input line .... +LaTeX Info: Redefining \?\capitalring on input line .... +LaTeX Info: Redefining \?\capitaltie on input line .... +LaTeX Info: Redefining \?\capitaltilde on input line .... +LaTeX Info: Redefining \?\newtie on input line .... +LaTeX Info: Redefining \?\capitalnewtie on input line .... +LaTeX Info: Redefining \?\textlbrackdbl on input line .... +LaTeX Info: Redefining \?\textrbrackdbl on input line .... +LaTeX Info: Redefining \?\texteightoldstyle on input line .... +LaTeX Info: Redefining \?\textfiveoldstyle on input line .... +LaTeX Info: Redefining \?\textfouroldstyle on input line .... +LaTeX Info: Redefining \?\textnineoldstyle on input line .... +LaTeX Info: Redefining \?\textoneoldstyle on input line .... +LaTeX Info: Redefining \?\textsevenoldstyle on input line .... +LaTeX Info: Redefining \?\textsixoldstyle on input line .... +LaTeX Info: Redefining \?\textthreeoldstyle on input line .... +LaTeX Info: Redefining \?\texttwooldstyle on input line .... +LaTeX Info: Redefining \?\textzerooldstyle on input line .... +LaTeX Info: Redefining \?\textacutedbl on input line .... +LaTeX Info: Redefining \?\textasciiacute on input line .... +LaTeX Info: Redefining \?\textasciibreve on input line .... +LaTeX Info: Redefining \?\textasciicaron on input line .... +LaTeX Info: Redefining \?\textasciidieresis on input line .... +LaTeX Info: Redefining \?\textasciigrave on input line .... +LaTeX Info: Redefining \?\textasciimacron on input line .... +LaTeX Info: Redefining \?\textgravedbl on input line .... +LaTeX Info: Redefining \?\texttildelow on input line .... +LaTeX Info: Redefining \?\textbaht on input line .... +LaTeX Info: Redefining \?\textbigcircle on input line .... +LaTeX Info: Redefining \?\textborn on input line .... +LaTeX Info: Redefining \?\textcentoldstyle on input line .... +LaTeX Info: Redefining \?\textcircledP on input line .... +LaTeX Info: Redefining \?\textcopyleft on input line .... +LaTeX Info: Redefining \?\textdblhyphenchar on input line .... +LaTeX Info: Redefining \?\textdblhyphen on input line .... +LaTeX Info: Redefining \?\textdied on input line .... +LaTeX Info: Redefining \?\textdiscount on input line .... +LaTeX Info: Redefining \?\textdivorced on input line .... +LaTeX Info: Redefining \?\textdollaroldstyle on input line .... +LaTeX Info: Redefining \?\textguarani on input line .... +LaTeX Info: Redefining \?\textleaf on input line .... +LaTeX Info: Redefining \?\textlquill on input line .... +LaTeX Info: Redefining \?\textmarried on input line .... +LaTeX Info: Redefining \?\textmho on input line .... +LaTeX Info: Redefining \?\textmusicalnote on input line .... +LaTeX Info: Redefining \?\textnaira on input line .... +LaTeX Info: Redefining \?\textopenbullet on input line .... +LaTeX Info: Redefining \?\textpeso on input line .... +LaTeX Info: Redefining \?\textpilcrow on input line .... +LaTeX Info: Redefining \?\textrecipe on input line .... +LaTeX Info: Redefining \?\textreferencemark on input line .... +LaTeX Info: Redefining \?\textrquill on input line .... +LaTeX Info: Redefining \?\textservicemark on input line .... +LaTeX Info: Redefining \?\textsurd on input line .... +LaTeX Info: Redefining \?\textpertenthousand on input line .... +LaTeX Info: Redefining \?\textlangle on input line .... +LaTeX Info: Redefining \?\textrangle on input line .... +LaTeX Info: Redefining \?\textcolonmonetary on input line .... +LaTeX Info: Redefining \?\textdong on input line .... +LaTeX Info: Redefining \?\textdownarrow on input line .... +LaTeX Info: Redefining \?\textleftarrow on input line .... +LaTeX Info: Redefining \?\textlira on input line .... +LaTeX Info: Redefining \?\textrightarrow on input line .... +LaTeX Info: Redefining \?\textuparrow on input line .... +LaTeX Info: Redefining \?\textwon on input line .... +LaTeX Info: Redefining \?\textestimated on input line .... +LaTeX Info: Redefining \?\textnumero on input line .... +LaTeX Info: Redefining \?\textflorin on input line .... +LaTeX Info: Redefining \?\textcurrency on input line .... +LaTeX Info: Redefining \?\textfractionsolidus on input line .... +LaTeX Info: Redefining \?\textohm on input line .... +LaTeX Info: Redefining \?\textmu on input line .... +LaTeX Info: Redefining \?\textminus on input line .... +LaTeX Info: Redefining \?\textblank on input line .... +LaTeX Info: Redefining \?\textinterrobangdown on input line .... +LaTeX Info: Redefining \?\textinterrobang on input line .... +LaTeX Info: Redefining \?\texteuro on input line .... +LaTeX Info: Redefining \?\textcelsius on input line .... +LaTeX Info: Redefining \?\textonesuperior on input line .... +LaTeX Info: Redefining \?\textthreequartersemdash on input line .... +LaTeX Info: Redefining \?\textthreesuperior on input line .... +LaTeX Info: Redefining \?\texttwelveudash on input line .... +LaTeX Info: Redefining \?\texttwosuperior on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... LaTeX Font Info: Changing ? sub-encoding to TS1/9 on input line .... LaTeX Font Info: Changing ccr sub-encoding to TS1/0 on input line .... LaTeX Font Info: Changing cmbr sub-encoding to TS1/0 on input line .... @@ -536,6 +665,14 @@ LaTeX Font Info: Changing Cochineal-TLF sub-encoding to TS1/8 on input line . LaTeX Font Info: Changing Cochineal-OsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing Cochineal-TOsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing AlgolRevived-TLF sub-encoding to TS1/9 on input line .... +LaTeX Info: Redefining \?\textlegacyasteriskcentered on input line .... +LaTeX Info: Redefining \?\textlegacybardbl on input line .... +LaTeX Info: Redefining \?\textlegacybullet on input line .... +LaTeX Info: Redefining \?\textlegacydaggerdbl on input line .... +LaTeX Info: Redefining \?\textlegacydagger on input line .... +LaTeX Info: Redefining \?\textlegacyparagraph on input line .... +LaTeX Info: Redefining \?\textlegacyperiodcentered on input line .... +LaTeX Info: Redefining \?\textlegacysection on input line .... Already applied: [....-..-..] Text companion symbols on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... diff --git a/base/testfiles/tlb-rollback-004-often.xetex.tlg b/base/testfiles/tlb-rollback-004-often.xetex.tlg index 5eb7ad084..ed0bdbd54 100644 --- a/base/testfiles/tlb-rollback-004-often.xetex.tlg +++ b/base/testfiles/tlb-rollback-004-often.xetex.tlg @@ -138,8 +138,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 Info: Redefining \?\textcommabelow on input line .... Already applied: [....-..-..] comma accent on input line .... Applying: [....-..-..] comma above on input line .... +LaTeX Info: Redefining \?\textcommaabove 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 .... @@ -253,6 +255,143 @@ LaTeX Info: Redefining \legacyoldstylenums on input line .... LaTeX Info: Redefining \oldstylenums on input line .... Already applied: [....-..-..] Old style numerals on input line .... Applying: [....-..-..] Text companion symbols on input line .... +LaTeX Info: Redefining \?\textdollar on input line .... +LaTeX Info: Redefining \?\textsterling on input line .... +LaTeX Info: Redefining \?\textperthousand on input line .... +LaTeX Info: Redefining \?\textasteriskcentered on input line .... +LaTeX Info: Redefining \?\textbullet on input line .... +LaTeX Info: Redefining \?\textdaggerdbl on input line .... +LaTeX Info: Redefining \?\textdagger on input line .... +LaTeX Info: Redefining \?\textparagraph on input line .... +LaTeX Info: Redefining \?\textperiodcentered on input line .... +LaTeX Info: Redefining \?\textsection on input line .... +LaTeX Info: Redefining \?\textbrokenbar on input line .... +LaTeX Info: Redefining \?\textcent on input line .... +LaTeX Info: Redefining \?\textcopyright on input line .... +LaTeX Info: Redefining \?\textdegree on input line .... +LaTeX Info: Redefining \?\textdiv on input line .... +LaTeX Info: Redefining \?\textlnot on input line .... +LaTeX Info: Redefining \?\textonehalf on input line .... +LaTeX Info: Redefining \?\textonequarter on input line .... +LaTeX Info: Redefining \?\textordfeminine on input line .... +LaTeX Info: Redefining \?\textordmasculine on input line .... +LaTeX Info: Redefining \?\textpm on input line .... +LaTeX Info: Redefining \?\textquotesingle on input line .... +LaTeX Info: Redefining \?\textquotestraightbase on input line .... +LaTeX Info: Redefining \?\textquotestraightdblbase on input line .... +LaTeX Info: Redefining \?\textregistered on input line .... +LaTeX Info: Redefining \?\textthreequarters on input line .... +LaTeX Info: Redefining \?\texttimes on input line .... +LaTeX Info: Redefining \?\texttrademark on input line .... +LaTeX Info: Redefining \?\textyen on input line .... +LaTeX Info: Redefining \?\textcapitalcompwordmark on input line .... +LaTeX Info: Redefining \?\textascendercompwordmark on input line .... +LaTeX Info: Redefining \?\textcircled on input line .... +LaTeX Info: Redefining \?\t on input line .... +LaTeX Info: Redefining \?\capitalacute on input line .... +LaTeX Info: Redefining \?\capitalbreve on input line .... +LaTeX Info: Redefining \?\capitalcaron on input line .... +LaTeX Info: Redefining \?\capitalcedilla on input line .... +LaTeX Info: Redefining \?\capitalcircumflex on input line .... +LaTeX Info: Redefining \?\capitaldieresis on input line .... +LaTeX Info: Redefining \?\capitaldotaccent on input line .... +LaTeX Info: Redefining \?\capitalgrave on input line .... +LaTeX Info: Redefining \?\capitalhungarumlaut on input line .... +LaTeX Info: Redefining \?\capitalmacron on input line .... +LaTeX Info: Redefining \?\capitalnewtie on input line .... +LaTeX Info: Redefining \?\capitalogonek on input line .... +LaTeX Info: Redefining \?\capitalring on input line .... +LaTeX Info: Redefining \?\capitaltie on input line .... +LaTeX Info: Redefining \?\capitaltilde on input line .... +LaTeX Info: Redefining \?\newtie on input line .... +LaTeX Info: Redefining \?\textlbrackdbl on input line .... +LaTeX Info: Redefining \?\textrbrackdbl on input line .... +LaTeX Info: Redefining \?\texteightoldstyle on input line .... +LaTeX Info: Redefining \?\textfiveoldstyle on input line .... +LaTeX Info: Redefining \?\textfouroldstyle on input line .... +LaTeX Info: Redefining \?\textnineoldstyle on input line .... +LaTeX Info: Redefining \?\textoneoldstyle on input line .... +LaTeX Info: Redefining \?\textsevenoldstyle on input line .... +LaTeX Info: Redefining \?\textsixoldstyle on input line .... +LaTeX Info: Redefining \?\textthreeoldstyle on input line .... +LaTeX Info: Redefining \?\texttwooldstyle on input line .... +LaTeX Info: Redefining \?\textzerooldstyle on input line .... +LaTeX Info: Redefining \?\textacutedbl on input line .... +LaTeX Info: Redefining \?\textasciiacute on input line .... +LaTeX Info: Redefining \?\textasciibreve on input line .... +LaTeX Info: Redefining \?\textasciicaron on input line .... +LaTeX Info: Redefining \?\textasciidieresis on input line .... +LaTeX Info: Redefining \?\textasciigrave on input line .... +LaTeX Info: Redefining \?\textasciimacron on input line .... +LaTeX Info: Redefining \?\textgravedbl on input line .... +LaTeX Info: Redefining \?\texttildelow on input line .... +LaTeX Info: Redefining \?\textbaht on input line .... +LaTeX Info: Redefining \?\textbigcircle on input line .... +LaTeX Info: Redefining \?\textborn on input line .... +LaTeX Info: Redefining \?\textcentoldstyle on input line .... +LaTeX Info: Redefining \?\textcircledP on input line .... +LaTeX Info: Redefining \?\textcopyleft on input line .... +LaTeX Info: Redefining \?\textdblhyphenchar on input line .... +LaTeX Info: Redefining \?\textdblhyphen on input line .... +LaTeX Info: Redefining \?\textdied on input line .... +LaTeX Info: Redefining \?\textdiscount on input line .... +LaTeX Info: Redefining \?\textdivorced on input line .... +LaTeX Info: Redefining \?\textdollaroldstyle on input line .... +LaTeX Info: Redefining \?\textguarani on input line .... +LaTeX Info: Redefining \?\textleaf on input line .... +LaTeX Info: Redefining \?\textlquill on input line .... +LaTeX Info: Redefining \?\textmarried on input line .... +LaTeX Info: Redefining \?\textmho on input line .... +LaTeX Info: Redefining \?\textmusicalnote on input line .... +LaTeX Info: Redefining \?\textnaira on input line .... +LaTeX Info: Redefining \?\textopenbullet on input line .... +LaTeX Info: Redefining \?\textpeso on input line .... +LaTeX Info: Redefining \?\textpilcrow on input line .... +LaTeX Info: Redefining \?\textrecipe on input line .... +LaTeX Info: Redefining \?\textreferencemark on input line .... +LaTeX Info: Redefining \?\textrquill on input line .... +LaTeX Info: Redefining \?\textservicemark on input line .... +LaTeX Info: Redefining \?\textsurd on input line .... +LaTeX Info: Redefining \?\textpertenthousand on input line .... +LaTeX Info: Redefining \?\textlangle on input line .... +LaTeX Info: Redefining \?\textrangle on input line .... +LaTeX Info: Redefining \?\textcolonmonetary on input line .... +LaTeX Info: Redefining \?\textdong on input line .... +LaTeX Info: Redefining \?\textdownarrow on input line .... +LaTeX Info: Redefining \?\textleftarrow on input line .... +LaTeX Info: Redefining \?\textlira on input line .... +LaTeX Info: Redefining \?\textrightarrow on input line .... +LaTeX Info: Redefining \?\textuparrow on input line .... +LaTeX Info: Redefining \?\textwon on input line .... +LaTeX Info: Redefining \?\textestimated on input line .... +LaTeX Info: Redefining \?\textnumero on input line .... +LaTeX Info: Redefining \?\textflorin on input line .... +LaTeX Info: Redefining \?\textcurrency on input line .... +LaTeX Info: Redefining \?\textfractionsolidus on input line .... +LaTeX Info: Redefining \?\textohm on input line .... +LaTeX Info: Redefining \?\textmu on input line .... +LaTeX Info: Redefining \?\textminus on input line .... +LaTeX Info: Redefining \?\textblank on input line .... +LaTeX Info: Redefining \?\textinterrobangdown on input line .... +LaTeX Info: Redefining \?\textinterrobang on input line .... +LaTeX Info: Redefining \?\texteuro on input line .... +LaTeX Info: Redefining \?\textcelsius on input line .... +LaTeX Info: Redefining \?\textonesuperior on input line .... +LaTeX Info: Redefining \?\textthreequartersemdash on input line .... +LaTeX Info: Redefining \?\textthreesuperior on input line .... +LaTeX Info: Redefining \?\texttwelveudash on input line .... +LaTeX Info: Redefining \?\texttwosuperior on input line .... +LaTeX Info: Redefining \?\textbardbl on input line .... +LaTeX Info: Redefining \TU\textzerooldstyle on input line .... +LaTeX Info: Redefining \TU\textoneoldstyle on input line .... +LaTeX Info: Redefining \TU\texttwooldstyle on input line .... +LaTeX Info: Redefining \TU\textthreeoldstyle on input line .... +LaTeX Info: Redefining \TU\textfouroldstyle on input line .... +LaTeX Info: Redefining \TU\textfiveoldstyle on input line .... +LaTeX Info: Redefining \TU\textsixoldstyle on input line .... +LaTeX Info: Redefining \TU\textsevenoldstyle on input line .... +LaTeX Info: Redefining \TU\texteightoldstyle on input line .... +LaTeX Info: Redefining \TU\textnineoldstyle on input line .... LaTeX Font Info: Changing ? sub-encoding to TS1/9 on input line .... LaTeX Font Info: Changing ccr sub-encoding to TS1/0 on input line .... LaTeX Font Info: Changing cmbr sub-encoding to TS1/0 on input line .... @@ -536,6 +675,14 @@ LaTeX Font Info: Changing Cochineal-TLF sub-encoding to TS1/8 on input line . LaTeX Font Info: Changing Cochineal-OsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing Cochineal-TOsF sub-encoding to TS1/8 on input line .... LaTeX Font Info: Changing AlgolRevived-TLF sub-encoding to TS1/9 on input line .... +LaTeX Info: Redefining \?\textlegacyasteriskcentered on input line .... +LaTeX Info: Redefining \?\textlegacybardbl on input line .... +LaTeX Info: Redefining \?\textlegacybullet on input line .... +LaTeX Info: Redefining \?\textlegacydaggerdbl on input line .... +LaTeX Info: Redefining \?\textlegacydagger on input line .... +LaTeX Info: Redefining \?\textlegacyparagraph on input line .... +LaTeX Info: Redefining \?\textlegacyperiodcentered on input line .... +LaTeX Info: Redefining \?\textlegacysection on input line .... Already applied: [....-..-..] Text companion symbols on input line .... Skipping: [....-..-..] Add \@currentcounter on input line .... Applying: [....-..-..] Add \labelformat and \Ref on input line .... diff --git a/base/update-rollback-tests.sh b/base/update-rollback-tests.sh index 297733e3a..2c75fcbb0 100644 --- a/base/update-rollback-tests.sh +++ b/base/update-rollback-tests.sh @@ -1,3 +1,8 @@ l3build save -eetex,xetex,luatex \ tlb-latexrelease-rollback-003-often \ tlb-rollback-004-often + + +l3build save \ + github-0479 +