summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/fldigigal/fdg_demo_fit.tex
blob: 48e417c8822d661c86038d9e7cb7f7181f2b5373 (plain)
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
60
\documentclass{article}
\usepackage[%
    web={pro,tight,usesf},
    eforms,graphicxsp={showembeds}
]{aeb_pro}
\usepackage{rmannot}
\usepackage{fldigigal}

\margins{0in}{0in}{0in}{0in} % left,right,top, bottom
\screensize{240bp}{320bp}    % height, width


\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{myDigis}
{%
    \image{path=\digisOnline/Chrysanthemum.jpg,
            caption=J\iso{252}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\parskip0pt\pagestyle{empty}

\begin{document}

\fgRmAnnot[%
    galleryopts={gallery=vthumbs1,auto=false},
    posternote={Flash Digital Gallery},enabled=pageopen
]{myDigis}

\end{document}