diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/spec-pdf.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/spec-pdf.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/context/base/spec-pdf.tex b/Master/texmf-dist/tex/context/base/spec-pdf.tex index ae3f582c70e..2191eaeae3a 100644 --- a/Master/texmf-dist/tex/context/base/spec-pdf.tex +++ b/Master/texmf-dist/tex/context/base/spec-pdf.tex @@ -300,7 +300,7 @@ %D definitions are rather verbose. First the destination %D macro. -\def\doPDFdestination name #1% +\def\doPDFdestination#1% {\special {\@@insertpostscriptretain [ /Dest /#1\space @@ -357,10 +357,10 @@ \egroup \fi} -\def\doPDFaction width #1 height #2 action #3% +\def\doPDFaction#1#2#3% {\dodoPDFaction\empty{#1}{#2}{#3}} -\def\doPDFannotation width #1 height #2 data #3% +\def\doPDFannotation#1#2#3% {\bgroup \PointsToBigPoints{#1}\width \PointsToBigPoints{#2}\height @@ -371,7 +371,7 @@ pdfmark}% \egroup} -\def\doPDFannotationobject class #1 name #2 width #3 height #4 data #5% +\def\doPDFannotationobject#1#2#3#4#5% {\bgroup \PointsToBigPoints{#3}\width \PointsToBigPoints{#4}\height @@ -384,7 +384,7 @@ \egroup \dosetobjectreference{#1}{#2}{#1::#2}} -\def\doPDFactionobject class #1 name #2 width #3 height #4 action #5% +\def\doPDFactionobject#1#2#3#4#5% {\dodoPDFaction{/_objdef {#1::#2}}{#3}{#4}{#5}% \dosetobjectreference{#1}{#2}{#1::#2}} @@ -393,14 +393,14 @@ %D %D These two macros are used to build low level objects. -\def\doPDFdictionaryobject class #1 name #2 data #3% +\def\doPDFdictionaryobject#1#2#3% {\special {\@@insertpostscriptretain [ /_objdef {#1::#2} /type /dict /OBJ pdfmark [ {#1::#2} << #3 >> /PUT pdfmark}% \dosetobjectreference{#1}{#2}{#1::#2}} -\def\doPDFarrayobject class #1 name #2 data #3% +\def\doPDFarrayobject#1#2#3% {\special {\@@insertpostscriptretain [ /_objdef {#1::#2} /type /array /OBJ pdfmark @@ -439,15 +439,15 @@ {\@@insertpostscriptretain [ #1 /PAGES pdfmark}}} -\let\doPDFresetpageresources =\relax -\let\doPDFresetpageattributes=\relax +\let\doPDFresetpageresources \relax +\let\doPDFresetpageattributes\relax %D \macros %D {doPDFbookmark} %D %D This is how we force bookmarks entries in the file. -\def\doPDFbookmark level #1 n #2 text #3 page #4 open #5% +\def\doPDFbookmark#1#2#3#4#5% {\scratchcounter#4\advance\scratchcounter\minusone \special {\@@insertpostscriptretain |