ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: ec-lmr12 not loadable: Metric (TFM) file ... not found
Date: Tue, 13 Mar 2007 18:45:23 +0100	[thread overview]
Message-ID: <45F6E333.6030403@wxs.nl> (raw)
In-Reply-To: <6faad9f00703081832y6a2f9abei2e1d302e73ccf68b@mail.gmail.com>

Mojca Miklavec wrote:
> On 3/9/07, Akira Kakuto wrote:
>   
>> Hi Mojca,
>>
>>     
>>> Well, OK, that's understandable. That's just an accidental mix-up with
>>> otf files in ConTeXt. Line 73 of font-ini.mkii should read
>>>     \def\fontfilesome#1{"#1"}
>>> instead of
>>>     \def\fontfilesome#1{"[#1]"}
>>>       
>> Please check my previous mail with care
>>      \def\fontfilesome#1{"#1"}
>> should be
>>      \def\fontfilesome#1{#1}
>> (note that there is no quotation).
>>
>> If you use \def\fontfilesome#1{"#1"}, XeTeX tries to find
>> OpenType or TrueType font #1 by using fontconfig, and fails.
>>     
>
> I was blindly looking to the right point, but didn't notice the most
> obvious thing. I'm sorry for the noise and thanks for pointing this
> out again.
>
> Hans, can you please replace the following block of code in
> font-ini.mkii? (Please also include lm-ec.map into the ConTeXt zip if
> possible - you may throw it out again as soon as the typescripts for
> OpenType LM are ready.)
>
>
> \def\fontfilename#1{"#1"}
> \def\fontfilefile#1{"#1"}
> \def\fontfilesome#1{#1} % I don't know about the two above, but " doesn't work
>
> \beginXETEX
>
>     \def\fontfilename#1{"#1"}
>     \def\fontfilefile#1{"[#1]"}
>     \def\fontfilesome#1{#1}
>
> \endXETEX
>
> Or perhaps:
>
> \def\fontfilename#1{"#1"}
> \def\fontfilefile#1{"#1"}
> \def\fontfilesome#1{#1}
>
> \beginXETEX
>     \def\fontfilefile#1{"[#1]"}
> \endXETEX
>
>   
sure, as long as you do the testing

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

      reply	other threads:[~2007-03-13 17:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-09  0:42 Mojca Miklavec
2007-03-09  1:12 ` Mojca Miklavec
     [not found] ` <200703090150.l291oL9x016415@jupiter.fsci.fuk.kindai.ac.jp>
2007-03-09  2:32   ` Mojca Miklavec
2007-03-13 17:45     ` Hans Hagen [this message]

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=45F6E333.6030403@wxs.nl \
    --to=pragma@wxs.nl \
    --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).