29.11.2012 Views

MetaFun - Pragma ADE

MetaFun - Pragma ADE

MetaFun - Pragma ADE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

262<br />

edge distance. By setting the header and footer dimensions to zero, we automatically get rid of<br />

page body ornaments, like the page number.<br />

\setuplayout<br />

[topspace=48pt,<br />

backspace=48pt,<br />

cutspace=12pt,<br />

width=400pt,<br />

margin=0cm,<br />

rightedge=88pt,<br />

rightedgedistance=48pt,<br />

header=0cm,<br />

footer=0cm,<br />

height=middle]<br />

We use a moderate, about a line height, inter--paragraph white space.<br />

\setupwhitespace[big]<br />

Of course we use colors, since on computer displays they come for free.<br />

\setupcolors[state=start]<br />

\definecolor [red] [r=.75]<br />

\definecolor [yellow] [r=.75,g=.75]<br />

\definecolor [gray] [s=.50]<br />

\definecolor [white] [s=.85]<br />

Because it is an interactive document, we have to enable hyperlinks and alike. However, in this<br />

style, we disable the viewer's ‘highlight a hyperlink when it's clicked on' feature. We will use a<br />

menu, so we enable menus. Later we will see the contras`t color —hyperlinks gets that color when<br />

we are already on the location— in action.<br />

\setupinteraction<br />

[state=start,<br />

click=off,<br />

color=red,<br />

contrastcolor=gray,<br />

menu=on]<br />

The menu itself is set up as follows. Because we will calculate menu buttons based on their position<br />

on the page, we have to keep track of the positions. Therefore, we set the position variable to yes.<br />

\setupinteractionmenu<br />

[right]<br />

[frame=off,<br />

position=yes,<br />

align=middle,<br />

topoffset=-.75cm,<br />

bottomoffset=-.75cm,<br />

Defining styles Adaptive buttons

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!