On 02.11.05 Frank Küster ([EMAIL PROTECTED]) wrote:

Hi,

> When a pdf file is produced via latex/dvips/ps2pdf from the following
> document:
> 
> \documentclass[12pt,twoside]{scrbook}
> \usepackage[latin1]{inputenc}
> \usepackage[T1]{fontenc}
> \begin{document}
> Das ist ein Test.
> \end{document}
> 
> it is not possible to search for anything (e.g. the letter a) in Acrobat
> Reader.  Don't yet know why...
> 
Because the PS-Type3 fonts are used you activate using
\usepackage[T1]{fontenc}. Either:
- install cm-super
- call \usepackage{lmodern}
- call \usepackage{ae}

HTH,
  H.
-- 
sigmentation fault


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to