[latex3-commits] [l3svn] branch master updated: All boxes are now colour-safe

noreply at latex-project.org noreply at latex-project.org
Thu Jun 15 21:40:59 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  c0e9915   All boxes are now colour-safe
c0e9915 is described below

commit c0e991509cff8f9ddfc9fc261847a023fd1e5d4a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 15 20:40:50 2017 +0100

    All boxes are now colour-safe
---
 l3trial/xbox/xbox.dtx |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/l3trial/xbox/xbox.dtx b/l3trial/xbox/xbox.dtx
index dde70f0..8ec3cc9 100644
--- a/l3trial/xbox/xbox.dtx
+++ b/l3trial/xbox/xbox.dtx
@@ -477,7 +477,7 @@
 % \end{variable}
 %
 % \begin{macro}[int]{\@@_via_tmp_box:nn}
-%   Boxes up |#1| to its natural width in a color-safe \cs{l_@@_tmp_box}.
+%   Boxes up |#1| to its natural width in \cs{l_@@_tmp_box}.
 %   The document-level names for dimensions (\cs{height}, \emph{etc}.) are
 %   then set up, before carrying out whatever \enquote{payload} operation is
 %   supplied as |#2|.
@@ -485,12 +485,7 @@
 \cs_new_protected:Npn \@@_via_tmp_box:nn #1#2
   {
     \group_begin:
-       \hbox_set:Nn \l_@@_tmp_box
-         {
-           \color_group_begin:
-             #1
-           \color_group_end:
-         }
+       \hbox_set:Nn \l_@@_tmp_box {#1}
        \@@_document_names:
        #2
     \group_end:

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


More information about the latex3-commits mailing list