summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/incgraph/incgraph-example-a.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/incgraph/incgraph-example-a.tex')
-rw-r--r--macros/latex/contrib/incgraph/incgraph-example-a.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/incgraph/incgraph-example-a.tex b/macros/latex/contrib/incgraph/incgraph-example-a.tex
new file mode 100644
index 0000000000..d0b0836e58
--- /dev/null
+++ b/macros/latex/contrib/incgraph/incgraph-example-a.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+\usepackage{incgraph}
+
+\igrset{paper=letter,
+ zerofill=4,
+ bookmark={Page \theigrpage\ (\nt)}
+ }
+
+\begin{document}%
+ \incgraph{example.jpg}
+ \incmultigraph{exaimage-\nn.png}{1,...,150}
+\end{document}