summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/grfpaste/grfp2.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/grfpaste/grfp2.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/grfpaste/grfp2.tex')
-rw-r--r--macros/latex/contrib/grfpaste/grfp2.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/latex/contrib/grfpaste/grfp2.tex b/macros/latex/contrib/grfpaste/grfp2.tex
new file mode 100644
index 0000000000..4ccc866cba
--- /dev/null
+++ b/macros/latex/contrib/grfpaste/grfp2.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+
+\setlength\textheight{5cm}
+\setlength\textwidth{5cm}
+\setlength\oddsidemargin{0cm}
+
+\usepackage[writepages]{grfpaste}
+
+\pagestyle{headings}
+
+\def\xa{aa bb cc dd ee }
+\def\xb{\xa\xa\xa\xa\xa\xa\par\xa\xa\xa}
+\begin{document}
+
+\tableofcontents
+
+\section{Intro}
+\xb
+
+\section{More}
+\xb
+
+\begin{table}
+ \begin{tabular}{|ll|}
+aaa&bbb\\
+aaa&bbb\\
+aaa&bbb\\
+ \end{tabular}
+ \caption{test one}
+\end{table}
+\begin{table}
+ \begin{tabular}{|ll|}
+1&2\\
+3&4\\
+5&6\\
+ \end{tabular}
+ \caption{test two}
+\end{table}
+
+\section{Yet more}
+\xb\xb
+\end{document}