ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Struggling with...
@ 2000-07-28  7:43 David Arnold
  2000-07-28 18:01 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2000-07-28  7:43 UTC (permalink / raw)
  Cc: ntg-context

All,

I am struggling with a number of items.

1. If I set up an interaction menu in the right edge of and S6 document,
how can I create a menu on the first page that is different from the menus
on ensuing pages?

2. If I compile using my letter mode, I want the title, author, date
abstract to be followed by the remainder of the text without a page break.
If I compile using my screen mode, then I want title, author, date,
abstract to be on its own page, with the remainder of the document starting
on the next page. 

-
David Arnold
College of the Redwoods
Mathematics Department
7351 Tompkins Hill Road
Eureka, CA 95501
(707) 476-4222

My Home Page
http://online.redwoods.cc.ca.us/instruct/darnold/index.htm

Ordinary Differential Equations Using Matlab
http://www.prenhall.com/books/esm_0130113816.html


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

* Re: Struggling with...
  2000-07-28  7:43 Struggling with David Arnold
@ 2000-07-28 18:01 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-07-28 18:01 UTC (permalink / raw)
  Cc: ntg-context

At 12:43 AM 7/28/00 -0700, David Arnold wrote:
>All,
>
>I am struggling with a number of items.
>
>1. If I set up an interaction menu in the right edge of and S6 document,
>how can I create a menu on the first page that is different from the menus
>on ensuing pages?

By creating more menus, and enabling and disabling them: 

\defineinteractionmenu[first][right][state=start,distance=overlay]

\startinteractionmenu
.... 
\stopinteractionmenu

You can define many menus, and stack or overlay them, turn them on and off
etc. 

>2. If I compile using my letter mode, I want the title, author, date
>abstract to be followed by the remainder of the text without a page break.
>If I compile using my screen mode, then I want title, author, date,
>abstract to be on its own page, with the remainder of the document starting
>on the next page. 
>

\startmode[*interaction]

....

\stopmode

\startnotmode[*interaction]

\stopnotmode

The * modes are system ones, in this case a mode obeying interaction mode.
But in your case I would use: 

[screen] 

and run texexec with --mode=screen

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2000-07-28 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-28  7:43 Struggling with David Arnold
2000-07-28 18:01 ` 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).