test.tex (1604B)
1 \documentclass{article} 2 3 \usepackage[ngerman]{babel} 4 \usepackage[utf8]{inputenc} 5 \usepackage[T1]{fontenc} 6 \usepackage{lmodern} 7 \usepackage{amsmath,amssymb,amsfonts,amstext,amsthm} 8 \usepackage[rgb]{xcolor} 9 \usepackage[author={PDF Tools}]{pdfcomment} 10 \usepackage{attachfile} 11 12 \pagestyle{empty} 13 \begin{document} 14 \section{Text} 15 16 \label{sec:text} 17 PDF Tools is, among other things, a replacement of DocView for PDF 18 files. The key difference is, that pages are not prerendered by 19 e.g. ghostscript and stored in the file-system, but rather created 20 on-demand and stored in memory. 21 22 PDF Tools is, among other things, a replacement of DocView for PDF 23 files. The key difference is, that pages are not prerendered by 24 e.g. ghostscript and stored in the file-system, but rather created 25 on-demand and stored in memory. 26 \newpage 27 28 \section{Annotations} 29 30 \label{sec:annotations} 31 \begin{enumerate} 32 \item \pdfcomment[color=red,icon=Insert]{insert} \\ 33 \item \pdfmarkupcomment[markup=StrikeOut, color=red]{strikeout} \\ 34 \item \pdfmarkupcomment[markup=Highlight, color=red]{highlight} \\ 35 \item \pdfmarkupcomment[markup=Underline, color=red]{underline} \\ 36 \item \pdfmarkupcomment[markup=Squiggly, color=red]{squiggly} \\ 37 \end{enumerate} 38 \newpage 39 40 \section{Links} 41 42 \label{sec:links} 43 44 \begin{enumerate} 45 \item Internal link: \ref{sec:text} 46 \item External link: \url{http://www.gnu.org} 47 \end{enumerate} 48 \newpage 49 50 \section{Attachments} 51 52 \label{sec:attachments} 53 \attachfile{test.tex} 54 55 \newpage 56 \section{Outline} 57 58 \label{sec:outline} 59 \subsection{subsection} 60 \subsubsection{subsubsection} 61 62 \newpage 63 \indent 64 % empty page 65 \end{document}