ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* option=max
@ 2000-12-24  1:06 David Arnold
  2000-12-27  8:34 ` option=max Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2000-12-24  1:06 UTC (permalink / raw)
  Cc: ntg-context

Lutz, All,

Did you ever get an answer to this question?

Is it possible to start the file in Acrobat Reader with "Fit Width"?
Or is option=max the only option of \setupinteractionscreen?
I found no documentation about the options.

I'd like to start up with "Fit Width." 


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

* Re: option=max
  2000-12-24  1:06 option=max David Arnold
@ 2000-12-27  8:34 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-12-27  8:34 UTC (permalink / raw)
  Cc: Lutz.Haseloff, ntg-context

At 05:06 PM 12/23/00 -0800, David Arnold wrote:
>Lutz, All,
>
>Did you ever get an answer to this question?
>
>Is it possible to start the file in Acrobat Reader with "Fit Width"?
>Or is option=max the only option of \setupinteractionscreen?
>I found no documentation about the options.
>
>I'd like to start up with "Fit Width." 

The whole fit-to-something is rather buggy and fuzzy. FullScreen and a few
others are document options, while this fit thing is to be implemented
otherwise. 

\unprotect 

\startvariables            dutch                     english
                           german                    czech
                           italian

                 FitWidth: FitWidth                  FitWidth
                           FitWidth                  FitWidth
                           FitWidth  % yet untranslated

\stopvariables

\setglobalsystemreference \rt!exec \v!FitWidth {fitwidth}

\def\PDFexecutefitwidth {/Named /N /FitWidth}

\protect

\setupinteraction
  [state=start,
   openaction=FitWidth]

\starttext 

This is not a regular open document option, but either a goto
page one with this or that zoom [which is not always stable] 
or some dirty JavaScript [which does not seem to work according 
to the specs] should work. Alas, I only got a menu action 
working. 

\typefile{fitw.tex}

\stoptext 

-------------------------------------------------------------------------
                                                  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-12-27  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-24  1:06 option=max David Arnold
2000-12-27  8:34 ` option=max 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).