|
From: | Artemio Gonzalez Lopez |
Subject: | Re: [Bug-AUCTeX] minor annoyance when opening tex file in carbonemacs |
Date: | Thu, 07 Feb 2008 15:33:34 +0100 |
On Feb 7, 2008, at 11:40 AM, David Kastrup wrote:
There are several generic input encoding packages IIRC, but for plainTeX the easiest path is probably to use translation files. You'll needT1-encoded fonts in any case (or hyphenation is just a mess), and then the il1-t1 translation file should do the trick.
David,Thanks a lot for your help. I've tried loading the T1 (lmodern) fonts through the fontch package, by prepending the following lines to my tex document:
%& --translate-file=il1-t1.tcx \input fontch.tex \let\LMTone\relax \let\LMTSone\relax(see fontch's README file). Unfortunately, although the document compiles and doesn't complains about unknown characters, accented letters are not properly rendered (they are omitted). Could you please give me a pointer as to how to load the T1 fonts?
Thanks, Artemio
[Prev in Thread] | Current Thread | [Next in Thread] |