summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-17 00:53:48 +0000
committerKarl Berry <karl@freefriends.org>2009-12-17 00:53:48 +0000
commit83316e68b48213a76b799581c3fdfa3b49602578 (patch)
tree482174d33e0529ec400143879cf5b7e62d0ea852 /Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
parentd91dfd5d939bd2967659d9dec8a5861fce810bf4 (diff)
hyperref update (16dec09)
git-svn-id: svn://tug.org/texlive/trunk@16430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def47
1 files changed, 35 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
index c8b98a996d2..dd7a818a939 100644
--- a/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/hyperref/hdvipdfm.def
@@ -24,7 +24,7 @@
%% given in the file `manifest.txt'.
%%
\ProvidesFile{hdvipdfm.def}
- [2009/12/15 v6.79p
+ [2009/12/16 v6.79u
Hyperref driver for dvipdfm]
\def\Hy@PutCatalog#1{\@pdfm@mark{docview << #1 >>}}
\ifHy@pagelabels
@@ -158,7 +158,9 @@
\def\x{XYZ @xpos @ypos null}%
\else
\@onelevel@sanitize\@pdfview
- \Hy@Warning{Unknown value `\@pdfview' for pdfview}%
+ \Hy@Warning{%
+ Unknown value `\@pdfview' for pdfview%
+ }%
\def\x{XYZ @xpos @ypos null}%
\fi
\fi
@@ -321,7 +323,9 @@
\let\Hy@testname\Hy@undefinedname
\else
\Hy@pstringdef\Hy@testname{%
- \expandafter\HyperDestNameFilter\expandafter{\Hy@testname}%
+ \expandafter\HyperDestNameFilter\expandafter{%
+ \Hy@testname
+ }%
}%
\fi
\@pdfm@mark{%
@@ -696,7 +700,9 @@
}
\def\@@Radio#1{%
\Fld@listcount=0 %
- \setbox\pdfm@box=\hbox{\MakeRadioField{\Fld@width}{\Fld@height}}%
+ \setbox\pdfm@box=\hbox{%
+ \MakeRadioField{\Fld@width}{\Fld@height}%
+ }%
\@for\@curropt:=#1\do{%
\expandafter\Fld@checkequals\@curropt==\\%
\Hy@StepCount\Fld@listcount
@@ -707,7 +713,11 @@
\HyField@AdvanceAnnotCount
\fi
\@pdfm@mark{%
- ann \ifnum\Fld@listcount=1 @radio\HyField@TheAnnotCount\space\fi
+ ann %
+ \ifnum\Fld@listcount=1 %
+ @radio\HyField@TheAnnotCount%
+ \space
+ \fi
\dvipdfm@setdim
<<%
\PDFForm@Radio
@@ -716,14 +726,18 @@
}%
\unhcopy\pdfm@box\space% deliberate space between radio buttons
\ifnum\Fld@listcount=1 %
- \@pdfm@mark{put @afields @radio\HyField@TheAnnotCount}%
+ \@pdfm@mark{%
+ put @afields @radio\HyField@TheAnnotCount
+ }%
\fi
}%
}
\newcount\Fld@listcount
\def\@@Listbox#1{%
\HyField@PDFChoices{#1}%
- \setbox\pdfm@box=\hbox{\MakeChoiceField{\Fld@width}{\Fld@height}}%
+ \setbox\pdfm@box=\hbox{%
+ \MakeChoiceField{\Fld@width}{\Fld@height}%
+ }%
\leavevmode
\Hy@escapeform\PDFForm@List
\HyField@AdvanceAnnotCount
@@ -837,7 +851,9 @@
\PDFForm@Name
\HyField@FlagsCheckBox
\ifFld@hidden\def\Fld@width{1sp}\fi
- \setbox\pdfm@box=\hbox{\MakeCheckField{\Fld@width}{\Fld@height}}%
+ \setbox\pdfm@box=\hbox{%
+ \MakeCheckField{\Fld@width}{\Fld@height}%
+ }%
\HyField@AdvanceAnnotCount
\LayoutCheckField{#2}{%
\Hy@escapeform\PDFForm@Check
@@ -928,7 +944,8 @@
\def\Hy@@escapeform#1\Hy@escapestring#2#3\@nil{%
\ifx\\#3\\%
\else
- \expandafter\Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}%
+ \expandafter
+ \Hy@pstringdef\csname Hy@esc@\string#2\endcsname{#2}%
\Hy@ReturnAfterFi{%
\Hy@@escapeform#3\@nil
}%
@@ -1312,8 +1329,12 @@
\Hy@writebookmark{}{#2}{#3.#1}{#1}{toc}%
\hyper@anchorstart{#3.#1}\hyper@anchorend
}
-\def\BOOKMARK{\@ifnextchar[{\@BOOKMARK}{\@@BOOKMARK[1][-]}}
-\def\@BOOKMARK[#1]{\@ifnextchar[{\@@BOOKMARK[#1]}{\@@BOOKMARK[#1][-]}}
+\def\BOOKMARK{%
+ \@ifnextchar[{\@BOOKMARK}{\@@BOOKMARK[1][-]}%
+}
+\def\@BOOKMARK[#1]{%
+ \@ifnextchar[{\@@BOOKMARK[{#1}]}{\@@BOOKMARK[{#1}][-]}%
+}
\RequirePackage{rerunfilecheck}[2009/12/10]
\def\Hy@OutlineRerunCheck{%
\RerunFileCheck{\jobname.out}{%
@@ -1327,7 +1348,9 @@
\begingroup
\escapechar=`\\%
\let\escapechar\@gobble %
- \def\@@BOOKMARK[##1][##2]##3##4##5{\calc@bm@number{##5}}%
+ \def\@@BOOKMARK[##1][##2]##3##4##5{%
+ \calc@bm@number{##5}%
+ }%
\InputIfFileExists{\jobname.out}{}{}%
\ifx\WriteBookmarks\relax
\global\let\WriteBookmarks\relax