ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Using adventor in mkii
@ 2008-10-13  4:03 Aditya Mahajan
  2008-10-13 11:56 ` Mojca Miklavec
  2008-10-13 15:12 ` Taco Hoekwater
  0 siblings, 2 replies; 4+ messages in thread
From: Aditya Mahajan @ 2008-10-13  4:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Is something still wrong with type-gyr with respect to adventor? The 
following file fails

\usetypescriptfile[type-gyr]

\definetypeface [mainface] [ss] [sans]  [adventor] [default] [encoding=ec]

\setupbodyfont[mainface,ss,12pt]

\starttext
\input knuth

\stoptext

with

! Font \*mainface12ptsstfss*:=TeXGyreAdventor-Regular at 12.0pt not 
loadable: M
etric (TFM) file not found.
<to be read again>


I cannot find what's wrong with type-gyr.

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Using adventor in mkii
  2008-10-13  4:03 Using adventor in mkii Aditya Mahajan
@ 2008-10-13 11:56 ` Mojca Miklavec
  2008-10-13 15:12 ` Taco Hoekwater
  1 sibling, 0 replies; 4+ messages in thread
From: Mojca Miklavec @ 2008-10-13 11:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Oct 13, 2008 at 6:03 AM, Aditya Mahajan <adityam@umich.edu> wrote:
> Hi,
>
> Is something still wrong with type-gyr with respect to adventor? The
> following file fails
>
> \usetypescriptfile[type-gyr]
>
> \definetypeface [mainface] [ss] [sans]  [adventor] [default] [encoding=ec]
>
> \setupbodyfont[mainface,ss,12pt]
>
> \starttext
> \input knuth
>
> \stoptext
>
> with
>
> ! Font \*mainface12ptsstfss*:=TeXGyreAdventor-Regular at 12.0pt not
> loadable: M
> etric (TFM) file not found.
> <to be read again>
>
>
> I cannot find what's wrong with type-gyr.

There is only a line for serif:
\starttypescript [serif] [pagella,termes,heros,bonum,schola,adventor]
[ec,texnansi,cs,el,qx,rm,t5,t2a,t2b,t2c,l7x]

The same block for sans is missing.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Using adventor in mkii
  2008-10-13  4:03 Using adventor in mkii Aditya Mahajan
  2008-10-13 11:56 ` Mojca Miklavec
@ 2008-10-13 15:12 ` Taco Hoekwater
  2008-10-13 15:38   ` Aditya Mahajan
  1 sibling, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2008-10-13 15:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users,
	adityam@umich.edu >> Aditya Mahajan



Aditya Mahajan wrote:
> Hi,
> 
> Is something still wrong with type-gyr with respect to adventor? The 
> following file fails

Yes. Half of adventor is defined as a "serif" only. You need to add
a "sans" on line 58 of type-gyr.tex (I truncated the lines for email
delivery)

@@ -55,7 +55,7 @@@@ -55,7 +55,7 @@
  \definetypescriptprefix [f:schola]  [cs]
  \definetypescriptprefix [f:adventor][ag]

-\starttypescript [serif] [pagella,termes,heros,bonum,s ...
+\starttypescript[sans,serif][pagella,termes,heros,bonu ...
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Using adventor in mkii
  2008-10-13 15:12 ` Taco Hoekwater
@ 2008-10-13 15:38   ` Aditya Mahajan
  0 siblings, 0 replies; 4+ messages in thread
From: Aditya Mahajan @ 2008-10-13 15:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 13 Oct 2008, Taco Hoekwater wrote:

>
>
> Aditya Mahajan wrote:
>> Hi,
>> 
>> Is something still wrong with type-gyr with respect to adventor? The 
>> following file fails
>
> Yes. Half of adventor is defined as a "serif" only. You need to add
> a "sans" on line 58 of type-gyr.tex (I truncated the lines for email
> delivery)
>
> @@ -55,7 +55,7 @@@@ -55,7 +55,7 @@
> \definetypescriptprefix [f:schola]  [cs]
> \definetypescriptprefix [f:adventor][ag]
>
> -\starttypescript [serif] [pagella,termes,heros,bonum,s ...
> +\starttypescript[sans,serif][pagella,termes,heros,bonu ...>

Taco and Mojca, thanks. With the above change things work.

Hans, can you please correct this in type-gyr.

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-10-13 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-13  4:03 Using adventor in mkii Aditya Mahajan
2008-10-13 11:56 ` Mojca Miklavec
2008-10-13 15:12 ` Taco Hoekwater
2008-10-13 15:38   ` Aditya Mahajan

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