ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font mapfiles
@ 2005-05-17 15:14 Thomas A. Schmitz
  2005-05-17 18:03 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas A. Schmitz @ 2005-05-17 15:14 UTC (permalink / raw)


Sorry for reposting, but I'm really curious about this issue!


I just had to reinstall my TeX installation (upgrade to OS X 10.4).  
After mucking around with my old TeX, I decided to reinstall, and I  
hit a problem: even though I ran updmap, ConTeXt doesn't seem to work  
with the fonts I installed myself unless I include the \loadmapfile 
[foo] either in the typescript or in the source file. This wasn't the  
case before. I also tried moving the mapfiles to texmf/fonts/map/ 
pdftex/context insteadt of just fonts/map/, but that didn't change  
anything. Am I missing something obvious, or is this the expected  
behavior? I much prefer to have system-wide mapfiles since I use  
LaTeX from time to time and want the same fonts available there. They  
work with plain pdfetex as well, it's just ConTeXt that gives  
trouble. So my question is: is this the new setup, are we supposed to  
load mapfiles this way, and what is the advantage over the old method?

Thanks!

Thomas

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

* Re: font mapfiles
  2005-05-17 15:14 font mapfiles Thomas A. Schmitz
@ 2005-05-17 18:03 ` Hans Hagen
  2005-05-17 21:42   ` Thomas A. Schmitz
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-05-17 18:03 UTC (permalink / raw)


Thomas A. Schmitz wrote:
> Sorry for reposting, but I'm really curious about this issue!
> 
> 
> I just had to reinstall my TeX installation (upgrade to OS X 10.4).  
> After mucking around with my old TeX, I decided to reinstall, and I  hit 
> a problem: even though I ran updmap, ConTeXt doesn't seem to work  with 
> the fonts I installed myself unless I include the \loadmapfile [foo] 
> either in the typescript or in the source file. This wasn't the  case 
> before. I also tried moving the mapfiles to texmf/fonts/map/ 
> pdftex/context insteadt of just fonts/map/, but that didn't change  
> anything. Am I missing something obvious, or is this the expected  
> behavior? I much prefer to have system-wide mapfiles since I use  LaTeX 
> from time to time and want the same fonts available there. They  work 
> with plain pdfetex as well, it's just ConTeXt that gives  trouble. So my 
> question is: is this the new setup, are we supposed to  load mapfiles 
> this way, and what is the advantage over the old method?

my guess is that you lost your local cont-sys.tex and that cont-sys.rme is used 
now; in there you will find

\resetmapfiles

so, in your case, you need a special version of cont-sys.tex (preferable in 
context/user so that it is not lost when you wipe out context/base)

btw, in some future release i will drop context map files and stick to inline 
map entries,

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

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

* Re: font mapfiles
  2005-05-17 18:03 ` Hans Hagen
@ 2005-05-17 21:42   ` Thomas A. Schmitz
  2005-05-17 21:49     ` Adam Lindsay
  2005-05-17 22:00     ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas A. Schmitz @ 2005-05-17 21:42 UTC (permalink / raw)


Hans, Adam,

thanks for your replies! I just tried with Adam's version and my old  
version of cont-sys.tex, but it made no difference - do I have to  
rebuild the formats every time I change this file? I'll do more  
experiments this weekend, but will be away from my computer from  
tomorrow till Friday. Thanks for your help, I'll report back!

Best

Thomas

On May 17, 2005, at 8:03 PM, Hans Hagen wrote:

> Thomas A. Schmitz wrote:
>
>> Sorry for reposting, but I'm really curious about this issue!
>> I just had to reinstall my TeX installation (upgrade to OS X  
>> 10.4).  After mucking around with my old TeX, I decided to  
>> reinstall, and I  hit a problem: even though I ran updmap, ConTeXt  
>> doesn't seem to work  with the fonts I installed myself unless I  
>> include the \loadmapfile [foo] either in the typescript or in the  
>> source file. This wasn't the  case before. I also tried moving the  
>> mapfiles to texmf/fonts/map/ pdftex/context insteadt of just fonts/ 
>> map/, but that didn't change  anything. Am I missing something  
>> obvious, or is this the expected  behavior? I much prefer to have  
>> system-wide mapfiles since I use  LaTeX from time to time and want  
>> the same fonts available there. They  work with plain pdfetex as  
>> well, it's just ConTeXt that gives  trouble. So my question is: is  
>> this the new setup, are we supposed to  load mapfiles this way,  
>> and what is the advantage over the old method?
>>
>
> my guess is that you lost your local cont-sys.tex and that cont- 
> sys.rme is used now; in there you will find
>
> \resetmapfiles
>
> so, in your case, you need a special version of cont-sys.tex  
> (preferable in context/user so that it is not lost when you wipe  
> out context/base)
>
> btw, in some future release i will drop context map files and stick  
> to inline map entries,
>
> 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
> -----------------------------------------------------------------
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

* Re: font mapfiles
  2005-05-17 21:42   ` Thomas A. Schmitz
@ 2005-05-17 21:49     ` Adam Lindsay
  2005-05-17 22:00     ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Adam Lindsay @ 2005-05-17 21:49 UTC (permalink / raw)


Thomas A. Schmitz said this at Tue, 17 May 2005 23:42:47 +0200:

>I just tried with Adam's version and my old  
>version of cont-sys.tex, but it made no difference - do I have to  
>rebuild the formats every time I change this file?

Er, (something I still forget time to time), you definitely need to re-
hash the TeX trees after installing the new cont-sys.tex, though.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: font mapfiles
  2005-05-17 21:42   ` Thomas A. Schmitz
  2005-05-17 21:49     ` Adam Lindsay
@ 2005-05-17 22:00     ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2005-05-17 22:00 UTC (permalink / raw)


Thomas A. Schmitz wrote:
> Hans, Adam,
> 
> thanks for your replies! I just tried with Adam's version and my old  
> version of cont-sys.tex, but it made no difference - do I have to  
> rebuild the formats every time I change this file? I'll do more  
> experiments this weekend, but will be away from my computer from  
> tomorrow till Friday. Thanks for your help, I'll report back!

the file cont-sys.tex is read in at runtime, so there is no need to regenerate 
the format; when testing, watch the messages in the log with regards to map files

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

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

* font mapfiles
@ 2005-05-12 13:00 Thomas A. Schmitz
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas A. Schmitz @ 2005-05-12 13:00 UTC (permalink / raw)


I just had to reinstall my TeX installation (upgrade to OS X 10.4).  
After mucking around with my old TeX, I decided to reinstall, and I  
hit a problem: even though I ran updmap, ConTeXt doesn't seem to work  
with the fonts I installed myself unless I include the \loadmapfile 
[foo] either in the typescript or in the source file. This wasn't the  
case before. I also tried moving the mapfiles to texmf/fonts/map/ 
pdftex/context insteadt of just fonts/map/, but that didn't change  
anything. Am I missing something obvious, or is this the expected  
behavior? I much prefer to have system-wide mapfiles since I use  
LaTeX from time to time and want the same fonts available there. They  
work with plain pdfetex as well, it's just ConTeXt that gives  
trouble. So my question is: is this the new setup, are we supposed to  
load mapfiles this way, and what is the advantage over the old method?

Thanks!

Thomas

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

end of thread, other threads:[~2005-05-17 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17 15:14 font mapfiles Thomas A. Schmitz
2005-05-17 18:03 ` Hans Hagen
2005-05-17 21:42   ` Thomas A. Schmitz
2005-05-17 21:49     ` Adam Lindsay
2005-05-17 22:00     ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2005-05-12 13:00 Thomas A. Schmitz

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