diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def b/Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def index e7beae6b58d..dbbc07d369c 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def +++ b/Master/texmf-dist/tex/latex/l3kernel/l3xdvipdfmx.def @@ -46,20 +46,18 @@ %% %% ----------------------------------------------------------------------- %% -\GetIdInfo$Id: l3drivers.dtx 6213 2015-10-18 09:48:17Z joseph $ +\GetIdInfo$Id: l3drivers.dtx 6281 2015-11-17 07:11:52Z joseph $ {L3 Experimental drivers} \ProvidesExplFile {l3xdvidpfmx.def}{\ExplFileDate}{\ExplFileVersion} {L3 Experimental driver: xdvipdfmx} -\cs_new_protected_nopar:Npn \__driver_state_save: +\cs_new_protected_nopar:Npx \__driver_state_save: { \tex_special:D { pdf:literal~q } } -\cs_new_protected_nopar:Npn \__driver_state_restore: +\cs_new_protected_nopar:Npx \__driver_state_restore: { \tex_special:D { pdf:literal~Q } } -\cs_new_protected:Npn \__driver_literal:n #1 +\cs_new_protected:Npx \__driver_literal:n #1 { \tex_special:D { pdf:literal~ #1 } } -\cs_new_protected:Npn \__driver_literal_direct:n #1 - { \tex_special:D { pdf:literal~direct~ #1 } } -\cs_new_protected:Npn \__driver_matrix:n #1 +\cs_new_protected:Npx \__driver_matrix:n #1 { \__driver_literal:n { #1 \c_space_tl 0~0~cm } } \cs_new_protected:Npn \__driver_box_use_clip:N #1 { @@ -114,12 +112,12 @@ \cs_new_eq:NN \__driver_box_scale_end: \__driver_state_restore: \tl_new:N \l__driver_current_color_tl \tl_set:Nn \l__driver_current_color_tl { gray~0 } -\cs_new_protected_nopar:Npn \__driver_color_ensure_current: +\cs_new_protected_nopar:Npx \__driver_color_ensure_current: { - \tex_special:D { color~push~\l__driver_current_color_tl } - \group_insert_after:N \__driver_color_reset: + \tex_special:D { color~push~\exp_not:N \l__driver_current_color_tl } + \group_insert_after:N \exp_not:N \__driver_color_reset: } -\cs_new_protected_nopar:Npn \__driver_color_reset: +\cs_new_protected_nopar:Npx \__driver_color_reset: { \tex_special:D { color~pop } } %% %% |