blob: 7ef4d8205a94d927c076aa0614f029cce6acbd23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\documentclass{article}
\usepackage{incgraph,tikz}
\igrset{paper=graphics,
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}
|