summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/grfpaste/grfp1.tex
blob: 43ea5e4692dca8ad32f1efc32ad47c45125ac19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}

\usepackage[write]{grfpaste}

\begin{document}

\sendout{\parbox[b]{2cm}{one \sf two three \tt four \it five}}

\sendout[abc]{hello}

\sendout{\parbox[t]{2cm}{one \sf two three \tt four \it five}}

\end{document}