[latex3-commits] [git/LaTeX3-latex3-latex2e] hook-args: Merge branch 'develop' into hook-args (9cefa442)

PhelypeOleinik phelype.oleinik at latex-project.org
Sat Apr 15 18:25:59 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : hook-args
Link       : https://github.com/latex3/latex2e/commit/9cefa442a3de2ac2f870a2258ca7d6677468b54f

>---------------------------------------------------------------

commit 9cefa442a3de2ac2f870a2258ca7d6677468b54f
Merge: 2ab22cfa e62949bf
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sat Apr 15 13:25:59 2023 -0300

    Merge branch 'develop' into hook-args


>---------------------------------------------------------------

9cefa442a3de2ac2f870a2258ca7d6677468b54f
 base/changes.txt                                   | 18 ++++++++++++
 base/cmfonts.fdd                                   |  4 ++-
 base/doc/ltnews37.tex                              |  6 ++++
 base/ltclass.dtx                                   | 17 ++++++++++-
 base/ltfilehook.dtx                                |  8 +++--
 base/ltplain.dtx                                   | 14 +++++++--
 base/testfiles/github-0942.lvt                     |  9 ++++++
 base/testfiles/github-0942.tlg                     | 11 +++++++
 base/testfiles/github-0992.lvt                     | 34 ++++++++++++++++++++++
 .../{github-0060.luatex.tlg => github-0992.tlg}    |  1 +
 base/testfiles/github-1037.lvt                     | 14 +++++++++
 base/testfiles/github-1037.tlg                     |  9 ++++++
 base/testfiles/github-1041.lvt                     | 30 +++++++++++++++++++
 base/testfiles/github-1041.tlg                     | 10 +++++++
 base/testfiles/github-1041b.lvt                    |  9 ++++++
 .../{github-0060.luatex.tlg => github-1041b.tlg}   |  0
 base/testfiles/github-robust-0123.luatex.tlg       |  2 +-
 base/testfiles/github-robust-0123.tlg              |  2 +-
 base/testfiles/github-robust-0123.xetex.tlg        |  2 +-
 .../testfiles/github-0776-rollback-2021-11-15.tlg  |  2 ++
 .../github-0776-rollback-2021-11-15.xetex.tlg      |  2 ++
 21 files changed, 193 insertions(+), 11 deletions(-)

diff --cc base/changes.txt
index a4231018,d6dff5cd..4efb33aa
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,21 -6,30 +6,39 @@@ completeness or accuracy and it contain
  are not part of the distribution.
  ================================================================================
  
+ 2023-04-15  David Carlisle  <David.Carlisle at latex-project.org>
+ 
+ 	* ltplain.dtx: adjust \extrafloats so it does not error if thousands
+ 	of float boxes are allocated. github/1041
+ 
+ 2023-04-14  Phelype Oleinik  <phelype.oleinik at latex-project.org>
+ 
+ 	* ltclass.dtx (\@onefilewithoptions):
+ 	When in latexrelease.sty, define \load at onefilewithoptions (gh/992).
+ 
+ 2023-04-13  David Carlisle  <David.Carlisle at latex-project.org>
+ 
+ 	* cmfonts.fdd: add missing substitution for U/cmtt/bx/sl gh/1037
+ 
 -2023-04-13  Phelype Oleinik  <phelype.oleinik at latex-project.org>
 +2023-04-12  Phelype Oleinik  <phelype.oleinik at latex-project.org>
  
  	* ltcmd.dtx (subsection{Grabbing arguments}):
  	Set \tex_endlinechar:D earlier to correct parsing of newlines in
  	special catcode settings (e.g., \ExplSyntaxOn) (gh/876).
    
+ 2023-04-02  David Carlisle  <David.Carlisle at latex-project.org>
+ 
+ 	* ltfilehook.dtx: allow par as a filename. (gh/942)
+ 
 +2023-04-06  Phelype Oleinik  <phelype.oleinik at latex-project.org>
 +
 +	* lthooks.dtx, ltcmdhooks.dtx:
 +	Add support for providing and using arguments in hooks:
 +	  - Modify hook data structures to allow access to arguments;
 +	  - Add commands to declare hooks with arguments;
 +	  - Add commands to add code that references hook arguments;
 +	  - Add commands to use hooks with arguments.
 +
  2023-04-01  David Carlisle  <David.Carlisle at latex-project.org>
  
  	* ltfssbas.dtx: locally reset frozen mathversions when the math





More information about the latex3-commits mailing list.