Missing symbol for itemize[4] (MkIV only)
Minimal nonworking example: % Taken from the wiki \starttypescript [Bonum] \definetypeface [Bonum] [rm] [serif] [bonum] [default] \definetypeface [Bonum] [ss] [sans] [adventor] [default] [rscale=0.887] \definetypeface [Bonum] [tt] [mono] [cursor] [default] [rscale=1.163] \definetypeface [Bonum] [mm] [math] [euler] [default] [rscale=1.050] \stoptypescript \usetypescript[Bonum] \setupbodyfont[Bonum,12pt] \starttext \startitemize[4] \item bla \item bla \stopitemize \stoptext It's actually independent of the font used, same thing happens if roman font is replaced with palatino or modern. Regards, -- Vedran Miletić
Hi Vedran, Your example shows indeed that \startitemize[3] works fine but \startitemize[4] does not, with ConTeXt version 2010.06.23 12:45. (Actually \startitemize[x] works fine when x=1, or 2 or 3, and does not work as expected when x > 3). However with mkii everything is fine. Best regards: OK On 22 juil. 2010, at 16:54, Vedran Miletić wrote:
Minimal nonworking example:
% Taken from the wiki \starttypescript [Bonum] \definetypeface [Bonum] [rm] [serif] [bonum] [default] \definetypeface [Bonum] [ss] [sans] [adventor] [default] [rscale=0.887] \definetypeface [Bonum] [tt] [mono] [cursor] [default] [rscale=1.163] \definetypeface [Bonum] [mm] [math] [euler] [default] [rscale=1.050] \stoptypescript
\usetypescript[Bonum] \setupbodyfont[Bonum,12pt]
\starttext \startitemize[4] \item bla \item bla \stopitemize \stoptext
It's actually independent of the font used, same thing happens if roman font is replaced with palatino or modern.
Regards,
-- Vedran Miletić ___________________________________________________________________________________ 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 ___________________________________________________________________________________
%%%%%%%%%%%%%%%%%% Otared Kavian Département de Mathématiques Université de Versailles Saint-Quentin Bâtiment Fermat 45 aveue des Etats Unis 78035 Versailles cedex Téléphone: +33 1 39 25 46 42 Secrétariat: +33 1 39 25 46 44 Secrétariat: +33 1 39 25 46 46 e-mail: Otared.Kavian@math.uvsq.fr
On 22-7-2010 5:16, Otared Kavian wrote:
Hi Vedran,
Your example shows indeed that \startitemize[3] works fine but \startitemize[4] does not, with ConTeXt version 2010.06.23 12:45.
(Actually \startitemize[x] works fine when x=1, or 2 or 3, and does not work as expected when x> 3). However with mkii everything is fine.
for historical reasons we use math symbols and not all math fonts are complete ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On 22-7-2010 4:54, Vedran Miletić wrote:
\starttypescript [Bonum] \definetypeface [Bonum] [rm] [serif] [bonum] [default] \definetypeface [Bonum] [ss] [sans] [adventor] [default] [rscale=0.887] \definetypeface [Bonum] [tt] [mono] [cursor] [default] [rscale=1.163] \definetypeface [Bonum] [mm] [math] [euler] [default] [rscale=1.050] \stoptypescript
\usetypescript[Bonum] \setupbodyfont[Bonum,12pt]
\starttext \startitemize[4] \item bla \item bla \stopitemize \stoptext
works ok here (mkiv) ... actually, in recent versions you can say \setupbodyfont[Bonum,12pt] as it will search for the right typescript (so, in this case no \usetypescript is needed) ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On 22-7-2010 4:54, Vedran Miletić wrote:
Minimal nonworking example:
% Taken from the wiki \starttypescript [Bonum] \definetypeface [Bonum] [rm] [serif] [bonum] [default] \definetypeface [Bonum] [ss] [sans] [adventor] [default] [rscale=0.887] \definetypeface [Bonum] [tt] [mono] [cursor] [default] [rscale=1.163] \definetypeface [Bonum] [mm] [math] [euler] [default] [rscale=1.050] \stoptypescript
\usetypescript[Bonum] \setupbodyfont[Bonum,12pt]
\starttext \startitemize[4] \item bla \item bla \stopitemize \stoptext
It's actually independent of the font used, same thing happens if roman font is replaced with palatino or modern.
btw, don't use euler or use euler-nova: \definetypeface [Bonum] [mm] [math] [euler-nova][default] [rscale=1.050] (euler will be completed later this year) 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Otared Kavian
-
Vedran Miletić