ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Iwona-Light error
@ 2011-02-09 19:37 Tom
  2011-02-09 19:51 ` Mojca Miklavec
  0 siblings, 1 reply; 13+ messages in thread
From: Tom @ 2011-02-09 19:37 UTC (permalink / raw)
  To: ntg-context

I get the following error message when trying to use the iwona-light font in
MKII:
Cannot find Iwona-CapsLight.mf.

Iwona and Iwona-Heavy load OK.

The following code demonstrates the problem:

\usetypescriptfile[type-one]
\usetypescript[iwona-light][ec]
\setupbodyfont[iwona-light,12pt]

\starttext

\showbodyfont
\showbodyfontenvironment
\input knuth

\stoptext

BTW, the new chapter on typography helps immensely. However, I am a bit
confused by table 1.7 which, among other things, states that "commercial
fonts are typeset in bold." It might be my old eyes, but I don't see
anything in that table typeset in bold. 

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com





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

* Re: Iwona-Light error
  2011-02-09 19:37 Iwona-Light error Tom
@ 2011-02-09 19:51 ` Mojca Miklavec
  2011-02-09 22:01   ` Hans Hagen
  2011-02-09 22:53   ` Tom
  0 siblings, 2 replies; 13+ messages in thread
From: Mojca Miklavec @ 2011-02-09 19:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Feb 9, 2011 at 20:37, Tom <Tom@tuxedo-press.com> wrote:
> I get the following error message when trying to use the iwona-light font in
> MKII:
> Cannot find Iwona-CapsLight.mf.

In type-one.mkii it should have been:

    \starttypescript [sans] [iwona-light] [name]
        \setups[font:fallback:sans]
...
        \definefontsynonym [SansCaps]           [Iwona-CapsLight-Regular]
        \definefontsynonym [SansItalicCaps]     [Iwona-CapsLight-Italic]

Instead of just Iwona-CapsLight and Iwona-CapsLightItalic.

Thanks for noticing.

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

* Re: Iwona-Light error
  2011-02-09 19:51 ` Mojca Miklavec
@ 2011-02-09 22:01   ` Hans Hagen
  2011-02-09 22:53   ` Tom
  1 sibling, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2011-02-09 22:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 9-2-2011 8:51, Mojca Miklavec wrote:

> Instead of just Iwona-CapsLight and Iwona-CapsLightItalic.

patched

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

* Re: Iwona-Light error
  2011-02-09 19:51 ` Mojca Miklavec
  2011-02-09 22:01   ` Hans Hagen
@ 2011-02-09 22:53   ` Tom
  2011-02-10  6:41     ` Mojca Miklavec
  1 sibling, 1 reply; 13+ messages in thread
From: Tom @ 2011-02-09 22:53 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

That works. Now I get:
Cannot find Helvetica-Caps.mf 
for Postscript font.

\usetypescriptfile[type-one]
\usetypescript[postscript][ec]
\setupbodyfont[postscript,12pt]

\starttext
\switchtobodyfont[ss]
\showbodyfont
\showbodyfontenvironment
\input knuth
\stoptext

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com




-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Mojca Miklavec
Sent: Wednesday, February 09, 2011 2:51 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Iwona-Light error

On Wed, Feb 9, 2011 at 20:37, Tom <Tom@tuxedo-press.com> wrote:
> I get the following error message when trying to use the iwona-light font
in
> MKII:
> Cannot find Iwona-CapsLight.mf.

In type-one.mkii it should have been:

    \starttypescript [sans] [iwona-light] [name]
        \setups[font:fallback:sans]
...
        \definefontsynonym [SansCaps]           [Iwona-CapsLight-Regular]
        \definefontsynonym [SansItalicCaps]     [Iwona-CapsLight-Italic]

Instead of just Iwona-CapsLight and Iwona-CapsLightItalic.

Thanks for noticing.

Mojca
____________________________________________________________________________
_______
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
____________________________________________________________________________
_______

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

* Re: Iwona-Light error
  2011-02-09 22:53   ` Tom
@ 2011-02-10  6:41     ` Mojca Miklavec
  2011-02-10 14:37       ` Tom
  0 siblings, 1 reply; 13+ messages in thread
From: Mojca Miklavec @ 2011-02-10  6:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Feb 9, 2011 at 23:53, Tom wrote:
> That works. Now I get:
> Cannot find Helvetica-Caps.mf
> for Postscript font.

I'm not able to reproduce that and the typescripts seem to be fine.
Did you fix anything else by accident? (Modifying a single instance of
Helvetica-Caps into Helvetica-Caps-Regular for example.) What version
of ConTeXt do you use?

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

* Re: Iwona-Light error
  2011-02-10  6:41     ` Mojca Miklavec
@ 2011-02-10 14:37       ` Tom
  2011-02-10 15:06         ` Hans Hagen
  2011-02-10 17:26         ` Mojca Miklavec
  0 siblings, 2 replies; 13+ messages in thread
From: Tom @ 2011-02-10 14:37 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

I'm using TexLive 2008.05.21 15:21 MKII fmt: 2009.7.8 int: English/English
(I haven't upgraded to a more recent version because I don't know how to
have 2 executable versions on my PC at the same time)

I can't find Helvetica-Caps or Helvetica-Caps-Regular in type-one.tex, the
only file I changed. I can't find them in the original, unchanged version of
the file either. I can email you the file if you'd like.

Thanks, 

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com



-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Mojca Miklavec
Sent: Thursday, February 10, 2011 1:42 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Iwona-Light error

On Wed, Feb 9, 2011 at 23:53, Tom wrote:
> That works. Now I get:
> Cannot find Helvetica-Caps.mf
> for Postscript font.

I'm not able to reproduce that and the typescripts seem to be fine.
Did you fix anything else by accident? (Modifying a single instance of
Helvetica-Caps into Helvetica-Caps-Regular for example.) What version
of ConTeXt do you use?

Mojca
____________________________________________________________________________
_______
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
____________________________________________________________________________
_______

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

* Re: Iwona-Light error
  2011-02-10 14:37       ` Tom
@ 2011-02-10 15:06         ` Hans Hagen
  2011-02-10 17:26         ` Mojca Miklavec
  1 sibling, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2011-02-10 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10-2-2011 3:37, Tom wrote:
> I'm using TexLive 2008.05.21 15:21 MKII fmt: 2009.7.8 int: English/English
> (I haven't upgraded to a more recent version because I don't know how to
> have 2 executable versions on my PC at the same time)
>
> I can't find Helvetica-Caps or Helvetica-Caps-Regular in type-one.tex, the
> only file I changed. I can't find them in the original, unchanged version of
> the file either. I can email you the file if you'd like.

your tex trees are too old ... context has been adapted to the latest 
greatest polish fonts so you need to have the latest versions (maybe 
install them on top of your texlive tree)

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

* Re: Iwona-Light error
  2011-02-10 14:37       ` Tom
  2011-02-10 15:06         ` Hans Hagen
@ 2011-02-10 17:26         ` Mojca Miklavec
  2011-02-11 15:34           ` Tom
  1 sibling, 1 reply; 13+ messages in thread
From: Mojca Miklavec @ 2011-02-10 17:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Feb 10, 2011 at 15:37, Tom wrote:
> I'm using TexLive 2008.05.21 15:21 MKII fmt: 2009.7.8 int: English/English
> (I haven't upgraded to a more recent version because I don't know how to
> have 2 executable versions on my PC at the same time)
>
> I can't find Helvetica-Caps or Helvetica-Caps-Regular in type-one.tex, the
> only file I changed. I can't find them in the original, unchanged version of
> the file either. I can email you the file if you'd like.

Then it is in type-tfm.tex (or something like that).

But I would advice you to install minimals in parallels (you can then
switch between both).

All you need to do is to change PATH when you want to switch. (But in
any case it might be better to use at least TeX Live 2010.)

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

* Re: Iwona-Light error
  2011-02-10 17:26         ` Mojca Miklavec
@ 2011-02-11 15:34           ` Tom
  2011-02-11 16:07             ` Mojca Miklavec
  0 siblings, 1 reply; 13+ messages in thread
From: Tom @ 2011-02-11 15:34 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

I just attempted to install Tex Live 2010 & got a warning about a conflict
with [pdf]tex program on the Tex Live 2008 system path. 2008 still comes up
when I run Context, but the system path was automatically updated with the
install. What else must I do?

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com




-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Mojca Miklavec
Sent: Thursday, February 10, 2011 12:26 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Iwona-Light error

On Thu, Feb 10, 2011 at 15:37, Tom wrote:
> I'm using TexLive 2008.05.21 15:21 MKII fmt: 2009.7.8 int: English/English
> (I haven't upgraded to a more recent version because I don't know how to
> have 2 executable versions on my PC at the same time)
>
> I can't find Helvetica-Caps or Helvetica-Caps-Regular in type-one.tex, the
> only file I changed. I can't find them in the original, unchanged version
of
> the file either. I can email you the file if you'd like.

Then it is in type-tfm.tex (or something like that).

But I would advice you to install minimals in parallels (you can then
switch between both).

All you need to do is to change PATH when you want to switch. (But in
any case it might be better to use at least TeX Live 2010.)

Mojca
____________________________________________________________________________
_______
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
____________________________________________________________________________
_______

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

* Re: Iwona-Light error
  2011-02-11 15:34           ` Tom
@ 2011-02-11 16:07             ` Mojca Miklavec
  2011-02-11 16:08               ` Mojca Miklavec
  2011-02-11 16:12               ` Tom
  0 siblings, 2 replies; 13+ messages in thread
From: Mojca Miklavec @ 2011-02-11 16:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Feb 11, 2011 at 16:34, Tom <Tom@tuxedo-press.com> wrote:
> I just attempted to install Tex Live 2010 & got a warning about a conflict
> with [pdf]tex program on the Tex Live 2008 system path. 2008 still comes up
> when I run Context, but the system path was automatically updated with the
> install. What else must I do?

Are you using Windows on unix/linux/freebsd/mac?

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

* Re: Iwona-Light error
  2011-02-11 16:07             ` Mojca Miklavec
@ 2011-02-11 16:08               ` Mojca Miklavec
  2011-02-11 16:11                 ` Tom
  2011-02-11 16:12               ` Tom
  1 sibling, 1 reply; 13+ messages in thread
From: Mojca Miklavec @ 2011-02-11 16:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Feb 11, 2011 at 17:07, Mojca Miklavec
<mojca.miklavec.lists@gmail.com> wrote:
> On Fri, Feb 11, 2011 at 16:34, Tom <Tom@tuxedo-press.com> wrote:
>> I just attempted to install Tex Live 2010 & got a warning about a conflict
>> with [pdf]tex program on the Tex Live 2008 system path. 2008 still comes up
>> when I run Context, but the system path was automatically updated with the
>> install. What else must I do?
>
> Are you using Windows on unix/linux/freebsd/mac?

typo: "or", not "on" of course

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

* Re: Iwona-Light error
  2011-02-11 16:08               ` Mojca Miklavec
@ 2011-02-11 16:11                 ` Tom
  0 siblings, 0 replies; 13+ messages in thread
From: Tom @ 2011-02-11 16:11 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

Windows Vista 

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com




-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Mojca Miklavec
Sent: Friday, February 11, 2011 11:08 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Iwona-Light error

On Fri, Feb 11, 2011 at 17:07, Mojca Miklavec
<mojca.miklavec.lists@gmail.com> wrote:
> On Fri, Feb 11, 2011 at 16:34, Tom <Tom@tuxedo-press.com> wrote:
>> I just attempted to install Tex Live 2010 & got a warning about a
conflict
>> with [pdf]tex program on the Tex Live 2008 system path. 2008 still comes
up
>> when I run Context, but the system path was automatically updated with
the
>> install. What else must I do?
>
> Are you using Windows on unix/linux/freebsd/mac?

typo: "or", not "on" of course

Mojca
____________________________________________________________________________
_______
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
____________________________________________________________________________
_______

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

* Re: Iwona-Light error
  2011-02-11 16:07             ` Mojca Miklavec
  2011-02-11 16:08               ` Mojca Miklavec
@ 2011-02-11 16:12               ` Tom
  1 sibling, 0 replies; 13+ messages in thread
From: Tom @ 2011-02-11 16:12 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

I'm using Windows on a PC.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com




-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Mojca Miklavec
Sent: Friday, February 11, 2011 11:08 AM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Iwona-Light error

On Fri, Feb 11, 2011 at 16:34, Tom <Tom@tuxedo-press.com> wrote:
> I just attempted to install Tex Live 2010 & got a warning about a conflict
> with [pdf]tex program on the Tex Live 2008 system path. 2008 still comes
up
> when I run Context, but the system path was automatically updated with the
> install. What else must I do?

Are you using Windows on unix/linux/freebsd/mac?

Mojca
____________________________________________________________________________
_______
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
____________________________________________________________________________
_______

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

end of thread, other threads:[~2011-02-11 16:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09 19:37 Iwona-Light error Tom
2011-02-09 19:51 ` Mojca Miklavec
2011-02-09 22:01   ` Hans Hagen
2011-02-09 22:53   ` Tom
2011-02-10  6:41     ` Mojca Miklavec
2011-02-10 14:37       ` Tom
2011-02-10 15:06         ` Hans Hagen
2011-02-10 17:26         ` Mojca Miklavec
2011-02-11 15:34           ` Tom
2011-02-11 16:07             ` Mojca Miklavec
2011-02-11 16:08               ` Mojca Miklavec
2011-02-11 16:11                 ` Tom
2011-02-11 16:12               ` Tom

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