issue with typeface definition order
Dear list, I have the following code: \definefontfamily[mainface][ss][TeX Gyre Heros] \definefontfamily[mainface][rm][TeX Gyre Termes] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] this is a simple sentence \ss this is a simple sentence \stopTEXpage Using latest beta (2016.02.08 15:35), if sans is defined before serif, the default family is sans (no serif used). It only works as intended if serif is defined before sans. Is this the intended behavior? Many thanks for your help, Pablo -- http://www.ousia.tk
Pablo Rodriguez mailto:oinos@gmx.es 10. Februar 2016 um 13:06 Dear list,
I have the following code:
\definefontfamily[mainface][ss][TeX Gyre Heros] \definefontfamily[mainface][rm][TeX Gyre Termes] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] this is a simple sentence
\ss this is a simple sentence \stopTEXpage
Using latest beta (2016.02.08 15:35), if sans is defined before serif, the default family is sans (no serif used). It only works as intended if serif is defined before sans.
Is this the intended behavior? Yes, the first style is used as default when you enable the typeface.
Wolfgang
On 02/10/2016 01:13 PM, Wolfgang Schuster wrote:
Pablo Rodriguez 10. Februar 2016 um 13:06 [...] Using latest beta (2016.02.08 15:35), if sans is defined before serif, the default family is sans (no serif used). It only works as intended if serif is defined before sans.
Is this the intended behavior? Yes, the first style is used as default when you enable the typeface.
Many thanks for your reply. Wolfgang. Good to know. I suspected that before, but I didn’t know for sure before. Many thanks for your help, Pablo -- http://www.ousia.tk
On 2/10/2016 1:06 PM, Pablo Rodriguez wrote:
Dear list,
I have the following code:
\definefontfamily[mainface][ss][TeX Gyre Heros] \definefontfamily[mainface][rm][TeX Gyre Termes] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] this is a simple sentence
\ss this is a simple sentence \stopTEXpage
Using latest beta (2016.02.08 15:35), if sans is defined before serif, the default family is sans (no serif used). It only works as intended if serif is defined before sans.
Is this the intended behavior?
yes ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Pablo Rodriguez
-
Wolfgang Schuster