
Dear list, I cannot compile the following sample with latest beta: \definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt] \starttext \startitemize \item First item. \item Second item. \stopitemize \stoptext This worked fine with previous beta. Isn’t it a bug? Many thanks for your help, Pablo -- http://www.ousia.tk

Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez
Dear list,
I cannot compile the following sample with latest beta:
\definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt]
\starttext \startitemize
\item First item.
\item Second item.
\stopitemize
\stoptext
This worked fine with previous beta. Isn’t it a bug?
You have to load a math font because the bullets for the items are taken by default from the math font. BTW: When you have a font related bug check first if it happens also with \definetypeface. \definetypeface[mainface][rm][serif][pagella][default] \definetypeface[mainface][mm][math] [pagella][default] % comment to get the error \setupbodyfont[mainface] \starttext \symbol[bullet] \stoptext Wolfgang

On 03/18/2014 06:39 PM, Wolfgang Schuster wrote:
Am 18.03.2014 um 18:30 schrieb Pablo Rodriguez:
Dear list,
I cannot compile the following sample with latest beta:
\definefontfamily[mainface][serif][TeX Gyre Pagella] \setupbodyfont[mainface,14pt]
\starttext \startitemize
\item First item.
\item Second item.
\stopitemize
\stoptext
This worked fine with previous beta. Isn’t it a bug?
You have to load a math font because the bullets for the items are taken by default from the math font.
Many thanks for your help, Wolfgang. It works fine now. Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster