Re: [LyX/master] Theorem style: set NextNoIndent to 0

2017-02-22 Thread Scott Kostyshak
On Wed, Feb 22, 2017 at 01:03:36PM -0500, Richard Heck wrote:
> On 02/22/2017 12:01 PM, Scott Kostyshak wrote:
> > commit f9ee47dfa2706bed34431177723dfdc5c2d2a7db
> > Author: Scott Kostyshak 
> > Date:   Fri Nov 11 11:55:31 2016 -0500
> >
> > Theorem style: set NextNoIndent to 0
> > 
> > After a Theorem environment, LaTeX does by default indent the
> > following paragraph.
> > 
> > I checked various classes and no ModifyStyle was needed. The
> > hollywood and broadway classes are strange cases where there is an
> > indent after the Theorem environment, but it is much smaller than
> > the normal indent. The indent is the same as the opening indent of
> > normal text, which we currently ignore. Further, I don't expect it
> > is common to use theorems in these classes.
> 
> This can also go to stable, since it only fixes UI stuff.

Done at 7fb8d4b9 and e0a80254.

Scott


signature.asc
Description: PGP signature


Re: [LyX/master] Theorem style: set NextNoIndent to 0

2017-02-22 Thread Richard Heck
On 02/22/2017 12:01 PM, Scott Kostyshak wrote:
> commit f9ee47dfa2706bed34431177723dfdc5c2d2a7db
> Author: Scott Kostyshak 
> Date:   Fri Nov 11 11:55:31 2016 -0500
>
> Theorem style: set NextNoIndent to 0
> 
> After a Theorem environment, LaTeX does by default indent the
> following paragraph.
> 
> I checked various classes and no ModifyStyle was needed. The
> hollywood and broadway classes are strange cases where there is an
> indent after the Theorem environment, but it is much smaller than
> the normal indent. The indent is the same as the opening indent of
> normal text, which we currently ignore. Further, I don't expect it
> is common to use theorems in these classes.

This can also go to stable, since it only fixes UI stuff.

Richard