[latex3-commits] [l3svn] 02/02: Remove a couple of stray groups

noreply at latex-project.org noreply at latex-project.org
Tue Sep 5 11:02:43 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit bd56639ae9a2736b54c2b1fd5e0905a347904085
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 5 10:02:09 2017 +0100

    Remove a couple of stray groups
    
    See box ht/dp/wd discussion!
---
 l3kernel/l3drivers.dtx |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index f35a458..267c215 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -1220,12 +1220,10 @@
     \tex_special:D { ps::~72~Resolution~div~72~VResolution~div~neg~scale }
     \tex_special:D { ps::~magscale~{1~DVImag~div~dup~scale}~if }
     \tex_special:D { ps::~l3x~neg~l3y~neg~translate }
-    \group_begin:
-      \box_set_wd:Nn #1 { 0pt }
-      \box_set_ht:Nn #1 { 0pt }
-      \box_set_dp:Nn #1 { 0pt }
-      \box_use:N #1
-    \group_end:
+    \box_set_wd:Nn #1 { 0pt }
+    \box_set_ht:Nn #1 { 0pt }
+    \box_set_dp:Nn #1 { 0pt }
+    \box_use:N #1
     \tex_special:D { ps::[begin] }
     \@@_scope_end:
   }
@@ -2851,12 +2849,10 @@
             transform="scale(-1,1)~translate({?x},{?y})~scale(-1,-1)"
         >
       }
-    \group_begin:
-      \box_set_wd:Nn #1 { 0pt }
-      \box_set_ht:Nn #1 { 0pt }
-      \box_set_dp:Nn #1 { 0pt }
-      \box_use:N #1
-    \group_end:
+    \box_set_wd:Nn #1 { 0pt }
+    \box_set_ht:Nn #1 { 0pt }
+    \box_set_dp:Nn #1 { 0pt }
+    \box_use:N #1
     \@@_literal:n { </g> }
     \@@_scope_end:
   }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list