ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Interactionmenu not creating a button for the final page
@ 2016-04-12  0:59 Brian Ballsun-Stanton
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Ballsun-Stanton @ 2016-04-12  0:59 UTC (permalink / raw)
  To: ntg-context


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

Awesome. Thanks!

On 12 April 2016 at 03:16, <ntg-context-request@ntg.nl> wrote:

>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 11 Apr 2016 19:05:39 +0200
> From: Hans Hagen <pragma@wxs.nl>
> To: ntg-context@ntg.nl
> Subject: Re: [NTG-context] Interactionmenu not creating a button for
>         the final page
> Message-ID: <570BD963.4050407@wxs.nl>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 4/11/2016 9:47 AM, Brian Ballsun-Stanton wrote:
>
> > 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.
>
> it's a bug in subpages (reference needs page offset) ... fixed in next
> upload
>
> Hans
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>        tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
> -----------------------------------------------------------------
>
>

[-- Attachment #1.2: Type: text/html, Size: 1822 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Interactionmenu not creating a button for the final page
  2016-04-11  7:47 Brian Ballsun-Stanton
@ 2016-04-11 17:05 ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2016-04-11 17:05 UTC (permalink / raw)
  To: ntg-context

On 4/11/2016 9:47 AM, Brian Ballsun-Stanton wrote:

> 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.

it's a bug in subpages (reference needs page offset) ... fixed in next 
upload

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Interactionmenu not creating a button for the final page
@ 2016-04-11  7:47 Brian Ballsun-Stanton
  2016-04-11 17:05 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Ballsun-Stanton @ 2016-04-11  7:47 UTC (permalink / raw)
  To: ntg-context


[-- 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-12  0:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12  0:59 Interactionmenu not creating a button for the final page Brian Ballsun-Stanton
  -- strict thread matches above, loose matches on Subject: below --
2016-04-11  7:47 Brian Ballsun-Stanton
2016-04-11 17:05 ` Hans Hagen

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).