ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Print versus Screen
Date: Fri, 04 Jun 1999 00:54:01 +0200	[thread overview]
Message-ID: <37570789.80B67816@wxs.nl> (raw)
In-Reply-To: <3.0.5.32.19990603115646.00a5d4a0@mail.northcoast.com>

David Arnold wrote:

> Having just printed Up-001-p.pdf and viewed Up-001-s.pdf on screen, I would
> very much like to learn how to produce documents for both print and
> onscreen, particularly with a minimum of duplicated effort. That is, can we
> just change a few lines to go from one to the other?
> 
> Any examples of this we can practice on?

Define your style like:

\startnotmode[paper]
  \setuppapersize [S6]
\stopnotmode

\startmode[paper]
  \setuppapersize [A4]
\stopmode

and run te file with 

  texexec somefile 

and 

  texexec --mode=paper somefile

If you add 

% modes=paper 

to your file, texexec will report them, 

Hans

> Also, when printing Up-001-p.pdf on my HPIIIP LaserJet printer, the colored
> links, such as \goto, are dithered and display poorly on paper. Thoughts?

Buy a high res printer -)

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


  reply	other threads:[~1999-06-03 22:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-03 18:56 David Arnold
1999-06-03 22:54 ` Hans Hagen [this message]
1999-06-07  9:31 Gilbert van den Dobbelsteen

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=37570789.80B67816@wxs.nl \
    --to=pragma@wxs.nl \
    --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).