summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/incgraph/incgraph-example-b.tex
blob: e70d4ee343fa471a3a5b9c59cdecba052d15a430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\usepackage{incgraph,tikz}

\igrset{page,zerofill=4,options={width=18cm},
  overlay page number at top=7mm}

\igrsetmatches{   1 = A very red image,
                123 = A greenish example }

\begin{document}

  \incgraph[bookmark={Page \theigrpage: My first example}]{example.jpg}

  \incmultigraph[if match set bookmark=
    {\n}{Page \theigrpage: \igrmatchvalue}{Page \theigrpage}]
    {exaimage-\nn.png}{1,...,150}

\end{document}