ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [
       [not found] <Pine.LNX.4.44.0206041127190.7090-100000@warp9.physik.fu-be rlin.de>
@ 2002-06-05 19:42 ` Hans Hagen
  2002-06-06  7:49   ` Tobias Burnus
       [not found]   ` <Pine.LNX.4.44.0206060942190.16617-101000@z1.physik.fu-berl in.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2002-06-05 19:42 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 11:30 AM 6/4/2002 +0200, Tobias Burnus wrote:
>Hi,
>
>I try to use \Bigl[ together with a 17.7pt font, but the \bigl / \Bigl has
>no effect. Using \left( works though.

Strange, since here it works on a simple example. However, it may be 
related to the other font fallback bug that i need to look into.

What does the next code produce on your computer?

\starttext

\hbox \bgroup
\setupbodyfont[12pt]   \ruledhbox{1$1\big($}
\setupbodyfont[11pt]   \ruledhbox{1$1\big($}
\setupbodyfont[10pt]   \ruledhbox{1$1\big($}
\setupbodyfont[17.3pt] \ruledhbox{1$1\big($}
\setupbodyfont[17.7pt] \ruledhbox{1$1\big($}
\setupbodyfont[27.7pt] \ruledhbox{1$1\big($}
       \egroup

\hbox \bgroup
\setupbodyfont[12pt]   \ruledhbox{1$1\bigl($}
\setupbodyfont[11pt]   \ruledhbox{1$1\bigl($}
\setupbodyfont[10pt]   \ruledhbox{1$1\bigl($}
\setupbodyfont[17.3pt] \ruledhbox{1$1\bigl($}
\setupbodyfont[17.7pt] \ruledhbox{1$1\bigl($}
\setupbodyfont[27.7pt] \ruledhbox{1$1\bigl($}
       \egroup

\stoptext
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [
  2002-06-05 19:42 ` [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [ Hans Hagen
@ 2002-06-06  7:49   ` Tobias Burnus
       [not found]   ` <Pine.LNX.4.44.0206060942190.16617-101000@z1.physik.fu-berl in.de>
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2002-06-06  7:49 UTC (permalink / raw)
  Cc: Tobias Burnus, NTG-ConTeXt

[-- Attachment #1: Type: TEXT/PLAIN, Size: 700 bytes --]

Hi Hans,

On Wed, 5 Jun 2002, Hans Hagen wrote:
> Strange, since here it works on a simple example. However, it may be
> related to the other font fallback bug that i need to look into.
Hmm. Here it doesn't with ConTeXt  ver: 2002.5.26

> What does the next code produce on your computer?
[...]
> \setupbodyfont[12pt]   \ruledhbox{1$1\big($}
                                       ^    ^
I added a '\Big(' ---------------------'    '---'('  to compare
\Big with \big and non big.

For 12pt, 11pt, 10pt '\big(' and '(' have the same size, '\Big(' is
bigger.
For 17.3pt, 17.7pt, 27.7pt all three '(' are equal sized.

All '(' adapt to the size of the surrounding text. That this is working
ok.

Tobias

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 5136 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [
       [not found]   ` <Pine.LNX.4.44.0206060942190.16617-101000@z1.physik.fu-berl in.de>
@ 2002-06-06  9:14     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2002-06-06  9:14 UTC (permalink / raw)
  Cc: NTG-ConTeXt

At 09:49 AM 6/6/2002 +0200, Tobias Burnus wrote:
>Hi Hans,
>
>On Wed, 5 Jun 2002, Hans Hagen wrote:
> > Strange, since here it works on a simple example. However, it may be
> > related to the other font fallback bug that i need to look into.
>Hmm. Here it doesn't with ConTeXt  ver: 2002.5.26
>
> > What does the next code produce on your computer?
>[...]
> > \setupbodyfont[12pt]   \ruledhbox{1$1\big($}
>                                        ^    ^
>I added a '\Big(' ---------------------'    '---'('  to compare
>\Big with \big and non big.
>
>For 12pt, 11pt, 10pt '\big(' and '(' have the same size, '\Big(' is
>bigger.
>For 17.3pt, 17.7pt, 27.7pt all three '(' are equal sized.
>
>All '(' adapt to the size of the surrounding text. That this is working
>ok.

Ah, i see, in math-tex (and lbr) i've forgotten to make the defs 
bodyfontsize dependent (actually, core-mat defined them in the right way) 
so this bug was introduced when implementing mixed math encoding vectors, 
the fix is:

\def\PLAINbig {\@@dobig{0.85}}
\def\PLAINBig {\@@dobig{1.15}}
\def\PLAINbigg{\@@dobig{1.45}}
\def\PLAINBigg{\@@dobig{1.75}}

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [
@ 2002-06-04  9:30 Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2002-06-04  9:30 UTC (permalink / raw)


Hi,

I try to use \Bigl[ together with a 17.7pt font, but the \bigl / \Bigl has
no effect. Using \left( works though.

Tobias


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-06  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.44.0206041127190.7090-100000@warp9.physik.fu-be rlin.de>
2002-06-05 19:42 ` [ConTeXt] Bug: \bigl + 17.7pt font: \Bigl[ no bigger than [ Hans Hagen
2002-06-06  7:49   ` Tobias Burnus
     [not found]   ` <Pine.LNX.4.44.0206060942190.16617-101000@z1.physik.fu-berl in.de>
2002-06-06  9:14     ` Hans Hagen
2002-06-04  9:30 Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).