ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Brian Ballsun-Stanton <denubisx@gmail.com>
To: ntg-context@ntg.nl
Subject: Interactionmenu not creating a button for the final page
Date: Mon, 11 Apr 2016 17:47:30 +1000	[thread overview]
Message-ID: <CADs1X48iw3k6V5BxVxVQh1CZ5DjpRZb+2wkNYTRqAyRCxW4rsA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1688 bytes --]

Given the following code:

\enableregime [utf]
> \mainlanguage [en]
> \definepapersize[sheet][width=1280px, height=960px]
> \setuppapersize[sheet][sheet]
> \setupexternalfigures[directory={img,
>     /home/ubuntu/EGU2016-Presentation,
>     /home/ubuntu/ConTeXt/img}]
> \usemodule[simplefonts]
> \setmainfont[Adventor][expansion=quality,protrusion=quality]
> \setupcolors[state=start]
> \definecolor[faimsblue][h=1B3E93]
> \definecolor[faimsorange][h=F68E1E]
> \setuphead[section][placehead=yes, page=yes, number=no, align=middle,
> style={\setupbodyfont[40pt]}]
>
> \setuplayout[
>     backspace=.01\pagewidth,
>     header=0pt,
>     footer=.02\pageheight,
>     topspace=.185\pageheight,
>     cutspace-.1\pagewidth,
>     width=.87\pagewidth,
>     height=.798\pageheight,
>     bottomspace=.8cm,
>     bottom=12pt
>     ]
> \setuppagenumbering[location=]
> \setupinteraction
>   [page=yes,
>    color=faimsblue,
>    contrastcolor=faimsorange,
>    menu=on,
>    state=start]
> \setupsubpagenumber
>   [way=bytext,
>    state=start]
> \startinteractionmenu[bottom]
> {\interactionbar[alternative=f,width=\makeupwidth,height=2ex]}
> \stopinteractionmenu
> \starttext
> \input knuth
> \section{section 1}
> \input knuth
>
> \section{section 2}
> \input knuth
>
>
> \section{section 3}
> \input knuth
>
>
> \section{section 4}
> \input knuth
> \stoptext


(used in a real presentation:
http://context.fedarch.org/Context/presentation.pdf with environment at
https://github.com/FAIMS/EGU2016-Presentation/blob/master/envpresentation.tex
)

it seems that the interactionmenu doesn't have a button for the final page.
I'm assuming I did something wrong, but I'm not quite sure what it is.

[-- Attachment #1.2: Type: text/html, Size: 5225 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2016-04-11  7:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-11  7:47 Brian Ballsun-Stanton [this message]
2016-04-11 17:05 ` Hans Hagen
2016-04-12  0:59 Brian Ballsun-Stanton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADs1X48iw3k6V5BxVxVQh1CZ5DjpRZb+2wkNYTRqAyRCxW4rsA@mail.gmail.com \
    --to=denubisx@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).