Skip to content

Commit

Permalink
document some keys, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Feb 11, 2021
1 parent 35e7c3f commit d8e7f37
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions hyperref-generic.dtx
Expand Up @@ -3614,8 +3614,8 @@
}
% \end{macrocode}
%
%
% pdfpageduration sets the duration a page is shown in full screen mode.
% \subsection{Transitions}
% pdfpageduration sets the duration a page is shown in full screen mode.
% \begin{macrocode}
\keys_define:nn { hyp / setup }
{
Expand All @@ -3630,7 +3630,7 @@
}
}
}

% \end{macrocode}
% Transition settings are used by (some) pdf viewers when presenting a
% pdf in full screen mode. They are added to the page settings and describe the
% transition from the previous page to current page. Transition setting can be
Expand Down Expand Up @@ -3660,7 +3660,7 @@
% scale & a number, only relevant for Fly style \\
% opaque & true or false, only relevant for Fly style
% \end{tabular}

% \begin{macrocode}
\keys_define:nn { hyp / setup }
{
pdfpagetransition .code:n =
Expand Down Expand Up @@ -3749,20 +3749,16 @@
\exp_args:Nnx\keys_set:nn {hyp/trans}{ style=\l_keys_key_str }
}
}

%% process the option list:

% \end{macrocode}
%
% Finally we process the package option list, to get most keys working
% \begin{macrocode}
\keys_set_known:nv{hyp/setup}{opt@hyperref.sty}

%%%%%%%%%%%%%% Temporary stuff
%^^A\seq_map_inline:Nn \c_@@_annot_types_seq
%^^A {
%^^A \define@key{Hyp}{#1border}{}
%^^A \define@key{Hyp}{#1borderstyle}{}
%^^A \define@key{Hyp}{#1highlight}{}
%^^A }
%%%%%%%%%%%%%%%%%
% \end{macrocode}
%
% Unfinished
%% Form field code
% \begin{macrocode}
\NewDocumentCommand \MakeFieldObject { m m }
{
\pdf_xform_new:nnn { #2 }{} { #1 }
Expand Down

0 comments on commit d8e7f37

Please sign in to comment.