\ChoiceMenu 多個同時選擇

\ChoiceMenu 多個同時選擇

我正在嘗試製作一個可填寫的PDF。這是一個範例:

\documentclass[12pt,pdftex]{article}
\setlength{\parindent}{0pt} \setlength{\parskip}{2ex}

%Encoding & language
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}

%Forms
\usepackage{hyperref}
\hypersetup{ pdftitle={Playing with Forms}, pdfpagemode=none }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document
\begin{document}

\thispagestyle{empty}

\ChoiceMenu[combo, backgroundcolor=0.9 1 0.9, bordercolor=0 0.5 0,
borderwidth=1, charsize=11pt, color=0 0.5 0, checked, height=2mm,
name=aradiomenu, width=2mm, value={second} ]{radio-style:
}{first,second,third,fourth}

\end{document}

我真正想要的不是只從清單中選擇一項而不包括其他項,而是從同一個清單中選擇多項,並將它們寫在另一個地方。那可能嗎?我希望!

相關內容