diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-02-04 18:11:08 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-02-04 18:11:08 +0100 |
| commit | a08ff08cf0611e394af127354498248222c9e2d7 (patch) | |
| tree | faa0e168b46414bdb2c6ec63a45ff20367fb29c2 /test | |
| parent | f32e08730514f2b505c16a33422d3946501a3213 (diff) | |
Update test PDF file.
* test/test.tex:
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.pdf | bin | 26257 -> 102122 bytes | |||
| -rw-r--r-- | test/test.tex | 51 |
2 files changed, 48 insertions, 3 deletions
diff --git a/test/test.pdf b/test/test.pdf Binary files differindex d0f60e6..3173ec9 100644 --- a/test/test.pdf +++ b/test/test.pdf diff --git a/test/test.tex b/test/test.tex index effaec7..b910e15 100644 --- a/test/test.tex +++ b/test/test.tex @@ -5,12 +5,57 @@ \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{amsmath,amssymb,amsfonts,amstext,amsthm} +\usepackage[rgb]{xcolor} +\usepackage[author={PDF Tools}]{pdfcomment} +\usepackage{attachfile} \begin{document} -Hello World ! +\section{Text} + +\label{sec:text} +PDF Tools is, among other things, a replacement of DocView for PDF +files. The key difference is, that pages are not prerendered by +e.g. ghostscript and stored in the file-system, but rather created +on-demand and stored in memory. + +PDF Tools is, among other things, a replacement of DocView for PDF +files. The key difference is, that pages are not prerendered by +e.g. ghostscript and stored in the file-system, but rather created +on-demand and stored in memory. \newpage -Hello World ! + +\section{Annotations} + +\label{sec:annotations} +\begin{enumerate} +\item \pdfcomment[color=red,icon=Insert]{insert} \\ +\item \pdfmarkupcomment[markup=StrikeOut, color=red]{strikeout} \\ +\item \pdfmarkupcomment[markup=Highlight, color=red]{highlight} \\ +\item \pdfmarkupcomment[markup=Underline, color=red]{underline} \\ +\item \pdfmarkupcomment[markup=Squiggly, color=red]{squiggly} \\ +\end{enumerate} \newpage -Hello World ! + +\section{Links} + +\label{sec:links} + +\begin{enumerate} +\item Internal link: \ref{sec:text} +\item External link: \url{http://www.gnu.org} +\end{enumerate} \newpage + +\section{Attachments} + +\label{sec:attachments} +\attachfile{test.tex} + +\newpage +\section{Outline} + +\label{sec:outline} +\subsection{subsection} +\subsubsection{subsubsection} + \end{document} |
