ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* kurier font?
@ 2008-12-30 17:27 Yue Wang
  2008-12-30 17:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Yue Wang @ 2008-12-30 17:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

\usetypescript[iwona][ec]
\setupbodyfont[iwona,ss,12pt]
works fine. however, if i change iwona to kurier, it will give me lmodern. why?

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

* Re: kurier font?
  2008-12-30 17:27 kurier font? Yue Wang
@ 2008-12-30 17:51 ` Wolfgang Schuster
  2008-12-30 23:20   ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2008-12-30 17:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 30.12.2008 um 18:27 schrieb Yue Wang:

> Hi,
>
> \usetypescript[iwona][ec]
> \setupbodyfont[iwona,ss,12pt]
> works fine. however, if i change iwona to kurier, it will give me  
> lmodern. why?

Missing typefaces for kurier.


type-one.tex

\starttypescript [kurier-light,kurier,kurier-medium] [texnansi,ec,qx,t5]
     \definetypeface[\typescriptone][ss][sans] [\typescriptone]  
[default][encoding=\typescripttwo]
     \definetypeface[\typescriptone][rm][serif][modern]          
[default][encoding=\typescripttwo]
     \definetypeface[\typescriptone][tt][mono] [modern]          
[default][encoding=\typescripttwo]
     \definetypeface[\typescriptone][mm][math] [\typescriptone]  
[default][encoding=\typescripttwo,text=ss]
     \quittypescriptscanning
\stoptypescript


type-otf.tex

\starttypescript [iwona,iwona-light,iwona-medium,iwona-heavy]
     \definetypeface[\typescriptone][ss][sans] [\typescriptone]  
[default]
     \definetypeface[\typescriptone][rm][serif][modern]          
[default]
     \definetypeface[\typescriptone][tt][mono] [modern]          
[default]
     \definetypeface[\typescriptone][mm][math] [\typescriptone]  
[default][text=ss]
     \quittypescriptscanning
\stoptypescript


Wolfgang

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

* Re: kurier font?
  2008-12-30 17:51 ` Wolfgang Schuster
@ 2008-12-30 23:20   ` Hans Hagen
  2008-12-31 11:37     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2008-12-30 23:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> 
> Am 30.12.2008 um 18:27 schrieb Yue Wang:
> 
>> Hi,
>>
>> \usetypescript[iwona][ec]
>> \setupbodyfont[iwona,ss,12pt]
>> works fine. however, if i change iwona to kurier, it will give me 
>> lmodern. why?
> 
> Missing typefaces for kurier.
> 
> 
> type-one.tex
> 
> \starttypescript [kurier-light,kurier,kurier-medium] [texnansi,ec,qx,t5]
>     \definetypeface[\typescriptone][ss][sans] [\typescriptone] 
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][rm][serif][modern]         
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][tt][mono] [modern]         
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][mm][math] [\typescriptone] 
> [default][encoding=\typescripttwo,text=ss]
>     \quittypescriptscanning
> \stoptypescript
> 
> 
> type-otf.tex
> 
> \starttypescript [iwona,iwona-light,iwona-medium,iwona-heavy]
>     \definetypeface[\typescriptone][ss][sans] [\typescriptone] [default]
>     \definetypeface[\typescriptone][rm][serif][modern]         [default]
>     \definetypeface[\typescriptone][tt][mono] [modern]         [default]
>     \definetypeface[\typescriptone][mm][math] [\typescriptone] 
> [default][text=ss]
>     \quittypescriptscanning
> \stoptypescript

ok, added; is mono scaled ok or is a rscale (reative scale) needed?


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

* Re: kurier font?
  2008-12-30 23:20   ` Hans Hagen
@ 2008-12-31 11:37     ` Wolfgang Schuster
  2008-12-31 12:02       ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2008-12-31 11:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 31.12.2008 um 00:20 schrieb Hans Hagen:

> Wolfgang Schuster wrote:
>> Am 30.12.2008 um 18:27 schrieb Yue Wang:
>>> Hi,
>>>
>>> \usetypescript[iwona][ec]
>>> \setupbodyfont[iwona,ss,12pt]
>>> works fine. however, if i change iwona to kurier, it will give me  
>>> lmodern. why?
>> Missing typefaces for kurier.
>> type-one.tex
>> \starttypescript [kurier-light,kurier,kurier-medium]  
>> [texnansi,ec,qx,t5]
>>    \definetypeface[\typescriptone][ss][sans] [\typescriptone]  
>> [default][encoding=\typescripttwo]
>>    \definetypeface[\typescriptone][rm][serif][modern]          
>> [default][encoding=\typescripttwo]
>>    \definetypeface[\typescriptone][tt][mono] [modern]          
>> [default][encoding=\typescripttwo]
>>    \definetypeface[\typescriptone][mm][math] [\typescriptone]  
>> [default][encoding=\typescripttwo,text=ss]
>>    \quittypescriptscanning
>> \stoptypescript
>> type-otf.tex
>> \starttypescript [iwona,iwona-light,iwona-medium,iwona-heavy]
>>    \definetypeface[\typescriptone][ss][sans] [\typescriptone]  
>> [default]
>>    \definetypeface[\typescriptone][rm][serif][modern]          
>> [default]
>>    \definetypeface[\typescriptone][tt][mono] [modern]          
>> [default]
>>    \definetypeface[\typescriptone][mm][math] [\typescriptone]  
>> [default][text=ss]
>>    \quittypescriptscanning
>> \stoptypescript
>
> ok, added; is mono scaled ok or is a rscale (reative scale) needed?

The typewriter font is too small, add 'rscale=1.05'.

Wolfgang

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

* Re: kurier font?
  2008-12-31 11:37     ` Wolfgang Schuster
@ 2008-12-31 12:02       ` Hans Hagen
  2008-12-31 12:55         ` Mojca Miklavec
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2008-12-31 12:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:

> The typewriter font is too small, add 'rscale=1.05'.

ok, thanks


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

* Re: kurier font?
  2008-12-31 12:02       ` Hans Hagen
@ 2008-12-31 12:55         ` Mojca Miklavec
  2008-12-31 13:00           ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Mojca Miklavec @ 2008-12-31 12:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Dec 31, 2008 at 1:02 PM, Hans Hagen wrote:
> Wolfgang Schuster wrote:
>
>> The typewriter font is too small, add 'rscale=1.05'.
>
> ok, thanks

Kurier is exactly the same size as iwona, I think (please correct me
if I'm wrong, I didn't try to overlay the fonts). If that is true then
either both should have that setting or none of them.

Just to optimize the matters a bit - wouldn't this work OK?

\starttypescript
[iwona,iwona-light,iwona-heavy,iwona-medium,kurier,kurier-light,kurier-medium]
[texnansi,ec,qx,t2a,t5,greek]
    \definetypeface[\typescriptone][ss][sans] [\typescriptone]
[default][encoding=\typescripttwo]
    \definetypeface[\typescriptone][rm][serif][modern]
[default][encoding=\typescripttwo]
    \definetypeface[\typescriptone][tt][mono] [modern]
[default][encoding=\typescripttwo]
    \definetypeface[\typescriptone][mm][math] [\typescriptone]
[default][encoding=\typescripttwo,text=ss]
    \quittypescriptscanning
\stoptypescript

(What is iwona-heavy good for? iwona-medium has heavy letter under \bf.)

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

* Re: kurier font?
  2008-12-31 12:55         ` Mojca Miklavec
@ 2008-12-31 13:00           ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2008-12-31 13:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca Miklavec wrote:
> On Wed, Dec 31, 2008 at 1:02 PM, Hans Hagen wrote:
>> Wolfgang Schuster wrote:
>>
>>> The typewriter font is too small, add 'rscale=1.05'.
>> ok, thanks
> 
> Kurier is exactly the same size as iwona, I think (please correct me
> if I'm wrong, I didn't try to overlay the fonts). If that is true then
> either both should have that setting or none of them.
> 
> Just to optimize the matters a bit - wouldn't this work OK?
> 
> \starttypescript
> [iwona,iwona-light,iwona-heavy,iwona-medium,kurier,kurier-light,kurier-medium]
> [texnansi,ec,qx,t2a,t5,greek]
>     \definetypeface[\typescriptone][ss][sans] [\typescriptone]
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][rm][serif][modern]
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][tt][mono] [modern]
> [default][encoding=\typescripttwo]
>     \definetypeface[\typescriptone][mm][math] [\typescriptone]
> [default][encoding=\typescripttwo,text=ss]
>     \quittypescriptscanning
> \stoptypescript

ok, just figure it out with wolfgang and send me what is needed

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

end of thread, other threads:[~2008-12-31 13:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-30 17:27 kurier font? Yue Wang
2008-12-30 17:51 ` Wolfgang Schuster
2008-12-30 23:20   ` Hans Hagen
2008-12-31 11:37     ` Wolfgang Schuster
2008-12-31 12:02       ` Hans Hagen
2008-12-31 12:55         ` Mojca Miklavec
2008-12-31 13:00           ` Hans Hagen

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