[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct an internal name in \pdf_pagesize_gset:nn (187535923)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 4 19:55:24 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/18753592392c6f58ecafbca5ce311339133f3031

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

commit 18753592392c6f58ecafbca5ce311339133f3031
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 4 18:55:24 2023 +0100

    Correct an internal name in \pdf_pagesize_gset:nn


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

18753592392c6f58ecafbca5ce311339133f3031
 l3kernel/CHANGELOG.md | 3 +++
 l3kernel/l3pdf.dtx    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 14bb9aabc..addfd8533 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+- Incorrect internal name in `\pdf_pagesize_gset:nn`
+
 ## [2023-03-30]
 
 ### Added
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index eacb62eb6..998d31c8b 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -489,7 +489,7 @@
 % \begin{macro}{\pdf_pagesize_gset:nn}
 %    \begin{macrocode}
 \cs_new_protected:Npn \pdf_pagesize_gset:nn #1#2
-  { \@@_pagesize_gset:nn {#1} {#2} }
+  { \@@_backend_pagesize_gset:nn {#1} {#2} }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.