* LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
@ 2021-07-27 21:44 T. Kurt Bond via ntg-context
2021-07-28 6:50 ` Hans Hagen via ntg-context
0 siblings, 1 reply; 6+ messages in thread
From: T. Kurt Bond via ntg-context @ 2021-07-27 21:44 UTC (permalink / raw)
To: context mailing list; +Cc: T. Kurt Bond
[-- Attachment #1.1: Type: text/plain, Size: 767 bytes --]
Hello.
I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX
installed in the directory /sw/versions/context/lmtx and I've put copies of
the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts.
Some of them are truetype and some of them are opentype. When I run
mtxrun --script fonts --reload --force
it says
fonts | names | scanning path
'/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
fonts | names | 0 otf files checked, okay
and later
fonts | names | scanning path
'/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
fonts | names | 0 ttf files checked, okay
Any ideas of what I'm doing wrong?
--
T. Kurt Bond, tkurtbond@gmail.com, https://tkurtbond.github.io
[-- Attachment #1.2: Type: text/html, Size: 1626 bytes --]
[-- Attachment #2: Type: text/plain, Size: 493 bytes --]
___________________________________________________________________________________
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
2021-07-27 21:44 LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts T. Kurt Bond via ntg-context
@ 2021-07-28 6:50 ` Hans Hagen via ntg-context
2021-07-28 8:31 ` Henning Hraban Ramm via ntg-context
0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen via ntg-context @ 2021-07-28 6:50 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Hans Hagen
On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote:
> Hello.
>
> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got
> LMTX installed in the directory /sw/versions/context/lmtx and I've put
> copies of the fonts I'd like to use in
> /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype
> and some of them are opentype. When I run
>
> mtxrun --script fonts --reload --force
>
> it says
>
> fonts | names | scanning path
> '/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
> fonts | names | 0 otf files checked, okay
>
> and later
>
> fonts | names | scanning path
> '/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
> fonts | names | 0 ttf files checked, okay
>
>
> Any ideas of what I'm doing wrong?
did you add the /fonts subpath?
/sw/versions/context/lmtx/tex/texmf-fonts/fonts/data
i normally put them in
data/whatever/whataverer*.otf
(data is kind of generic, there is no need to distinguish between
various font types)
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
2021-07-28 6:50 ` Hans Hagen via ntg-context
@ 2021-07-28 8:31 ` Henning Hraban Ramm via ntg-context
2021-07-28 9:46 ` Hans Hagen via ntg-context
0 siblings, 1 reply; 6+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-07-28 8:31 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm
> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>
> On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote:
>> Hello.
>> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype and some of them are opentype. When I run
>> mtxrun --script fonts --reload --force
>> it says
>> fonts | names | scanning path
>> '/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
>> fonts | names | 0 otf files checked, okay
>> and later
>> fonts | names | scanning path
>> '/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
>> fonts | names | 0 ttf files checked, okay
>> Any ideas of what I'm doing wrong?
>
> did you add the /fonts subpath?
>
> /sw/versions/context/lmtx/tex/texmf-fonts/fonts/data
>
> i normally put them in
>
> data/whatever/whataverer*.otf
>
> (data is kind of generic, there is no need to distinguish between various font types)
When I added your “Lost in fonts” article to the CGJ, I did exactly that with the included TYFA* fonts.
They were not recognized in the same folder as the article or in texmf-fonts/fonts/data/tyfa, even after several force reloads; they were only found when I added them to the system font directory (~/Library/Fonts on MacOS).
Hraban
___________________________________________________________________________________
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
2021-07-28 8:31 ` Henning Hraban Ramm via ntg-context
@ 2021-07-28 9:46 ` Hans Hagen via ntg-context
2021-07-28 11:45 ` Henning Hraban Ramm via ntg-context
0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen via ntg-context @ 2021-07-28 9:46 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Hans Hagen
On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote:
>
>> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>
>> On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote:
>>> Hello.
>>> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype and some of them are opentype. When I run
>>> mtxrun --script fonts --reload --force
>>> it says
>>> fonts | names | scanning path
>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
>>> fonts | names | 0 otf files checked, okay
>>> and later
>>> fonts | names | scanning path
>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
>>> fonts | names | 0 ttf files checked, okay
>>> Any ideas of what I'm doing wrong?
>>
>> did you add the /fonts subpath?
>>
>> /sw/versions/context/lmtx/tex/texmf-fonts/fonts/data
>>
>> i normally put them in
>>
>> data/whatever/whataverer*.otf
>>
>> (data is kind of generic, there is no need to distinguish between various font types)
>
> When I added your “Lost in fonts” article to the CGJ, I did exactly that with the included TYFA* fonts.
> They were not recognized in the same folder as the article or in texmf-fonts/fonts/data/tyfa, even after several force reloads; they were only found when I added them to the system font directory (~/Library/Fonts on MacOS).
did you also do mtxrun --generate beforehand?
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
2021-07-28 9:46 ` Hans Hagen via ntg-context
@ 2021-07-28 11:45 ` Henning Hraban Ramm via ntg-context
2021-07-28 12:56 ` Hans Hagen via ntg-context
0 siblings, 1 reply; 6+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2021-07-28 11:45 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm
> Am 28.07.2021 um 11:46 schrieb Hans Hagen <j.hagen@xs4all.nl>:
>
> On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote:
>>> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>>
>>> On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote:
>>>> Hello.
>>>> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype and some of them are opentype. When I run
>>>> mtxrun --script fonts --reload --force
>>>> it says
>>>> fonts | names | scanning path
>>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
>>>> fonts | names | 0 otf files checked, okay
>>>> and later
>>>> fonts | names | scanning path
>>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
>>>> fonts | names | 0 ttf files checked, okay
>>>> Any ideas of what I'm doing wrong?
>>>
>>> did you add the /fonts subpath?
>>>
>>> /sw/versions/context/lmtx/tex/texmf-fonts/fonts/data
>>>
>>> i normally put them in
>>>
>>> data/whatever/whataverer*.otf
>>>
>>> (data is kind of generic, there is no need to distinguish between various font types)
>> When I added your “Lost in fonts” article to the CGJ, I did exactly that with the included TYFA* fonts.
>> They were not recognized in the same folder as the article or in texmf-fonts/fonts/data/tyfa, even after several force reloads; they were only found when I added them to the system font directory (~/Library/Fonts on MacOS).
> did you also do mtxrun --generate beforehand?
I didn’t because that’s part of the install script, isn’t it? I run that more or less daily.
But it doesn’t change anything – deleted the fonts from Library, they’re still in texmf-fonts, --generate, --reload --force => fonts not found.
Since my texmf-fonts is a symlink (to avoid the same tree in several installations), I also checked if a “real” directory solves the problem – no.
Hraban
___________________________________________________________________________________
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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts
2021-07-28 11:45 ` Henning Hraban Ramm via ntg-context
@ 2021-07-28 12:56 ` Hans Hagen via ntg-context
0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen via ntg-context @ 2021-07-28 12:56 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Hans Hagen
On 7/28/2021 1:45 PM, Henning Hraban Ramm via ntg-context wrote:
>
>> Am 28.07.2021 um 11:46 schrieb Hans Hagen <j.hagen@xs4all.nl>:
>>
>> On 7/28/2021 10:31 AM, Henning Hraban Ramm via ntg-context wrote:
>>>> Am 28.07.2021 um 08:50 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
>>>>
>>>> On 7/27/2021 11:44 PM, T. Kurt Bond via ntg-context wrote:
>>>>> Hello.
>>>>> I'm trying to get LMTX to use my fonts on Fedora 33 Linux. I've got LMTX installed in the directory /sw/versions/context/lmtx and I've put copies of the fonts I'd like to use in /sw/versions/context/lmtx/tex/texmf-fonts. Some of them are truetype and some of them are opentype. When I run
>>>>> mtxrun --script fonts --reload --force
>>>>> it says
>>>>> fonts | names | scanning path
>>>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for otf files
>>>>> fonts | names | 0 otf files checked, okay
>>>>> and later
>>>>> fonts | names | scanning path
>>>>> '/sw/versions/context/lmtx/tex/texmf-fonts' for ttf files
>>>>> fonts | names | 0 ttf files checked, okay
>>>>> Any ideas of what I'm doing wrong?
>>>>
>>>> did you add the /fonts subpath?
>>>>
>>>> /sw/versions/context/lmtx/tex/texmf-fonts/fonts/data
>>>>
>>>> i normally put them in
>>>>
>>>> data/whatever/whataverer*.otf
>>>>
>>>> (data is kind of generic, there is no need to distinguish between various font types)
>>> When I added your “Lost in fonts” article to the CGJ, I did exactly that with the included TYFA* fonts.
>>> They were not recognized in the same folder as the article or in texmf-fonts/fonts/data/tyfa, even after several force reloads; they were only found when I added them to the system font directory (~/Library/Fonts on MacOS).
>> did you also do mtxrun --generate beforehand?
>
> I didn’t because that’s part of the install script, isn’t it? I run that more or less daily.
>
> But it doesn’t change anything – deleted the fonts from Library, they’re still in texmf-fonts, --generate, --reload --force => fonts not found.
>
> Since my texmf-fonts is a symlink (to avoid the same tree in several installations), I also checked if a “real” directory solves the problem – no.
No clue ... maybe --verbose helps ... i assume that mtxrun --generate
shows the path being seen.
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-07-28 12:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 21:44 LMTX mtxrun --script fonts --reload --force isn't finding fonts in tex/texmf-fonts T. Kurt Bond via ntg-context
2021-07-28 6:50 ` Hans Hagen via ntg-context
2021-07-28 8:31 ` Henning Hraban Ramm via ntg-context
2021-07-28 9:46 ` Hans Hagen via ntg-context
2021-07-28 11:45 ` Henning Hraban Ramm via ntg-context
2021-07-28 12:56 ` Hans Hagen via ntg-context
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).