Martin Vermeer wrote:
> I have a vague recollection of having been asked this bug question before,
> and giving a similar response / patch proposal, which was never committed
> ;-/
It's now in. P
On 02/02/13 22:27, Pavel Sanda wrote:
Martin Vermeer wrote:
I added code to InsetMathNest to turn autocorrection off for cursor up or
down (e.g., in an array), from the philosophy that having autocorrection on
should be a conscious choice, not something you get stuck in. (Of course
pressing the
On 02/03/2013 03:18 AM, Martin Vermeer wrote:
Here is another patch to fix a TeX crash I ran into: if you have a
text containing a \url and you apply a text attribute (like 'small')
to it, you get it inserted inside the url:
{\small abc}\url{\small def}{\small ghi}
making TeX crash royally.
Here is another patch to fix a TeX crash I ran into: if you have a text
containing a \url and you apply a text attribute (like 'small') to it,
you get it inserted inside the url:
{\small abc}\url{\small def}{\small ghi}
making TeX crash royally.
Martin
diff --git a/lib/layouts/stdinsets.inc b
Martin Vermeer wrote:
> I added code to InsetMathNest to turn autocorrection off for cursor up or
> down (e.g., in an array), from the philosophy that having autocorrection on
> should be a conscious choice, not something you get stuck in. (Of course
> pressing the spacebar always gets you out).
On 02/02/13 10:41, Pavel Sanda wrote:
Jean-Marc Lasgouttes wrote:
Here is another patch from our own Martin Vermeer improving support for
aligning on decimal point in tables. Unfortunately, since I do not use this
at all, I am not able to see whether this is an improvement for all use
cases.
Pl
Jean-Marc Lasgouttes wrote:
> Here is another patch from our own Martin Vermeer improving support for
> aligning on decimal point in tables. Unfortunately, since I do not use this
> at all, I am not able to see whether this is an improvement for all use
> cases.
>
> Please comment.
>
> JMarc
>
>