\documentclass{article} \usepackage[showembeds]{graphicxsp} \usepackage{eforms} \usepackage{rmannot} \usepackage{fldigigal} \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} This file shows the minimal requirement for the \textsf{fldigigal} package: The \textsf{xkeyval} and \textsf{rmannot} packages are required by the package; the \textsf{rmannot} package requires, in turn, the \textsf{graphicxsp} and \textsf{eforms} packages. The preamble says, \begin{verbatim} \documentclass{article} \usepackage[showembeds]{graphicxsp} \usepackage{eforms} \usepackage{rmannot} \usepackage{fldigigal} \end{verbatim} Actually, this can be shortened to read \begin{verbatim} \documentclass{article} \usepackage[showembeds]{graphicxsp} \usepackage{eforms} % \usepackage{rmannot} % <- rmannot may be removed \usepackage{fldigigal} \end{verbatim} because the \textsf{rmannot} package is input by \textsf{fldigigal}. Here is the Flash Digital Gallery. \begin{center} \resizebox{\linewidth}{!} {% \fgRmAnnot[galleryopts={gallery=vthumbs1,captionalign=center}, posternote={Flash Digital Gallery},enabled=pageopen ]{myDigis} } \end{center} \end{document}