ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TeXlive 2012 (testing again)
@ 2012-06-10 16:39 Marco Pessotto
  2012-06-10 22:03 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Pessotto @ 2012-06-10 16:39 UTC (permalink / raw)
  To: ntg-context


Hello there.

I can't get (again) the fonts installed in the texmf-local directory in
the TeXlive 2012 pretest.

It's quite possible I'm doing something wrong (but I recall that putting
the files under texmf-local/fonts/data was enough to get them
imported). 

Setup:

find texmf-local/fonts/data/  -type f -exec md5sum {} \;
25e5b8b98c516abdf0d2815067d691d6  texmf-local/fonts/data/charis/CharisSIL-I.ttf
61c9cd7d9ffd2e149ad586945b135e55  texmf-local/fonts/data/charis/CharisSIL-BI.ttf
76c44f99f6209ecea79724429dbcba3e  texmf-local/fonts/data/charis/CharisSIL-B.ttf
d39f8f29432ac164dae8bb1dfd5eeb3b  texmf-local/fonts/data/charis/Andika-R.ttf
20becdd98504161dc918be59c47e2268  texmf-local/fonts/data/charis/CharisSIL-R.ttf
79d2b1fe536079a3c69069f7961e8436  texmf-local/fonts/data/leaguegothic/League_Gothic.otf

The configuration is the same that an older (texlive-pretest)
installation one:

pwd
/media/data/melmoth/tex-live-hacking/tl2012-june
[18:28] melmoth@universe:/media/data/melmoth/tex-live-hacking/tl2012-june$ find texmf-local/fonts/data/  -type f -exec md5sum {} \; | (cd ../install-dir/ &&  md5sum -c -)
texmf-local/fonts/data/charis/CharisSIL-I.ttf: OK
texmf-local/fonts/data/charis/CharisSIL-BI.ttf: OK
texmf-local/fonts/data/charis/CharisSIL-B.ttf: OK
texmf-local/fonts/data/charis/Andika-R.ttf: OK
texmf-local/fonts/data/charis/CharisSIL-R.ttf: OK
texmf-local/fonts/data/leaguegothic/League_Gothic.otf: OK

Minimal example:

\setupbodyfont[charissil,11pt]
\definefont[AuxFont][file:League_Gothic sa *]

\starttext
test test test
{\AuxFont hello}
\stoptext


mtxrun --script fonts --reload

[...]
 /media/data/melmoth/tex-live-hacking/tl2012-june/texmf-local for ttf files
fonts           | names | 4 entries found, 0 ttf files checked, 0 okay
fonts           | names | scanning 
[...]

mtxrun --script fonts --list --method=file --all | grep -i char => empty

This is LuaTeX, Version beta-0.70.2-2012052323 (TeX Live 2012)
mtx-context     | current version: 2012.05.30 11:26

The same mtxrun produced:

fonts           | names | scanning /media/data/melmoth/tex-live-hacking/install-dir/texmf-local for ttf files
fonts           | names | 18 entries found, 10 ttf files checked, 10 okay

mtx-context     | current version: 2012.05.29 00:12
This is LuaTeX, Version beta-0.70.2-2012052323 (TeX Live 2012)


Best wishes.

-- 
Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: TeXlive 2012 (testing again)
  2012-06-10 16:39 TeXlive 2012 (testing again) Marco Pessotto
@ 2012-06-10 22:03 ` Hans Hagen
  2012-06-11  7:58   ` Marco Pessotto
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2012-06-10 22:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Marco Pessotto

On 10-6-2012 18:39, Marco Pessotto wrote:
>
> Hello there.
>
> I can't get (again) the fonts installed in the texmf-local directory in
> the TeXlive 2012 pretest.
>
> It's quite possible I'm doing something wrong (but I recall that putting
> the files under texmf-local/fonts/data was enough to get them
> imported).

texmf-local is one of the paths that get prescanned so did you run
mtxrun --generate"?

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


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: TeXlive 2012 (testing again)
  2012-06-10 22:03 ` Hans Hagen
@ 2012-06-11  7:58   ` Marco Pessotto
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Pessotto @ 2012-06-11  7:58 UTC (permalink / raw)
  To: ntg-context

Hans Hagen <pragma@wxs.nl> writes:

> On 10-6-2012 18:39, Marco Pessotto wrote:
>>
>> Hello there.
>>
>> I can't get (again) the fonts installed in the texmf-local directory in
>> the TeXlive 2012 pretest.
>>
>> It's quite possible I'm doing something wrong (but I recall that putting
>> the files under texmf-local/fonts/data was enough to get them
>> imported).
>
> texmf-local is one of the paths that get prescanned so did you run
> mtxrun --generate"?

Ok, mtxrun --generate ; mtxrun --script fonts --reload ; did the
trick. I'll have to tattoo these mtxrun commands somewhere on my hands,
so I won't forget.

Thanks and sorry for the noise.

-- 
Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-11  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-10 16:39 TeXlive 2012 (testing again) Marco Pessotto
2012-06-10 22:03 ` Hans Hagen
2012-06-11  7:58   ` Marco Pessotto

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).