summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3dvips.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3dvips.def')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3dvips.def18
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3dvips.def b/Master/texmf-dist/tex/latex/l3kernel/l3dvips.def
index b262fdd5832..aaf20c5d37d 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3dvips.def
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3dvips.def
@@ -46,16 +46,16 @@
%%
%% -----------------------------------------------------------------------
%%
-\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
{l3dvips.def}{\ExplFileDate}{\ExplFileVersion}
{L3 Experimental driver: dvips}
-\cs_new_protected_nopar:Npn \__driver_state_save:
+\cs_new_protected_nopar:Npx \__driver_state_save:
{ \tex_special:D { ps:gsave } }
-\cs_new_protected_nopar:Npn \__driver_state_restore:
+\cs_new_protected_nopar:Npx \__driver_state_restore:
{ \tex_special:D { ps:grestore } }
-\cs_new_protected:Npn \__driver_literal:n #1
+\cs_new_protected:Npx \__driver_literal:n #1
{
\tex_special:D
{
@@ -66,8 +66,6 @@
neg~exch~neg~exch~translate
}
}
-\cs_new_protected:Npn \__driver_literal_direct:n #1
- { \tex_special:D { ps:: #1 } }
\cs_new:Npn \__driver_absolute_lengths:n #1
{
/savedmatrix~matrix~currentmatrix~def~
@@ -123,12 +121,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 } }
%%
%%