summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fldigigal/fdg_demo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/fldigigal/fdg_demo.tex')
-rw-r--r--texmf-dist/doc/latex/fldigigal/fdg_demo.tex59
1 files changed, 59 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/fldigigal/fdg_demo.tex b/texmf-dist/doc/latex/fldigigal/fdg_demo.tex
new file mode 100644
index 00000000..6b2251f1
--- /dev/null
+++ b/texmf-dist/doc/latex/fldigigal/fdg_demo.tex
@@ -0,0 +1,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}