summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex
new file mode 100644
index 00000000000..814c27b2fd6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/forms-src/fde0019.tex
@@ -0,0 +1,38 @@
+\begin{itemize}
+\item Version 0.9.5 (2008-02-08)\\*
+shows how to add help using \textsc{pdf} annotations or
+tooltip texts.
+\item Version 0.9.4 (2007-06-20)\\*
+contains a new section how to use the insdljs and inputenc
+packages together. German umlauts must not be written directly to strings
+in JavaScript code, the corresponding JavaScript Unicode notations must
+be used instead.
+\item Version 0.9.3 (2007-06-15)\\*
+contains corrected options for the hyperref package.
+\begin{lstlisting}
+pdfpagemode=UseNone
+\end{lstlisting}
+was replaced by
+\begin{lstlisting}
+pdfpagemode=UseNone
+\end{lstlisting}
+\item Version 0.9.2 (2007-06-14)\\
+uses other fonts than previous versions. The document preamble was derived
+from another document containing mathematics. As this document does not
+contain mathematics we do no need the packages related to mathematics.
+\item Version 0.9.1 (2007-06-13)\\
+contains corrections in the ``Fonts'' section.\\
+\begin{lstlisting}
+\usepackage[T1]{fontenc}
+\end{lstlisting}
+does not set up \LaTeX{} to use type-1 fonts (as stated in version 0.9.0).\\
+Instead it changes the preferred font encoding vector to T1 instead of OT1
+if type-1 fonts are used.
+\item Version 0.9.0\\
+is the first version published on \textsc{ctan}.\\
+I'm not a native english speaker, so the english tutorial and examples
+may need corrections in style, spelling and grammar.\\
+Please feel free to contact me using the web form
+\url{http://www.fh-schmalkalden.de/url.php?/page/1026/select_wert/3023}
+if you have suggestions.
+\end{itemize}