diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-06 00:13:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-06 00:13:51 +0000 |
commit | e651b058802905949b57e67c813f83a01d29eb34 (patch) | |
tree | 3519e0529f47a10c89808d4d9e636ac1dcab8eaf /Master/texmf-dist/doc/latex/pstool/example.tex | |
parent | ed098f056f74e731d05b63d13b3c494395ded8bd (diff) |
-mpstool 1.2b (4jul09)
git-svn-id: svn://tug.org/texlive/trunk@14130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstool/example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstool/example.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstool/example.tex b/Master/texmf-dist/doc/latex/pstool/example.tex new file mode 100644 index 00000000000..b075b6deccb --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstool/example.tex @@ -0,0 +1,21 @@ + +\documentclass[a5paper,12pt]{memoir} +\usepackage{color} +\usepackage{pstool} +\input macros.tex +\EndPreamble +\begin{document} + +External macros: \a, \b, \c + +\psfragfig{trial}{% + \color{red} + \tiny + \psfrag{[Mp]}{$M_\a$!}% +} + +\psfragfig[angle=45]{subdir/trial2}{% + \psfrag{[Mp]}{$Z_\b$}% +} + +\end{document}
\ No newline at end of file |