From 85cf71f69ab3f7f39cee7c2578de8ad7e70be332 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 20 Oct 2008 21:09:11 +0000 Subject: [PATCH] By chapter and by section should exclude each other. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27001 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/theorems-chap.module | 1 + lib/layouts/theorems-sec.module | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/layouts/theorems-chap.module b/lib/layouts/theorems-chap.module index e0734992dd..f7a2764a28 100644 --- a/lib/layouts/theorems-chap.module +++ b/lib/layouts/theorems-chap.module @@ -4,6 +4,7 @@ #layouts that provide a chapter environment. #DescriptionEnd #Requires: theorems-std | theorems-ams +#Excludes: theorems-sec # Author: Richard Heck diff --git a/lib/layouts/theorems-sec.module b/lib/layouts/theorems-sec.module index 290aaa1a96..d1537a7ec4 100644 --- a/lib/layouts/theorems-sec.module +++ b/lib/layouts/theorems-sec.module @@ -3,6 +3,7 @@ #Numbers theorems and the like by section. #DescriptionEnd #Requires: theorems-std | theorems-ams +#Excludes: theorems-chap # Author: Richard Heck