On Sat, 17 Feb 2001, Dekel Tsur wrote:

> On Thu, Feb 15, 2001 at 08:32:42PM +0200, Tuukka Toivonen wrote:
> > options. On way is to use pdflatex (and remove line
> > \usepackage[T1]{fontenc} from the LaTeX file generated by LyX before
> > running it through pdflatex), another is to select
> > "Layout/Document/Fonts/pslatex" and use ps2pdf. If you do the latter, you
> > get helvetica vector fonts by selecting your text and setting
> > "Layout/Character/Family/Sans Serif".

> The above is not entirely accurate.
> See Extended.lyx, section 3.3.6.2 for information on the scalable font.

Thank you. I hadn't noticed this particular section in the LyX
documentation. To summarize the docs,
1. add the following lines to ~/.dvipsrc (create if the file doesn't
exist):
p+ psfonts.cmz
p+ psfonts.amz

2. add the following to LaTeX preamble:
\usepackage{ae,aecompl}

3. or, the following could be added to ~/.lyxrc, but is not recommended:
\font_encoding default

For the 3rd thing, setting Layout/Document/Language/Encoding/Default
didn't help so I assume .lyxrc file should be modified each time when
using different encodings. I feel this is clumsy and it's easier just to
modify the generated LaTeX file.

And if using the 2nd thing (aecompl), only postscript files will have
outline fonts, not PDF (either pdflatex or even ps2pdf!) so it doesn't
really help for PDFs.

> > If you have math in your document then it won't be that easy.
> 
> Not true.

Using pslatex, not all fonts appear as outline fonts in PDF files (using
either pdflatex or ps2pdf), for example parentheses (). However, in
Postscript file everything is fine.

Maybe i'm using old or misconfigured software though (RedHat 6.2, gs 5.50,
pdfTeX (Web2C 7.3.1) 3.14159-0.13d). I don't use gs 6.50 since it heard it
doesn't work with LyX due bugs.



Reply via email to