-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move luamml patches into latex-lab (#1666)
* update tagpdf/luamml to dev versions * add luamml with tagging sockets * add math tagging sockets * add luamml sockets * trim spaces * add math tagging sockets, WIP * correct explsyntaxoff * remove confusing outdated comment * correct expandable sockets * add luamml sockets to array * add testfiles * add date * update tagpdf * update testfiles * correct socket declaration * correctly predeclare luamml socket. * update luatex testfiles * luamml support, enable default plug for tagging sockets with arguments * update luamml * add luamml socket to mbox * add testfiles * add support for makebox too * rename sockets * luamml support for text command * track group level for nested math handling when writing mathml * correct socket name * update tagpdf, luamml * add unicode-math fixes for sqrt and fract * update luamml * handle root with degree * update tagpdf * update testfile * correct entry * use \@mathlevel to identify nested math * update test * add math/setup keys, WIP * update and extend mathtagging tests * luamml socket for mtable * add luamml hook to finalize mtable * update luamml in texmf tree * correct command * update luamml, activate plug * update dates * update luamml * add testfile for phantom issue * try to handle nested phantom * keep mphantom * suppress tagging of \phantom in text mode * avoid side effects from mathml-file * redefine \ph@nt with luatex * testfiles * luamml sockets for math phantom * update date * correct definition * add tagging support to \mathph@nt * update luamml * suppress tagging in nested phantom * update testfiles * update luamml * redefine mathpalette in luatex * remove redefinition of \ph@nt * handle smash * correct text * update luamml * define command later (in case luamml-pdf is loaded). * use generic luamml save sockets * update luamml * move array patch into array.sty * update testfile * update testfile * move to latest in testfiles * more luamml sockets * update luamml * move gather, maketag@@@ into amsmath file * adapt testfile to better label handling * moving gathered luamml patch * more luamml sockets * add sockets for inner tables * move aligned to latex-lab * move smallmatrix patch * move gather, add luamml_ignore to measuring@true * repair gather* * load amsmath code after amsmath * remove unneeded package hook * remove subpart code from latex-lab-math * another testfile * move \math@cr@@@align * testfile updates after dropping of subpart code * update testfiles * block testfiles * update luamml * get rid of empty structures * update luamml * handle labels in alignment * add testfiles for labelled align * update testfiles * move multline code, WIP * left is not right * replace deprected command * finish moving multline * move luamml cases patch * move mathtool patch * handle empty tags, WIP * handle notag and starred aligments * remove now unneeded definitions of \math@cr@@@gather and \restore@math@cr * move amsmath definitions to amsmath file * move rest of amsmath patches to amsmath file * update luamml * move bBigg@ definition * add MathCollectTrue/False and documentation * missing commentchar * update luamml * docu improvement * handle varlim commands * update luamml * update pdfmanagement to 0.96p * update testfiles to new pdfmanagement * add -S to workflow * next bunch of testfiles * update testfiles (pdfmanagement change) * update some testfiles * update to tagpdf 0.99m * add phoneme to latex * set default pdfversion to 2.0 * document phoneme addition * first round of testfiles (PDF 2.0) * more minipage tests * sh for testfile updates * typos * updates tests, pdf 2.0 * move tabular patch * update.sh * update testfiles * missed one testfile * misplaces key. * missing seeds. * git commit -m"move array luamml sockets into \array" * from review (spelling) * remove duplicated socket assignments * use transparent as default for 2-argument tagging sockets * move main math sockets into lttagging * spelling * unify spaces * first support for tagging of split environment * corrections from review, trim spaces * update math tagging examples * corrections from review * rename math/setup value structelem to mathml-SE * update testfiles
- Loading branch information
Showing
547 changed files
with
62,507 additions
and
30,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ to completeness or accuracy and it contains some references to files that are | |
not part of the distribution. | ||
================================================================================ | ||
|
||
2025-02-17 Ulrike Fischer <[email protected]> | ||
* lttagging.dtx: add sockets for luamml support. | ||
* lttagging.dtx: provide \MathCollectTrue, \MathCollectFalse | ||
|
||
2025-02-14 Frank Mittelbach <[email protected]> | ||
|
||
* ltoutput.dtx: | ||
|
@@ -21,19 +25,20 @@ not part of the distribution. | |
* ltoutenc.dtx | ||
Log only text command/symbol redeclarations (gh/1242) | ||
|
||
|
||
2025-02-03 Frank Mittelbach <[email protected]> | ||
|
||
* lthooks.dtx: | ||
Document more prominently that using a hook with \UseHook or similar | ||
commands requires that the hook to be declared first (gh/1519) | ||
|
||
|
||
2025-02-01 Jonathan P. Spratte | ||
|
||
* ltcmd.dtx (subsection{User functions}): | ||
Generalise \ProcessList by using \tl_map_tokens:nn instead of | ||
\tl_map_function:nN. | ||
|
||
|
||
2025-01-31 Frank Mittelbach <[email protected]> | ||
|
||
* latexrelease.dtx (subsection{Ignoring \texttt{\string_new} errors when rolling back}): | ||
|
@@ -62,6 +67,7 @@ not part of the distribution. | |
Allow * to denote the current counter (as used by \label) in counter | ||
related commands, \alph*, \stepcounter*, etc. (gh/1632) | ||
|
||
|
||
2025-01-21 Frank Mittelbach <[email protected]> | ||
|
||
* ltoutput.dtx (subsection{Floats}): | ||
|
@@ -153,6 +159,7 @@ not part of the distribution. | |
* ltxref.dtx (subsection{Cross Referencing}) | ||
Replace \@tempa with \reserved@a in \Ref (gh/1579) | ||
|
||
|
||
2024-12-03 Yukai Chou <[email protected]> | ||
* ltmarks.dtx (subsection{Allocating new mark classes}): | ||
Fix inconsistent local/global assignment (gh/1574) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2025-02-20 Ulrike Fischer <[email protected]> | ||
* documentmetadata-support.dtx: set PDF 2.0 as default | ||
* latex-lab-text.dtx: add phoneme instruction to LaTeX. | ||
* documentmetadata-support.dtx: replace deprecated \keys_set_filter:nnn | ||
* latex-lab-math.dtx: removed the subpart code. It will probably never be used. | ||
* latex-lab-math.dtx: move amsmath-patches int latex-lab-amsmath, and insert | ||
luamml patches. | ||
* latex-lab-math.dtx: redefine \mathpalette in luatex. | ||
* latex-lab-math.dtx: Add math/setup key. | ||
* latex-lab-text.dtx: suppress tagging in \phantom in text mode, adapt for mathmode. | ||
* latex-lab-unicode-math.dtx: tag roots and fraction rules as artifact is | ||
mathml structure elements are used. | ||
* use \@math@level to identify nested math | ||
* added latex-lab-unicode-math.dtx/ltx for unicode-math fixes | ||
* redefine \bBigg@ if unicode-math is used. | ||
|
||
2025-02-14 Frank Mittelbach <[email protected]> | ||
|
||
* latex-lab-new-or-1.dtx: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ | |
% for those people who are interested or want to report an issue. | ||
% | ||
% \begin{macrocode} | ||
\def\documentmetadatasupportversion{1.0k} | ||
\def\documentmetadatasupportdate{2024-12-23} | ||
\def\documentmetadatasupportversion{1.0m} | ||
\def\documentmetadatasupportdate{2025-02-17} | ||
% \end{macrocode} | ||
% | ||
% | ||
|
@@ -370,10 +370,13 @@ | |
\file_input:n {l3backend-testphase-\c_sys_backend_str.def} | ||
\ExplSyntaxOff\makeatother | ||
% \end{macrocode} | ||
% | ||
% Process the init keys and setup the generic driver. | ||
% \changes{v1.0m}{2025/02/17}{Set PDF 2.0 as default} | ||
% \begin{macrocode} | ||
\pdf_version_gset:n { 2.0 } | ||
% \end{macrocode} | ||
% Process the non-init keys and setup the generic driver. | ||
% \begin{macrocode} | ||
\keys_set_filter:nnn { document / metadata } { init } { #1 } | ||
\keys_set_exclude_groups:nnn { document / metadata } { init } { #1 } | ||
\bool_if:NT \g_@@_active_bool | ||
{ | ||
\PassOptionsToPackage{customdriver=hgeneric-testphase}{hyperref} | ||
|
@@ -412,7 +415,7 @@ | |
% \begin{macrocode} | ||
\cs_set_protected:Npn \DocumentMetadata ##1 | ||
{ | ||
\keys_set_filter:nnn { document / metadata } { init } { ##1 } | ||
\keys_set_exclude_groups:nnn { document / metadata } { init } { ##1 } | ||
\str_remove_all:cn {[email protected]}{customdriver=hgeneric-testphase} | ||
\bool_if:NT \g__pdfmanagement_active_bool | ||
{ | ||
|
Oops, something went wrong.