Re: Aus checkboxen radiobuttons machen mit eforms?

Ulrike Fischer <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Am Thu, 31 Oct 2024 12:52:22 +0100 schrieb Arne Röhrs:

> Moin!
> 
> Ich möchte ein Formular mit eforms erstellen

Nun, du solltest dir im klaren sein, dass der Autor verstorben ist
und es dafür keinen neuen Maintainer gibt.

Mit dem aktuellen LaTeX code ginge es etwa so (Dokumentation
verteilt sich über diverse l3pdffield-XXX Dateien

\DocumentMetadata{}
\documentclass[DIV15,11pt]{scrartcl}
\usepackage{fancybox}

\usepackage{l3pdffield-testphase}

\begin{document}
\ExplSyntaxOn
\pdffield_appearance:nn {arno/oval/Off}{\Ovalbox{\phantom{123}}}
\pdffield_appearance:nn {arno/oval/Yes}{\Ovalbox{123}}

\pdffield_checkbox:n{name=a,appearance=arno/oval,width=6ex}
\quad
\pdffield_checkbox:n{name=b}

\par\bigskip
\pdffield_radio:n{group = A,value = button1}\quad
\pdffield_radio:n{group = A,value = button2,default}\quad
\pdffield_radio:n{group = A,value = button3}\quad
\ExplSyntaxOff

\end{document}

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.