File: fde0006.tex

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (18 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The ex0001.tex file shows a first attempt to create the form.
\lstinputlisting{../examples/ex0001.tex}
After running
\begin{lstlisting}
pdflatex ex0001 && pdflatex ex0001
\end{lstlisting}
we can open ex0001.pdf in the \textsc{pdf} viewer.\\
The form does not look good but contains the required functionality.

The source shows:
\begin{itemize}
\item	A unique name (identifier) is assigned to each form element
	using the \textit{name\/} parameter.
\item	The last argument of the \textit{\textbackslash{}ChoiceMenu[]\{\}\{\}}
	macro is a list containing the available choices. Each list
	entry contains the full text to show and an abbreviation, separated
	by ``=''.
\end{itemize}