ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* unknown library 'loc'
@ 2014-01-03 13:33 H. van der Meer
  2014-01-05  0:05 ` Hans Hagen
  2014-01-06 23:24 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: H. van der Meer @ 2014-01-03 13:33 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]

Has someone an idee what causes the unknown library message as in the log below? Is it harmful?

fonts           > typescripts > unknown library 'loc'
(/Users/hansm/tex/context-16/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv){/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/Users/hansm/tex/context-16/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map})

ConTeXt  ver: 2013.12.26 12:50 MKIV beta  fmt: 2013.12.29  int: english/english

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 1117 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: unknown library 'loc'
  2014-01-03 13:33 unknown library 'loc' H. van der Meer
@ 2014-01-05  0:05 ` Hans Hagen
  2014-01-06 23:24 ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2014-01-05  0:05 UTC (permalink / raw)
  To: ntg-context

On 1/3/2014 2:33 PM, H. van der Meer wrote:
> Has someone an idee what causes the unknown library message as in the
> log below? Is it harmful?
>
> fonts           > typescripts > unknown library 'loc'
> (/Users/hansm/tex/context-16/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv){/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/Users/hansm/tex/context-16/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map})

it's a harmless side effect that i need to figure out when i have time

Hans

-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: unknown library 'loc'
  2014-01-03 13:33 unknown library 'loc' H. van der Meer
  2014-01-05  0:05 ` Hans Hagen
@ 2014-01-06 23:24 ` Hans Hagen
  2014-01-12 10:23   ` Keith J. Schultz
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2014-01-06 23:24 UTC (permalink / raw)
  To: ntg-context

On 1/3/2014 2:33 PM, H. van der Meer wrote:
> Has someone an idee what causes the unknown library message as in the
> log below? Is it harmful?
>
> fonts           > typescripts > unknown library 'loc'

you can add a file type-loc.mkiv someplace in your local tree with

% dummy file

\endinput

this file can be used for local overrides (just some mkii compatible 
feature).

> (/Users/hansm/tex/context-16/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv){/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/hansm/tex/context-16/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/Users/hansm/tex/context-16/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map})
>
> ConTeXt  ver: 2013.12.26 12:50 MKIV beta  fmt: 2013.12.29  int:
> english/english
>
> Hans van der Meer
>
>
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: unknown library 'loc'
  2014-01-06 23:24 ` Hans Hagen
@ 2014-01-12 10:23   ` Keith J. Schultz
  2014-01-12 22:50     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Keith J. Schultz @ 2014-01-12 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

Am 07.01.2014 um 00:24 schrieb Hans Hagen <pragma@wxs.nl>:

> On 1/3/2014 2:33 PM, H. van der Meer wrote:
>> Has someone an idee what causes the unknown library message as in the
>> log below? Is it harmful?
>> 
>> fonts           > typescripts > unknown library 'loc'
> 
> you can add a file type-loc.mkiv someplace in your local tree with
> 
> % dummy file
> 
> \endinput
> 
> this file can be used for local overrides (just some mkii compatible feature).
	If this is the case, should not the the "dummy"-file be in the distribution!
	That way if somebody has local overrides they can modify it if needed,
	and the rest of have one lees message we need to worry, about?

regards
	Keith.

___________________________________________________________________________________
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] 6+ messages in thread

* Re: unknown library 'loc'
  2014-01-12 10:23   ` Keith J. Schultz
@ 2014-01-12 22:50     ` Hans Hagen
  2014-01-13 15:54       ` Keith J. Schultz
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2014-01-12 22:50 UTC (permalink / raw)
  To: ntg-context

On 1/12/2014 11:23 AM, Keith J. Schultz wrote:
> Hi Hans,
>
> Am 07.01.2014 um 00:24 schrieb Hans Hagen <pragma@wxs.nl>:
>
>> On 1/3/2014 2:33 PM, H. van der Meer wrote:
>>> Has someone an idee what causes the unknown library message as in the
>>> log below? Is it harmful?
>>>
>>> fonts           > typescripts > unknown library 'loc'
>>
>> you can add a file type-loc.mkiv someplace in your local tree with
>>
>> % dummy file
>>
>> \endinput
>>
>> this file can be used for local overrides (just some mkii compatible feature).
> 	If this is the case, should not the the "dummy"-file be in the distribution!
> 	That way if somebody has local overrides they can modify it if needed,
> 	and the rest of have one lees message we need to worry, about?

It depends ... there are some more loc files, like cont-loc.mkiv and we 
don't ship these either. Normally users would put such files in 
texmf-local nowadays but in the past that tree has changes positions in 
texlive (loading order) so we make no assumptions i.e. it can even be in 
the main base path which in turn means that we need to make sure it 
doesn't get overwritten. Easier is probably to suppress the message 
(ugly but doable).

Hans

-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: unknown library 'loc'
  2014-01-12 22:50     ` Hans Hagen
@ 2014-01-13 15:54       ` Keith J. Schultz
  0 siblings, 0 replies; 6+ messages in thread
From: Keith J. Schultz @ 2014-01-13 15:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2411 bytes --]

Hi Hans,

Suppressing the message of a loc that is not needed would be the cleanest
method. 

IMHO, it should not be even causing a warning. 

regards
	Keith.

Am 12.01.2014 um 23:50 schrieb Hans Hagen <pragma@wxs.nl>:

> On 1/12/2014 11:23 AM, Keith J. Schultz wrote:
>> Hi Hans,
>> 
>> Am 07.01.2014 um 00:24 schrieb Hans Hagen <pragma@wxs.nl>:
>> 
>>> On 1/3/2014 2:33 PM, H. van der Meer wrote:
>>>> Has someone an idee what causes the unknown library message as in the
>>>> log below? Is it harmful?
>>>> 
>>>> fonts           > typescripts > unknown library 'loc'
>>> 
>>> you can add a file type-loc.mkiv someplace in your local tree with
>>> 
>>> % dummy file
>>> 
>>> \endinput
>>> 
>>> this file can be used for local overrides (just some mkii compatible feature).
>> 	If this is the case, should not the the "dummy"-file be in the distribution!
>> 	That way if somebody has local overrides they can modify it if needed,
>> 	and the rest of have one lees message we need to worry, about?
> 
> It depends ... there are some more loc files, like cont-loc.mkiv and we don't ship these either. Normally users would put such files in texmf-local nowadays but in the past that tree has changes positions in texlive (loading order) so we make no assumptions i.e. it can even be in the main base path which in turn means that we need to make sure it doesn't get overwritten. Easier is probably to suppress the message (ugly but doable).
> 
> Hans
> 
> -----------------------------------------------------------------
>                                          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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 4931 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-01-13 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-03 13:33 unknown library 'loc' H. van der Meer
2014-01-05  0:05 ` Hans Hagen
2014-01-06 23:24 ` Hans Hagen
2014-01-12 10:23   ` Keith J. Schultz
2014-01-12 22:50     ` Hans Hagen
2014-01-13 15:54       ` Keith J. Schultz

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