From f9ee47dfa2706bed34431177723dfdc5c2d2a7db Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 11 Nov 2016 11:55:31 -0500 Subject: [PATCH] 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. --- lib/layouts/theorems-ams.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layouts/theorems-ams.inc b/lib/layouts/theorems-ams.inc index a05b7810ec..c4345be129 100644 --- a/lib/layouts/theorems-ams.inc +++ b/lib/layouts/theorems-ams.inc @@ -29,7 +29,7 @@ Style Theorem Margin First_Dynamic LatexType Environment LatexName thm - NextNoIndent 1 + NextNoIndent 0 ResetArgs 1 AddToToc thm IsTocCaption 1 -- 2.39.2