ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Andreas Schneider <andreas@Mathematik.Uni-Marburg.de>
Subject: Re: texfont produces faked ligatures with ec encoding
Date: Mon, 7 Aug 2006 10:29:21 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0608071020001.8242@rabat.Mathematik.Uni-Marburg.DE> (raw)
In-Reply-To: <Pine.LNX.4.64.0608070956270.8027@rabat.Mathematik.Uni-Marburg.DE>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 3947 bytes --]

On Mon, 7 Aug 2006, Andreas Schneider wrote:
> Now I've found lm-ec.enc in another texmf tree. When I copy lm-ec.enc to
> the directory where I run texfont, it works fine.

Unfortunately it only works with pdftex, i.e. texexec --pdf and pdflatex.
With texexec or latex it does not work. For example, if I run texexec over 
the simple sample file

\setuppapersize[A4][A4]
\mainlanguage[de]
\language[de]
\enableregime[windows]

\setupencoding[default=ec]
%\loadmapfile[ec-bitstrea-eleggar.map]
\usetypescriptfile[type-eleggar]
\usetypescript[eleggar]
\setupbodyfont[eleggar,11pt]

\setupbodyfontenvironment[default][em=italic]

\starttext

Dies ist ein Text, der in ElegantGaramond erscheinen soll.
Er enthält auch {\it kursive} und {\bf fette} Teile.

{\em Hervorgehoben}

Einige Zeichen: "`, "', --, "<, ">
Ligaturen: fi, fl, ff, ffi, ffl
Aufgelöste Ligaturen: f"|i, f"|l

Umlaute: ä, ö, ü, ß, Ä, Ö, Ü; "a, "o, "u, "s

\stoptext

it doesn't complain, but xdvi gives error messages like

xdvi.bin: Warning: Character 228 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 18 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 16 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 21 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 19 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 20 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 28 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 29 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 246 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 252 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 255 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 214 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 220 is mapped to .notdef in font ec-raw-bgjr (page 1), replacing by whitespace.

and ligatures and umlauts are not displayed. With the texnansi encoding, I 
get similar results:

xdvi.bin: Warning: Character 228 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 132 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 147 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 150 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 12 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 8 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 246 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 252 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 223 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 214 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.
xdvi.bin: Warning: Character 220 is mapped to .notdef in font texnansi-raw-bgjr (page 1), replacing by whitespace.

How can I solve this? (Since I've got a postscript printer, I would like 
to have tex -> dvi -> ps working.)

Andreas

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-08-07  8:29 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-06  8:07 Andreas Schneider
2006-08-06  9:52 ` Taco Hoekwater
2006-08-06 15:00   ` Andreas Schneider
2006-08-06 16:53 ` Thomas A. Schmitz
     [not found]   ` <Pine.LNX.4.64.0608062211300.31615@rabat.Mathematik.Uni-Marburg.DE>
2006-08-06 21:00     ` Thomas A. Schmitz
2006-08-07  7:59       ` Andreas Schneider
2006-08-07  8:29         ` Andreas Schneider [this message]
2006-08-07  8:42           ` Taco Hoekwater
2006-08-07 12:34             ` texfont: installed font only works with pdftex Andreas Schneider
2006-08-07 13:25           ` texfont produces faked ligatures with ec encoding Hans Hagen
2006-08-08  7:14             ` texfont: font only works with pdftex Andreas Schneider
2006-08-08  8:05               ` Hans Hagen
2006-08-08  8:33                 ` texfont: installed " Andreas Schneider
2006-08-08  8:56                   ` Taco Hoekwater
2006-08-08 19:27                     ` Andreas Schneider
2006-08-08 21:26                       ` Taco Hoekwater
2006-08-08 21:46                         ` Hans Hagen
2006-08-08 21:57                           ` Taco Hoekwater
2006-08-09  5:29                             ` Thomas A. Schmitz
2006-08-09 10:21                               ` Hans Hagen
2006-08-09 11:33                                 ` Taco Hoekwater
2006-08-09 13:58                               ` Taco Hoekwater
2006-08-09 14:14                                 ` Hans Hagen
2006-08-09 14:29                                 ` Thomas A. Schmitz
2006-08-09 14:52                                   ` Hans Hagen
2006-08-09 15:44                                     ` Thomas A. Schmitz
2006-08-08 21:50                         ` Hans Hagen
2006-08-11  9:34                         ` Andreas Schneider
2006-08-11  9:59                           ` Taco Hoekwater
2006-08-11 10:33                             ` Andreas Schneider
2006-08-06 21:42     ` texfont produces faked ligatures with ec encoding Hans Hagen
2006-08-06 23:22     ` Mojca Miklavec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0608071020001.8242@rabat.Mathematik.Uni-Marburg.DE \
    --to=andreas@mathematik.uni-marburg.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).