[latex3-commits] [git/LaTeX3-latex3-graphics-def] main: Disable use of new multiple stacks pending further testing (90fd38f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Mar 18 17:55:49 CET 2021
Repository : https://github.com/latex3/graphics-def
On branch : main
Link : https://github.com/latex3/graphics-def/commit/90fd38f31c5e3b2fb74a53805fd330e40134f96d
>---------------------------------------------------------------
commit 90fd38f31c5e3b2fb74a53805fd330e40134f96d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Mar 18 16:55:49 2021 +0000
Disable use of new multiple stacks pending further testing
>---------------------------------------------------------------
90fd38f31c5e3b2fb74a53805fd330e40134f96d
dvipdfmx.def | 2 ++
xetex.def | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dvipdfmx.def b/dvipdfmx.def
index 2a49787..0d73189 100644
--- a/dvipdfmx.def
+++ b/dvipdfmx.def
@@ -329,6 +329,8 @@
}
\fi
\fi
+% Disable use of new multiple stacks pending further testing
+\endinput
% Updates for newer dvipdfmx versions
% Loaded last as we can then bail-out if not required
\begingroup
diff --git a/xetex.def b/xetex.def
index 90833a6..ba109f7 100644
--- a/xetex.def
+++ b/xetex.def
@@ -428,6 +428,8 @@
}
\fi
\fi
+% Disable use of new multiple stacks pending further testing
+\endinput
% Updates for newer dvipdfmx versions
% Loaded last as we can then bail-out if not required
\begingroup
More information about the latex3-commits
mailing list.