[latex3-commits] [git/LaTeX3-latex3-latex3] master: Avoid expanding \AtBeginDvi (f2cd31dab)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 11 09:41:01 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/f2cd31dab77d34e4eb45e1df24fddc533d7ea722

>---------------------------------------------------------------

commit f2cd31dab77d34e4eb45e1df24fddc533d7ea722
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 10 16:39:04 2020 +0100

    Avoid expanding \AtBeginDvi


>---------------------------------------------------------------

f2cd31dab77d34e4eb45e1df24fddc533d7ea722
 l3backend/l3backend-color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index ea46f7f2c..bfe19fa56 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -340,7 +340,7 @@
     \bool_if:NT \g__kernel_backend_header_bool
       {
         \cs_if_exist:NTF \AtBeginDvi
-          { \AtBeginDvi }
+          { \exp_not:N \AtBeginDvi }
           { \use:n }
             {
               \exp_not:N \@@_backend_separation_init_aux:nnnnn





More information about the latex3-commits mailing list.