1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
\documentclass{article}
\usepackage[%
web={pro,tight,usesf,designiv},eforms,
graphicxsp={showembeds}
]{aeb_pro}
\usepackage{rmannot}
\usepackage{fldigigal}
\DeclareDocInfo
{
title={An \texorpdfstring{\AcroTeX}{AcroTeX} Flash Digital Gallery},
author=D. P. Story,
university=From the Desktop of One D. P. Story,
email=dpstory@acrotex.net,
subject={An example of the AcroTeX Flash Digital Gallery},
keywords={AcroTeX, Adobe Flash, rmannot, fldigigal package},
talksite=\url{http://www.acrotex.net},
talkdate={\today},
copyrightStatus=True,
copyrightNotice={Copyright (C) 2010, D. P. Story},
copyrightInfoURL=http://www.acrotex.net
}
\talkdateLabel{Published:}
\def\AcroTeX{Acro\!\TeX}
\definePath{\pathToSource}{%
C:/Users/Public/Documents/My TeX Files/tex/%
latex/aeb/aebpro/fldigigal/examples}
\definePath{\digisOnline}{%
http://www.math.uakron.edu/~dpstory/photos/pa_demo}
\definePath{\digisLocal}{\pathToSource/digis}
\fdgXmlList[showcount]{myDigis}
{%
\image{path=\digisOnline/Chrysanthemum.jpg,
caption=Jürgen\'s Chrysanthemum,online}
\image{path=\digisOnline/Desert.jpg,caption=Desert,online}
\image{path=\digisOnline/Hydrangeas.jpg,caption=Hydrangeas,online}
\image{path=\digisOnline/Jellyfish.jpg,caption=Jellyfish,online}
\image{path=\digisOnline/Koala.jpg,caption=Koala,online}
\image{path=\digisOnline/Lighthouse.jpg,caption=Lighthouse,online}
\image{path=\digisOnline/Penguins.jpg,caption=Penguins,online}
\image{path=\digisOnline/Tulips.jpg,caption=Tulips,online}
}
\parindent=0pt\parskip6pt\pagestyle{empty}
\begin{document}
\begin{center}
\resizebox{.9\linewidth}{!}
{%
\fgRmAnnot[galleryopts={gallery=vthumbs1,captionalign=center},
posternote={Flash Digital Gallery},enabled=pageopen
]{myDigis}
}
\end{center}
\end{document}
|