[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: correct definition order (b653058)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed Apr 29 11:30:35 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : renamedict77
Link : https://github.com/latex3/pdfresources/commit/b653058d3375e2437fa5d1709b52ce6c12fc58d9
>---------------------------------------------------------------
commit b653058d3375e2437fa5d1709b52ce6c12fc58d9
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Apr 29 11:30:35 2020 +0200
correct definition order
>---------------------------------------------------------------
b653058d3375e2437fa5d1709b52ce6c12fc58d9
pdfresources.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 6ead748..cc7480c 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -2839,9 +2839,6 @@
\tl_use:c { c_@@_backend_xform_dp_ \tl_to_str:n { #1 } _tl }
}
-\prg_new_eq_conditional:NNn \pdf_xform_if_exist:n\__pdf_backend_xform_if_exist:n
- { TF , T , F , p }
-
% \end{macrocode}
%
% \subsubsection{Form XObject / backend }
@@ -3116,12 +3113,15 @@
}
}
%% all
-\prg_new_conditional:Npnn \__pdf_backend_xform_if_exist:n #1 { p , T , F , TF }
+\prg_new_conditional:Npnn \@@_backend_xform_if_exist:n #1 { p , T , F , TF }
{
- \int_if_exist:cTF { c__pdf_backend_xform_ \tl_to_str:n {#1} _int }
+ \int_if_exist:cTF { c_@@_backend_xform_ \tl_to_str:n {#1} _int }
{ \prg_return_true: }
{ \prg_return_false:}
}
+\prg_new_eq_conditional:NNn \pdf_xform_if_exist:n\@@_backend_xform_if_exist:n
+ { TF , T , F , p }
+
% \end{macrocode}
% \end{macro}
% \end{macro}
More information about the latex3-commits
mailing list.