diff options
Diffstat (limited to 'macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx')
-rw-r--r-- | macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx b/macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx index 1551e41fd0..f0f46ed31b 100644 --- a/macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx +++ b/macros/latex/contrib/pdfmanagement-testphase/l3pdffield-radiobutton.dtx @@ -23,7 +23,6 @@ % for those people who are interested. % %<*driver> -\RequirePackage{pdfmanagement-testphase} \DocumentMetadata{} \documentclass[full]{l3doc} \usepackage{array,booktabs} @@ -84,7 +83,7 @@ % }^^A % } % -% \date{Version 0.95r, released 2022-08-24} +% \date{Version 0.95s, released 2022-09-26} % % \maketitle % \begin{documentation} @@ -516,13 +515,13 @@ % ,\pdf_name_from_unicode_e:n % ,\pdf_object_if_exist:nTF % ,\pdf_object_if_exist:nF -% ,\pdf_object_new:nn +% ,\pdf_object_new:n % ,\pdf_object_ref:n % ,\pdf_object_ref_last: % ,\pdf_object_unnamed_write:nn % ,\pdf_object_unnamed_write:nx -% ,\pdf_object_write:nx -% ,\pdf_object_write:nn +% ,\pdf_object_write:nnx +% ,\pdf_object_write:nnn % ,\pdf_string_from_unicode:nnN % ,\pdfannot_box_ref_last: % ,\pdfannot_dict_put:nnn @@ -691,13 +690,13 @@ % We need an object and a seq for the Opt array. % The object is written at the end of the document. % \begin{macrocode} - \pdf_object_new:nn {@@/field/@@/radio-Opt/#1}{array} + \pdf_object_new:n {@@/field/@@/radio-Opt/#1} \pdfdict_put:nnx { l_@@/field }{Opt} { \pdf_object_ref:n {@@/field/@@/radio-Opt/#1} } \seq_new:c { g_@@_radio_opt_#1_seq } \hook_gput_code:nnn {shipout/lastpage}{pdffield/radio} { - \pdf_object_write:nx - {@@/field/@@/radio-Opt/#1} + \pdf_object_write:nnx + {@@/field/@@/radio-Opt/#1} { array } {\seq_use:cn {g_@@_radio_opt_#1_seq}{~}} } % \end{macrocode} |