summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/grfpaste/grfp3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/grfpaste/grfp3.tex')
-rw-r--r--Master/texmf-dist/doc/latex/grfpaste/grfp3.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/grfpaste/grfp3.tex b/Master/texmf-dist/doc/latex/grfpaste/grfp3.tex
new file mode 100644
index 00000000000..64f82b9e5aa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/grfpaste/grfp3.tex
@@ -0,0 +1,23 @@
+\documentclass{article}
+
+\usepackage{grfpaste}
+\setlength\lineskip{12pt}
+\addtolength\textheight{1in}
+
+\begin{document}
+
+
+First two fragments from \texttt{grfp1.dvi}
+\begin{center}
+ Paste fragment `abc': \fbox{\includegraphics[ref=abc]{grfp1}}\\
+ Paste fragment `1': \fbox{\includegraphics[num=1]{grfp1}}
+\end{center}
+and now four pages lifted from \texttt{grfp2.dvi}
+\begin{center}
+\fbox{\includegraphics[num=1]{grfp2}}
+\fbox{\includegraphics[num=2]{grfp2}}
+\fbox{\includegraphics[num=3]{grfp2}}
+\fbox{\includegraphics[num=4]{grfp2}}
+\end{center}
+
+\end{document}