[latex3-commits] [git/LaTeX3-latex3-latex3] master: Better scoping for pdfTeX transforms (e64c85b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Mar 3 23:46:06 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e64c85bf0068de1cd02e09a042d8adb4f95f6cef
>---------------------------------------------------------------
commit e64c85bf0068de1cd02e09a042d8adb4f95f6cef
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Mar 3 22:46:06 2018 +0000
Better scoping for pdfTeX transforms
This shows up with hyper-links.
>---------------------------------------------------------------
e64c85bf0068de1cd02e09a042d8adb4f95f6cef
l3kernel/l3drivers.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 7cc28cd..dd3ae88 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -2124,10 +2124,10 @@
% \begin{macrocode}
\cs_new_protected:Npn \driver_draw_box_use:Nnnnn #1#2#3#4#5
{
- \driver_draw_scope_begin:
+ \@@_scope_begin:
\driver_draw_cm:nnnn {#2} {#3} {#4} {#5}
\hbox_overlap_right:n { \box_use:N #1 }
- \driver_draw_scope_end:
+ \@@_scope_end:
}
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list