From a08ff08cf0611e394af127354498248222c9e2d7 Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Wed, 4 Feb 2015 18:11:08 +0100 Subject: Update test PDF file. * test/test.tex: --- test/test.pdf | Bin 26257 -> 102122 bytes test/test.tex | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 3 deletions(-) diff --git a/test/test.pdf b/test/test.pdf index d0f60e6..3173ec9 100644 Binary files a/test/test.pdf and b/test/test.pdf differ 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} -- cgit v1.0