[latex3-commits] [git/LaTeX3-latex3-latex3] master: Always log graphics files (86133ee)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu May 9 09:03:29 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/86133ee0e74da3cd62ac02dcfa75d0853e0afd05
>---------------------------------------------------------------
commit 86133ee0e74da3cd62ac02dcfa75d0853e0afd05
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu May 9 08:03:29 2019 +0100
Always log graphics files
This seems to make sense, at least if a separate
graphics list stays.
>---------------------------------------------------------------
86133ee0e74da3cd62ac02dcfa75d0853e0afd05
l3experimental/l3graphics/l3graphics.dtx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/l3experimental/l3graphics/l3graphics.dtx b/l3experimental/l3graphics/l3graphics.dtx
index de1e326..fec105d 100644
--- a/l3experimental/l3graphics/l3graphics.dtx
+++ b/l3experimental/l3graphics/l3graphics.dtx
@@ -553,13 +553,10 @@
{
\exp_args:NnV \use:c { driver_graphics_getbb_ #1 :n }
\l_@@_name_tl
-%<*initex>
\seq_gput_right:NV \g_@@_record_seq \l_@@_name_tl
-%</initex>
%<*package>
- \clist_if_exist:NTF \@filelist
+ \clist_if_exist:NT \@filelist
{ \exp_args:NV \@addtofilelist \l_@@_name_tl }
- { \seq_gput_right:NV \g_@@_record_seq \l_@@_name_tl }
%</package>
\hbox_set:Nn \l_@@_internal_box
{
More information about the latex3-commits
mailing list