[LyX/master] Amend previous commit (4b33e603)

Scott Kostyshak skostysh at lyx.org
Wed Jul 24 15:01:54 UTC 2024


commit 8c3d3782174385d7d7a4c133b1778950b24df8cd
Author: Scott Kostyshak <skostysh at lyx.org>
Date:   Wed Jul 24 11:00:51 2024 -0400

    Amend previous commit (4b33e603)
    
    Jürgen confirmed that the layout change to the last file is indeed
    expected [1].
    
    [1] https://www.mail-archive.com/search?l=mid&q=e00fb2e29dfd77b992761aaa1f822fc979059728.camel%40lyx.org
---
 lib/layouts/jlreq-common.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/layouts/jlreq-common.inc b/lib/layouts/jlreq-common.inc
index c8cf9ffda9..23be41ef84 100644
--- a/lib/layouts/jlreq-common.inc
+++ b/lib/layouts/jlreq-common.inc
@@ -6,7 +6,7 @@
 # With non-LuaLaTeX:	everyhook
 # With LuaLaTeX:		luatexja, luatexja-adjust
 
-Format 104
+Format 106
 
 Style Part
 	Argument post:1
@@ -30,6 +30,7 @@ Style Chapter
 		Tooltip			"Subtitle of the chapter"
 		InsertCotext	1
 	EndArgument
+	TocLevel 0
 End
 
 Style Chapter*
@@ -46,6 +47,7 @@ Style Section
 		Tooltip			"Subtitle of the section"
 		InsertCotext	1
 	EndArgument
+	TocLevel 1
 End
 
 Style Section*
@@ -62,6 +64,7 @@ Style Subsection
 		Tooltip			"Subtitle of the subsection"
 		InsertCotext	1
 	EndArgument
+	TocLevel 2
 End
 
 Style Subsection*
@@ -78,6 +81,7 @@ Style Subsubsection
 		Tooltip			"Subtitle of the subsubsection"
 		InsertCotext	1
 	EndArgument
+	TocLevel 3
 End
 
 Style Subsubsection*


More information about the lyx-cvs mailing list