ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Print versus Screen
@ 1999-06-07  9:31 Gilbert van den Dobbelsteen
  0 siblings, 0 replies; 3+ messages in thread
From: Gilbert van den Dobbelsteen @ 1999-06-07  9:31 UTC (permalink / raw)


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

I use a HP laserjet III, and the results are reasonable, but I advice you to
use Ghostscript for printing, Acrobat makes a mess of things. The fact is
that adobe products only seem to work reasonable on postscript printers,
which is understandable from their point of view.

You could also try to make black-and-stuff.

Since our company uses GhostScript on a Linux machine(as print-server),
client-side printing has improved significantly, all windows programs print
*a lot* faster when using postscript. Performance improvements are a factor
5 if not more.

Gilbert.


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

* Re: Print versus Screen
  1999-06-03 18:56 David Arnold
@ 1999-06-03 22:54 ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 1999-06-03 22:54 UTC (permalink / raw)
  Cc: ntg-context

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


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

* Print versus Screen
@ 1999-06-03 18:56 David Arnold
  1999-06-03 22:54 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: David Arnold @ 1999-06-03 18:56 UTC (permalink / raw)


All, 

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?

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?


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

end of thread, other threads:[~1999-06-07  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-07  9:31 Print versus Screen Gilbert van den Dobbelsteen
  -- strict thread matches above, loose matches on Subject: below --
1999-06-03 18:56 David Arnold
1999-06-03 22:54 ` 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).