[latex3-commits] [git/LaTeX3-latex3-latex3] gh1191, main: Remove a stray > from graphics inclusion code for dvipdfmx (5b005ba7e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 18 18:07:48 CEST 2023
Repository : https://github.com/latex3/latex3
On branches: gh1191,main
Link : https://github.com/latex3/latex3/commit/5b005ba7e2e015580f1da5c6c8b10fec1e08e3a5
>---------------------------------------------------------------
commit 5b005ba7e2e015580f1da5c6c8b10fec1e08e3a5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 18 17:07:48 2023 +0100
Remove a stray > from graphics inclusion code for dvipdfmx
>---------------------------------------------------------------
5b005ba7e2e015580f1da5c6c8b10fec1e08e3a5
l3backend/CHANGELOG.md | 3 +++
l3backend/l3backend-graphics.dtx | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index f9fc8748e..388be5452 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -6,6 +6,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Fixed
+- Remove a stray `>` from graphics inclusion code for `dvipdfmx`
+
## [2023-03-30]
### Changed
diff --git a/l3backend/l3backend-graphics.dtx b/l3backend/l3backend-graphics.dtx
index 97c97536f..87088fe2a 100644
--- a/l3backend/l3backend-graphics.dtx
+++ b/l3backend/l3backend-graphics.dtx
@@ -521,7 +521,7 @@
\tl_if_empty:NF \l_@@_decodearray_str
{ /Decode~[ \l_@@_decodearray_str ] }
\bool_if:NT \l_@@_interpolate_bool
- { /Interpolate~true> }
+ { /Interpolate~true }
>>
}
}
More information about the latex3-commits
mailing list.