summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex
new file mode 100644
index 00000000000..656017175d1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0006.tex
@@ -0,0 +1,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}