[latex3-commits] [git/LaTeX3-latex3-pdfresources] backendtest: Moved to l3kernel (c8543a7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jun 2 21:42:03 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : backendtest
Link : https://github.com/latex3/pdfresources/commit/c8543a762f7ee42582817a82d5c316d07769bb21
>---------------------------------------------------------------
commit c8543a762f7ee42582817a82d5c316d07769bb21
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jun 2 20:41:04 2019 +0100
Moved to l3kernel
>---------------------------------------------------------------
c8543a762f7ee42582817a82d5c316d07769bb21
pdfresources.dtx | 47 -----------------------------------------------
1 file changed, 47 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 81efe42..28fd867 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -622,24 +622,6 @@
}
-% this needs refinement, probably is should create named objects and add
-% them to the properties, see discussion
-% https://chat.stackexchange.com/transcript/message/49970158#49970158
-\cs_new_protected:Npx \driver_pdf_bdc:nn #1 #2
- {
- \cs_if_exist:NTF \tex_pdfextension:D
- { \tex_pdfextension:D literal~page~{#1~#2~BDC} }
- { \tex_pdfliteral:D~page~{#1~#2~BDC} }
- }
-
-
-\cs_new_protected:Npx \driver_pdf_emc:
- {
- \cs_if_exist:NTF \tex_pdfextension:D
- { \tex_pdfextension:D literal~page~{EMC} }
- { \tex_pdfliteral:D~page~{EMC} }
- }
-
\input{l3pdfmode-pdf.def}
}
@@ -652,23 +634,6 @@
\pdfextension catalog { } openaction~goto~page #1 {#2}
}
-
-\cs_new_protected:Npx \driver_pdf_bdc:nn #1 #2
- {
- \cs_if_exist:NTF \tex_pdfextension:D
- { \tex_pdfextension:D literal~page~{/#1~#2~BDC} }
- { \tex_pdfliteral:D~page~{/#1~#2~BDC} }
- }
-
-
-\cs_new_protected:Npx \driver_pdf_emc:
- {
- \cs_if_exist:NTF \tex_pdfextension:D
- { \tex_pdfextension:D literal~page~{EMC} }
- { \tex_pdfliteral:D~page~{EMC} }
- }
-
-
\input{l3pdfmode-pdf.def}
}
@@ -681,18 +646,6 @@
%\special{pdf:content~#1~BMC}%
}
-\cs_new_protected:Npn \driver_pdf_bdc:nn #1 #2
- {
- \special{pdf:code~/#1~#2~BDC}
- %\special{pdf:content~#1~#2~BDC}%accsupp
- }
-
-\cs_new_protected:Npn \driver_pdf_emc:
- {
- \special{pdf:code~EMC}
- %\special{pdf:content EMC}%accsupp
- }
-
\input{l3dvipdfmx-pdf.def}
}
%</package>
More information about the latex3-commits
mailing list