summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/incgraph/incgraph-example-b.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/incgraph/incgraph-example-b.tex')
-rw-r--r--macros/latex/contrib/incgraph/incgraph-example-b.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/incgraph/incgraph-example-b.tex b/macros/latex/contrib/incgraph/incgraph-example-b.tex
new file mode 100644
index 0000000000..7ef4d8205a
--- /dev/null
+++ b/macros/latex/contrib/incgraph/incgraph-example-b.tex
@@ -0,0 +1,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}