summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-07-13 10:25:48 +0900
committerNorbert Preining <norbert@preining.info>2017-07-13 10:25:48 +0900
commitcfe306ba1b7ec40855a300580b7981845d56edeb (patch)
treee2feaf2adf8a8afe43a995528097913793874d01 /texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex
parent32d0671418a3cc6ad0465b06539ed54d96f77784 (diff)
add aeb-mlink aeb-pro aebxmp graphicxsp annot-pro
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex b/texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex
new file mode 100644
index 00000000..40933cb4
--- /dev/null
+++ b/texmf-dist/doc/latex/aeb-pro/examples/aebpro_index_ex.tex
@@ -0,0 +1,44 @@
+\documentclass{article}
+\usepackage[web={tight,pro}]{aeb_pro}
+
+\newcommand{\cs}[1]{\texttt{\char`\\#1}}
+\newcommand\newtopic{\par\ifdim\lastskip>0pt\relax\vskip-\lastskip\fi
+\vskip\medskipamount\noindent}
+
+\parindent0pt
+\parskip6pt
+
+\begin{document}
+
+
+\section{Index of Example Files}
+
+The following is a list of the example files that illustrate and test various
+features of AeB Pro.
+
+\begin{enumerate}
+ \item \texttt{aebpro\_ex1.tex}: Illustrates the document and page
+ open/close actions and fullscreen support of AeB Pro.
+
+ \item \texttt{aebpro\_ex2.tex}: Demonstrates the features of the
+ \texttt{pro} option of the \textsf{web} package, including enhanced control
+ over the layout of section headings and the title page.
+
+ \item \texttt{aebpro\_ex3.tex}: Highlights the attachments options and the
+ doc assembly methods.
+
+ \item \texttt{aebpro\_ex4.tex}: A discussion of layers, rollovers and animation.
+
+ \item \texttt{aebpro\_ex5.tex}: Linking to attachments: The \cs{ahyperref}, \cs{ahyperlink}
+ and the \cs{ahyperextract} commands.
+
+ \item \texttt{aebpro\_ex6.tex}: Learn how to create a PDF Package out of your attachments.
+
+ \item \texttt{aebpro\_ex7.tex}: Explore the \cs{DeclareInitView} command, documentation included
+ in this file.
+
+ \item \texttt{aebpro\_ex8.tex}: Details of how to use unicode to set the initial value(s) of field, or as
+ captions on a button.
+\end{enumerate}
+
+\end{document}