ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Interactive documents
Date: Wed, 11 Jul 2012 10:14:20 +0200	[thread overview]
Message-ID: <AE8D8E62-AC69-41E2-9ED4-D33117F73B27@gmail.com> (raw)
In-Reply-To: <f69d8027799ea78.4ffd48db@uniovi.es>


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


Am 11.07.2012 um 09:35 schrieb MANUEL GONZALEZ SUAREZ:

> 
> Hi
> My name is Manuel Gonzalez and I am a teacher of Classical Greek at the University of Oviedo (Spain). So far I've been using LaTeX but recently I have discovered the extraordinary possibilities of ConTeXt. However, I have continuously problems which I solved as I can (I'm a complete newbie and I do not know the details of programming languages​​). Well, theproblem is the following: I want to make an interactive document and I copy the code that appears in "Context an excursion", page 65, but did not appear in the final document navigation tools, such as EXIT, STOP, etc.. What could be the cause?
> 


\setuplayout
  [width=12cm,
   rightedge=2cm]

\setupinteraction
  [state=start,
   menu=on]

\setupinteractionmenu
  [right]
  [state=start,
   align=middle,
   background=screen,
   frame=on,
   width=broad,
   style=smallbold,
   color=]

\startinteractionmenu[right]
  \startbut [content]    Content \stopbut
  \startbut [index]      Index   \stopbut
  \vfill
  \startbut [ExitViewer] Stop    \stopbut
\stopinteractionmenu

\starttext

\completecontent %\showframe

\dorecurse{4}
  {\chapter{Chapter #1}\index{chapter #1}
   \input knuth\page}

\completeindex

\stoptext

Wolfgang

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

  parent reply	other threads:[~2012-07-11  8:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11  7:35 MANUEL GONZALEZ SUAREZ
2012-07-11  8:12 ` Hans Hagen
2012-07-11  8:25   ` Wolfgang Schuster
2012-07-11  8:14 ` Wolfgang Schuster [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-10 18:59 Giuseppe Bilotta
2001-02-11 22:35 ` Hans Hagen

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=AE8D8E62-AC69-41E2-9ED4-D33117F73B27@gmail.com \
    --to=schuster.wolfgang@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).