ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font errors
@ 2006-07-19 19:50 Patrick Gundlach
  2006-07-19 19:59 ` Hans Hagen
  2006-07-19 21:02 ` Mojca Miklavec
  0 siblings, 2 replies; 4+ messages in thread
From: Patrick Gundlach @ 2006-07-19 19:50 UTC (permalink / raw)


Hi,

I have updated my context and I run into errors. Don't ask me what the
old version was that worked, but it was about two monthts ago:


\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino]
\enableregime[il1]
\mainlanguage[de]

\starttext
Once upon a time, in a distant
  galaxy called Ööçc,
there lived a computer
named R.~J. Drofnats.
\stoptext


Gives me no 'funny characters', but the following entries in the
logfile:

--------------------------------------------------
[1.1{/usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-empt
y.map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/lm/lm-texnansi.map}{/
usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-base.map
Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for `fmvr8x': font file missing

Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for `xycmat11': font file missing

Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for `xycmbt11': font file missing

.....

--------------------------------------------------

What has happened here? I use Gerben's iInstaller TeX.


Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

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

* Re: font errors
  2006-07-19 19:50 font errors Patrick Gundlach
@ 2006-07-19 19:59 ` Hans Hagen
  2006-07-19 21:02 ` Mojca Miklavec
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2006-07-19 19:59 UTC (permalink / raw)


Patrick Gundlach wrote:
> Hi,
>
> I have updated my context and I run into errors. Don't ask me what the
> old version was that worked, but it was about two monthts ago:
>
>
> \usetypescript[palatino][\defaultencoding]
> \setupbodyfont[palatino]
> \enableregime[il1]
> \mainlanguage[de]
>
> \starttext
> Once upon a time, in a distant
>   galaxy called ���c,
> there lived a computer
> named R.~J. Drofnats.
> \stoptext
>
>
> Gives me no 'funny characters', but the following entries in the
> logfile:
>
> --------------------------------------------------
> [1.1{/usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-empt
>   
just some map maddness: you need to adapt: 

TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//

so that the pdftex ones are used 

interesting is that this was discussed before but never made it into the wiki (unless i'm looking wrong) 


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

* Re: font errors
  2006-07-19 19:50 font errors Patrick Gundlach
  2006-07-19 19:59 ` Hans Hagen
@ 2006-07-19 21:02 ` Mojca Miklavec
  2006-07-20  6:11   ` Patrick Gundlach
  1 sibling, 1 reply; 4+ messages in thread
From: Mojca Miklavec @ 2006-07-19 21:02 UTC (permalink / raw)
  Cc: Patrick Gundlach

On 7/19/06, Patrick Gundlach wrote:
> Hi,
>
> I have updated my context and I run into errors. Don't ask me what the
> old version was that worked, but it was about two monthts ago:
>
>
> \usetypescript[palatino][\defaultencoding]
> \setupbodyfont[palatino]
> \enableregime[il1]
> \mainlanguage[de]
>
> \starttext
> Once upon a time, in a distant
>   galaxy called Ööçc,
> there lived a computer
> named R.~J. Drofnats.
> \stoptext
>
>
> Gives me no 'funny characters', but the following entries in the
> logfile:
>
> --------------------------------------------------
> [1.1{/usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-empt
> y.map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/lm/lm-texnansi.map}{/
> usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-base.map
> Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
> text/original-base.map): invalid entry for `fmvr8x': font file missing
>
> Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
> text/original-base.map): invalid entry for `xycmat11': font file missing
>
> Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
> text/original-base.map): invalid entry for `xycmbt11': font file missing
>
> .....
>
> --------------------------------------------------
>
> What has happened here? I use Gerben's iInstaller TeX.

FAQ after support for XeTeX has been built in, although I agree that
the distributions should take care that this wouldn't happen.

TEXFONTMAPS =
.;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//;$TEXMF/{$progname,pdftex,dvips}/{config,}//

I thought that you were reading changes.txt ;)

Mojca

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

* Re: font errors
  2006-07-19 21:02 ` Mojca Miklavec
@ 2006-07-20  6:11   ` Patrick Gundlach
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Gundlach @ 2006-07-20  6:11 UTC (permalink / raw)


Hello Hans, Mojca,


> FAQ after support for XeTeX has been built in, although I agree that
> the distributions should take care that this wouldn't happen.

> TEXFONTMAPS =
> .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//;$TEXMF/{$progname,pdftex,dvips}/{config,}//
>

Thanks, that did it. I should read this mailinglist more carefully.
And thanks for the wiki page on it.

> I thought that you were reading changes.txt ;)

(for the others: that's on the contextgarden.net server)... reading:
yes, understanding: now :)

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net

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

end of thread, other threads:[~2006-07-20  6:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-19 19:50 font errors Patrick Gundlach
2006-07-19 19:59 ` Hans Hagen
2006-07-19 21:02 ` Mojca Miklavec
2006-07-20  6:11   ` Patrick Gundlach

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