diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-13 23:27:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-13 23:27:59 +0000 |
commit | 755ee977e784df555d3142c1dcf67a6701c76cc5 (patch) | |
tree | c0c91ff588ee8cf59dfcb8d49c76ce17099417c1 /Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex | |
parent | 0b6eaa10b2f47abfb80d42492678e4d55c8b68ab (diff) |
new latex package incgraph (21jun12)
git-svn-id: svn://tug.org/texlive/trunk@27038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex b/Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex new file mode 100644 index 00000000000..f7e46d3482d --- /dev/null +++ b/Master/texmf-dist/doc/latex/incgraph/incgraph-example-a.tex @@ -0,0 +1,9 @@ +\documentclass{article} +\usepackage{incgraph} + +\igrset{center,zerofill=4,bookmark={Page \theigrpage\ (\nt)}} + +\begin{document}% + \incgraph{example.jpg} + \incmultigraph{exaimage-\nn.png}{1,...,150} +\end{document} |