ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* PDF-output adjusted to screen
@ 2000-02-04 19:26 Peter.Andree
  2000-02-04 20:27 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Peter.Andree @ 2000-02-04 19:26 UTC (permalink / raw)


How can I produce a PDF-file, adjusted to screen-format (like 
pdfscreen produces)? I tried with \setuplayout and failed. Is there a 
short command like output=screen? I haven't found something 
solving my problem. Thanks in advance! Regards, Peter.
Peter Andree, Unterriessstr. 4, D-78465 Konstanz
------------------------------------------------------------
<http://home.t-online.de/home/peter.andree>
<http://www.ksk.ch/mathematik/mathonline>
------------------------------------------------------------


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

* Re: PDF-output adjusted to screen
  2000-02-04 19:26 PDF-output adjusted to screen Peter.Andree
@ 2000-02-04 20:27 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2000-02-04 20:27 UTC (permalink / raw)
  Cc: ntg-context

At 08:26 PM 2/4/2000 +0100, Peter.Andree@t-online.de wrote:
>How can I produce a PDF-file, adjusted to screen-format (like 
>pdfscreen produces)? I tried with \setuplayout and failed. Is there a 
>short command like output=screen? I haven't found something 
>solving my problem. Thanks in advance! Regards, Peter.

Take a look at the files 

 s-pre-*.tex

basically 6 screen formats. Later this year more will become available.
There is also an article on this on our site; goto the downloading page and
follow the styles link to pick up documented styles as well as go to the
articles and publications link and pick up an article. 

Otherwise: 

\setupinteraction
  [state=start]

\setuppapersize
  [S6][S6]

\setupinteractionscreen
  [option=max]

\setuplayout
  [backspace=1cm,
   topspace=1cm,
   width=middle,
   height=middle]

etc etc etc 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

end of thread, other threads:[~2000-02-04 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-04 19:26 PDF-output adjusted to screen Peter.Andree
2000-02-04 20:27 ` 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).