Re: How can I instruct dvips to use outline fonts instead of theCM ones?

2003-01-30 Thread Mats Bengtsson
Or if you just want to do it for one file, not as the default for
the full installation, just use the following flag to dvips:
dvips -Ppdf myfile.dvi

or maybe (depending on what fonts you use)

dvips -Ppdf -G0 myfile.dvi

   /Mats

Thomas Esser wrote:

Could anybody tell me how to instruct dvips
to use bluesky fonts instead of the standard
Computer Modern fonts?



The following works with standard teTeX-1.0. I don't know if this is
different in RedHat's version...

  cd `kpsewhich -expand-var='$TEXMFMAIN'`/dvips/config
  vi updmap # or use a different editor
# change type1_default=false - type1_default=true
  ./updmap

That's it. updmap is described in TETEXDOC, just
  texdoc TETEXDOC

Thomas



--
=
	Mats Bengtsson
	Signal Processing
	Signals, Sensors and Systems
	Royal Institute of Technology
	SE-100 44  STOCKHOLM
	Sweden
	Phone: (+46) 8 790 8463
Fax:   (+46) 8 790 7260
	Email: [EMAIL PROTECTED]
	WWW: http://www.s3.kth.se/~mabe
=



Re: How can I instruct dvips to use outline fonts instead of theCM ones?

2003-01-30 Thread Giuseppe Greco
 Or if you just want to do it for one file, not as the default for
 the full installation, just use the following flag to dvips:
 dvips -Ppdf myfile.dvi
 
 or maybe (depending on what fonts you use)
 
 dvips -Ppdf -G0 myfile.dvi

This works quite fine, but the result is not
so good as with pdflatex...

What does the -G0 flag mean? I've not found it
in the man documentation.

-- 
Giuseppe Greco
Strada Regina 40
6928 Manno (TI)
Switzerland

Phone : +41 (0) 91 604 67 65
Mobile: +41 (0) 76 390 60 32
Email : [EMAIL PROTECTED]