Am 25.01.2011 um 21:18 schrieb Marco Pessotto:

> Hans Hagen <pra...@wxs.nl> writes:
> 
>> - If you are adventurous you can add the following to cont-new.mkiv
>> 
>>       \enablemode[*nofonts]
>> 
>> This will postpone font loading and will be default soon. This saves
>> runtime when you use another font than latin modern. When no font is
>> loaded before the first \starttext, modern will kick in. A side effect
>> is that any text typeset before \starttext will not show up in the
>> output. If you observe that, you need to setup a bodyfont explicitly
>> beforehand. In practice there should be no problems. The delayed
>> loading is somewhat tricky but has been tested for a while.
>> 
> 
> If felt adventurous and I found the following problem:
> 
> %%%% minimal example %%%%
> \usetypescript[libertine]
> \setupbodyfont[libertine,12pt]
> 
> \starttext
> \startitemize[1]
> \item one
> \item two
> \stopitemize
> \stoptext
> %%%% end %%%%
> 
> It fails because itemize seems to require some math characters (the
> bullets) and the libertine font seems not to have them. lmodern don't
> kick in, it just fails:

Works for me with the latest minimals. For Libertine bullets you can use the 
following:

\setupbodyfont[libertine]
\definesymbol[1][•] % otherwise LMMathSymbols10-Regular

\starttext
\startitemize
\item one
\item two
\stopitemize
\stoptext

Greeting
        Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to