[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25309: 11.89.8; multi-level script fontification stacks incorrectly
From: |
Tassilo Horn |
Subject: |
bug#25309: 11.89.8; multi-level script fontification stacks incorrectly |
Date: |
Wed, 04 Jan 2017 17:56:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Gennady Uraltsev <address@hidden> writes:
Hi Gennady,
> Notice that $ is then "raised". Now erase the exponents by doing
> $1=x^2|$
> $1=x^|$
> $1=x^$
> The problem is that the closing $ is still raised.
I think I have fixed it. The unfontification code was only removing
display properties equalling the literal specifications in
`font-latex-script-display' which didn't match anymore because the raise
values are now computed dynamically.
I also forgot to remove the new script-level text properties I'm using
to stop text shrinking after `font-latex-fontify-script-max-level'
levels.
Bye,
Tassilo
signature.asc
Description: PGP signature
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, (continued)
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Mosè Giordano, 2017/01/05
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Tassilo Horn, 2017/01/05
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Arash Esbati, 2017/01/06
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Tassilo Horn, 2017/01/06
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Arash Esbati, 2017/01/06
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Tassilo Horn, 2017/01/05
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Mosè Giordano, 2017/01/05
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Uwe Brauer, 2017/01/05
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Tassilo Horn, 2017/01/04
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly, Gennady Uraltsev, 2017/01/04
- bug#25309: 11.89.8; multi-level script fontification stacks incorrectly,
Tassilo Horn <=