summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/lualatex-math
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-01-02 03:03:36 +0000
committerNorbert Preining <norbert@preining.info>2022-01-02 03:03:36 +0000
commit699dd7db121d61d809020fe9dbc0321c3e937745 (patch)
tree19c9a2b3bfa3af9f97248e311a6048f1164a80ea /macros/luatex/latex/lualatex-math
parent39877769ecfa442af71b4ddd1c266f401957cdd8 (diff)
CTAN sync 202201020303
Diffstat (limited to 'macros/luatex/latex/lualatex-math')
-rw-r--r--macros/luatex/latex/lualatex-math/lualatex-math.dtx36
-rw-r--r--macros/luatex/latex/lualatex-math/lualatex-math.pdfbin207264 -> 207653 bytes
2 files changed, 23 insertions, 13 deletions
diff --git a/macros/luatex/latex/lualatex-math/lualatex-math.dtx b/macros/luatex/latex/lualatex-math/lualatex-math.dtx
index cde46540af..63acae82f9 100644
--- a/macros/luatex/latex/lualatex-math/lualatex-math.dtx
+++ b/macros/luatex/latex/lualatex-math/lualatex-math.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% Copyright 2011–2020 by Philipp Stephani, Joseph Wright, and Will Robertson
-% Copyright 2021 Google LLC
+% Copyright 2021, 2022 Google LLC
%
% This file may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -32,7 +32,7 @@
%</driver>
% \fi
%
-% \CheckSum{314}
+% \CheckSum{322}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -151,7 +151,7 @@
%<@@=lltxmath>
\NeedsTeXFormat{LaTeX2e}[2020/02/02]
\RequirePackage{expl3}[2018/06/18]
-\ProvidesExplPackage{lualatex-math}{2021/07/05}{1.11}%
+\ProvidesExplPackage{lualatex-math}{2022/01/01}{1.12}%
{Patches for mathematics typesetting with LuaLaTeX}
\RequirePackage { etoolbox } [ 2007/10/08 ]
\cs_if_exist:NF \newluabytecode
@@ -323,21 +323,31 @@
% \meta{code} after the \meta{package} is loaded. If the \meta{package} is
% already loaded, nothing happens. We prefer using native \hologo{LaTeX2e}
% hooks if possible.
+% \changes{v1.12}{2022-01-01}{Use the new generic hook names if available}
% \begin{macrocode}
-\@ifl@t@r \fmtversion { 2020/10/01 } {
+\@ifl@t@r \fmtversion { 2021/11/15 } {
\cs_new_protected_nopar:Npn \@@_before_package:nn #1 #2 {
- \AddToHook { package/before/#1 } { #2 }
+ \AddToHook { package/#1/before } { #2 }
}
\cs_new_protected_nopar:Npn \@@_after_package:nn #1 #2 {
- \AddToHook { package/after/#1 } { #2 }
+ \AddToHook { package/#1/after } { #2 }
}
-} {
- \RequirePackage { filehook } [ 2011/03/09 ]
- \cs_new_protected_nopar:Npn \@@_before_package:nn #1 #2 {
- \AtBeginOfPackageFile { #1 } { #2 }
- }
- \cs_new_protected_nopar:Npn \@@_after_package:nn #1 #2 {
- \AtEndOfPackageFile { #1 } { #2 }
+}{
+ \@ifl@t@r \fmtversion { 2020/10/01 } {
+ \cs_new_protected_nopar:Npn \@@_before_package:nn #1 #2 {
+ \AddToHook { package/before/#1 } { #2 }
+ }
+ \cs_new_protected_nopar:Npn \@@_after_package:nn #1 #2 {
+ \AddToHook { package/after/#1 } { #2 }
+ }
+ } {
+ \RequirePackage { filehook } [ 2011/03/09 ]
+ \cs_new_protected_nopar:Npn \@@_before_package:nn #1 #2 {
+ \AtBeginOfPackageFile { #1 } { #2 }
+ }
+ \cs_new_protected_nopar:Npn \@@_after_package:nn #1 #2 {
+ \AtEndOfPackageFile { #1 } { #2 }
+ }
}
}
% \end{macrocode}
diff --git a/macros/luatex/latex/lualatex-math/lualatex-math.pdf b/macros/luatex/latex/lualatex-math/lualatex-math.pdf
index 14435039e7..67c3445391 100644
--- a/macros/luatex/latex/lualatex-math/lualatex-math.pdf
+++ b/macros/luatex/latex/lualatex-math/lualatex-math.pdf
Binary files differ