summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/incgraph/incgraph-example-a.tex
blob: d0b0836e580efb695e3b3da1279c17613ebfcbe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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}