Re: [NTG-context] dejavu: inline math fraction spacing too tight?
\setupbodyfont [dejavu,12pt] \starttext $a/b$
$1/2$
$π/3$ \stoptext
Is this indeed the desired spacing? What do others think?
Thanks.
I think you are right, I don't know if this is really desired, but I don't think so. Escpecially one gets problems with "2" in the denominator. \setupbodyfont [dejavu,12pt] \starttext $1/2$ $1\,/\,2$ \stoptext The second hand-tuned example is obviously nicer. Huseyin
On 10/24/2013 2:46 PM, "H. Özoguz" wrote:
\setupbodyfont [dejavu,12pt] \starttext $a/b$
$1/2$
$π/3$ \stoptext
Is this indeed the desired spacing? What do others think?
Thanks.
I think you are right, I don't know if this is really desired, but I don't think so. Escpecially one gets problems with "2" in the denominator.
\setupbodyfont [dejavu,12pt] \starttext $1/2$
$1\,/\,2$ \stoptext
The second hand-tuned example is obviously nicer.
it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better) 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 -----------------------------------------------------------------
On Fri, 25 Oct 2013 07:23:43 +0900
Hans Hagen
it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better)
Hans
So, who can fix the font issue? (tex/texmf/fonts/opentype/public/xits/xits-math.otf) Alan
Am 25.10.2013 um 10:08 schrieb Alan BRASLAU
On Fri, 25 Oct 2013 07:23:43 +0900 Hans Hagen
wrote: it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better)
Hans
So, who can fix the font issue? (tex/texmf/fonts/opentype/public/xits/xits-math.otf)
On Fri, 25 Oct 2013 10:14:45 +0200
Wolfgang Schuster
So, who can fix the font issue? (tex/texmf/fonts/opentype/public/xits/xits-math.otf)
OK, reported to Khaled. Thanks Alan
On Fri, Oct 25, 2013 at 07:23:43AM +0900, Hans Hagen wrote:
On 10/24/2013 2:46 PM, "H. Özoguz" wrote:
\setupbodyfont [dejavu,12pt] \starttext $a/b$
$1/2$
$π/3$ \stoptext
Is this indeed the desired spacing? What do others think?
Thanks.
I think you are right, I don't know if this is really desired, but I don't think so. Escpecially one gets problems with "2" in the denominator.
\setupbodyfont [dejavu,12pt] \starttext $1/2$
$1\,/\,2$ \stoptext
The second hand-tuned example is obviously nicer.
it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better)
Not a font issue. ConTeXt is using the fraction slash (which is intended to be used with vulgar fractions) not the regular slash. Regards, Khaled
On 10/25/2013 5:57 PM, Khaled Hosny wrote:
On Fri, Oct 25, 2013 at 07:23:43AM +0900, Hans Hagen wrote:
On 10/24/2013 2:46 PM, "H. Özoguz" wrote:
\setupbodyfont [dejavu,12pt] \starttext $a/b$
$1/2$
$π/3$ \stoptext
Is this indeed the desired spacing? What do others think?
Thanks.
I think you are right, I don't know if this is really desired, but I don't think so. Escpecially one gets problems with "2" in the denominator.
\setupbodyfont [dejavu,12pt] \starttext $1/2$
$1\,/\,2$ \stoptext
The second hand-tuned example is obviously nicer.
it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better)
Not a font issue. ConTeXt is using the fraction slash (which is intended to be used with vulgar fractions) not the regular slash.
the problem is that (last time i looked into this) all math fonts had it differently so i (for the moment) setteld on it 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 -----------------------------------------------------------------
On Sat, Oct 26, 2013 at 07:49:59AM +0900, Hans Hagen wrote:
On 10/25/2013 5:57 PM, Khaled Hosny wrote:
On Fri, Oct 25, 2013 at 07:23:43AM +0900, Hans Hagen wrote:
On 10/24/2013 2:46 PM, "H. Özoguz" wrote:
\setupbodyfont [dejavu,12pt] \starttext $a/b$
$1/2$
$π/3$ \stoptext
Is this indeed the desired spacing? What do others think?
Thanks.
I think you are right, I don't know if this is really desired, but I don't think so. Escpecially one gets problems with "2" in the denominator.
\setupbodyfont [dejavu,12pt] \starttext $1/2$
$1\,/\,2$ \stoptext
The second hand-tuned example is obviously nicer.
it looks like a font issue to me .. i could hack a solution but prefer not to do that (the less exceptions we have the better)
Not a font issue. ConTeXt is using the fraction slash (which is intended to be used with vulgar fractions) not the regular slash.
the problem is that (last time i looked into this) all math fonts had it differently so i (for the moment) setteld on it
I'd use the regular slash and consider fonts without a proper one (depends on what you expect from the slash) to be broken. Incidentally, unicode-math package provide an option to select which slash character to use because of this. Regards, Khaled
participants (5)
-
"H. Özoguz"
-
Alan BRASLAU
-
Hans Hagen
-
Khaled Hosny
-
Wolfgang Schuster