ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* smallcaps surprise with latest minimal
@ 2008-10-01 15:53 Steffen Wolfrum
  2008-10-01 16:58 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum @ 2008-10-01 15:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I am not sure if this is also related to the latest beta problem?


But, however, with the latest minimal ...

This is LuaTeX, Version snapshot-0.30.0-2008093012, build unknown
MtxRun | current version: 2008.10.01 11:08

... this test below gives smallcaps today!!

Steffen


\usetypescript[postscript]
\definetypeface[postscript][rm][serif][times]

\setupbodyfont[postscript,10pt]

\starttext

Test

\stoptext


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

* Re: smallcaps surprise with latest minimal
  2008-10-01 15:53 smallcaps surprise with latest minimal Steffen Wolfrum
@ 2008-10-01 16:58 ` Hans Hagen
  2008-10-01 17:11   ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2008-10-01 16:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Steffen Wolfrum wrote:
> Hi,
> 
> I am not sure if this is also related to the latest beta problem?
> 
> 
> But, however, with the latest minimal ...

fixed

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

* Re: smallcaps surprise with latest minimal
  2008-10-01 16:58 ` Hans Hagen
@ 2008-10-01 17:11   ` Wolfgang Schuster
  2008-10-01 17:19     ` Wolfgang Schuster
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2008-10-01 17:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.10.2008 um 18:58 schrieb Hans Hagen:

> Steffen Wolfrum wrote:
>> Hi,
>>
>> I am not sure if this is also related to the latest beta problem?
>>
>>
>> But, however, with the latest minimal ...
>
> fixed

I get now with font fallback a error message about the undefined
command \parsefontspec in MkIV (used in font-col.tex) because
you defined it only in font-ini.mkii.

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

* Re: smallcaps surprise with latest minimal
  2008-10-01 17:11   ` Wolfgang Schuster
@ 2008-10-01 17:19     ` Wolfgang Schuster
  2008-10-01 17:20     ` Wolfgang Schuster
  2008-10-01 17:23     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2008-10-01 17:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.10.2008 um 19:11 schrieb Wolfgang Schuster:

>
> Am 01.10.2008 um 18:58 schrieb Hans Hagen:
>
>> Steffen Wolfrum wrote:
>>> Hi,
>>>
>>> I am not sure if this is also related to the latest beta problem?
>>>
>>>
>>> But, however, with the latest minimal ...
>>
>> fixed
>
> I get now with font fallback a error message about the undefined
> command \parsefontspec in MkIV (used in font-col.tex) because
> you defined it only in font-ini.mkii.

Here is a example:

\definefontfallback[whatever][Slanted][basiclatin][force=yes]

\definefontsynonym[SerifPlus][Serif][fallbacks=whatever]

\definefont[MySerif][SerifPlus at 10pt]

\starttext

\MySerif\input knuth

\stoptext

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

* Re: smallcaps surprise with latest minimal
  2008-10-01 17:11   ` Wolfgang Schuster
  2008-10-01 17:19     ` Wolfgang Schuster
@ 2008-10-01 17:20     ` Wolfgang Schuster
  2008-10-01 17:23     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2008-10-01 17:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.10.2008 um 19:11 schrieb Wolfgang Schuster:

>
> Am 01.10.2008 um 18:58 schrieb Hans Hagen:
>
>> Steffen Wolfrum wrote:
>>> Hi,
>>>
>>> I am not sure if this is also related to the latest beta problem?
>>>
>>>
>>> But, however, with the latest minimal ...
>>
>> fixed
>
> I get now with font fallback a error message about the undefined
> command \parsefontspec in MkIV (used in font-col.tex) because
> you defined it only in font-ini.mkii.

Here is a example:

\definefontfallback[whatever][Slanted][basiclatin][force=yes]

\definefontsynonym[SerifPlus][Serif][fallbacks=whatever]

\definefont[MySerif][SerifPlus at 10pt]

\starttext

\MySerif\input knuth

\stoptext

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

* Re: smallcaps surprise with latest minimal
  2008-10-01 17:11   ` Wolfgang Schuster
  2008-10-01 17:19     ` Wolfgang Schuster
  2008-10-01 17:20     ` Wolfgang Schuster
@ 2008-10-01 17:23     ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2008-10-01 17:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> Am 01.10.2008 um 18:58 schrieb Hans Hagen:
> 
>> Steffen Wolfrum wrote:
>>> Hi,
>>>
>>> I am not sure if this is also related to the latest beta problem?
>>>
>>>
>>> But, however, with the latest minimal ...
>> fixed
> 
> I get now with font fallback a error message about the undefined
> command \parsefontspec in MkIV (used in font-col.tex) because
> you defined it only in font-ini.mkii.

yeah, i ran into that too; solved already

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

end of thread, other threads:[~2008-10-01 17:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-01 15:53 smallcaps surprise with latest minimal Steffen Wolfrum
2008-10-01 16:58 ` Hans Hagen
2008-10-01 17:11   ` Wolfgang Schuster
2008-10-01 17:19     ` Wolfgang Schuster
2008-10-01 17:20     ` Wolfgang Schuster
2008-10-01 17:23     ` 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).