From 088f6f5f9e4bc96b82fdfe328b833d715032cf95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 9 May 2008 08:01:37 +0000 Subject: [PATCH] * lib/layouts/theorems-starred-equivalents.inc: - Fix LaTeX errors triggered by switching from ams article to ams plain article (patch by Paul Rubin and me). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24692 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/theorems-starred-equivalents.inc | 55 ++++++++++++++++---- 1 file changed, 44 insertions(+), 11 deletions(-) diff --git a/lib/layouts/theorems-starred-equivalents.inc b/lib/layouts/theorems-starred-equivalents.inc index e9f3c49a4b..b167267200 100644 --- a/lib/layouts/theorems-starred-equivalents.inc +++ b/lib/layouts/theorems-starred-equivalents.inc @@ -4,45 +4,78 @@ Format 7 Style Theorem - CopyStyle Theorem* + CopyStyle Theorem* + DependsOn Theorem* + Preamble + EndPreamble End Style Corollary - CopyStyle Corollary* + CopyStyle Corollary* + DependsOn Corollary* + Preamble + EndPreamble End Style Lemma - CopyStyle Lemma* + CopyStyle Lemma* + DependsOn Lemma* + Preamble + EndPreamble End Style Proposition - CopyStyle Proposition* + CopyStyle Proposition* + DependsOn Proposition* + Preamble + EndPreamble End Style Conjecture - CopyStyle Conjecture* + CopyStyle Conjecture* + DependsOn Conjecture* + Preamble + EndPreamble End Style Definition - CopyStyle Definition* + CopyStyle Definition* + DependsOn Definition* + Preamble + EndPreamble End Style Example - CopyStyle Example* + CopyStyle Example* + DependsOn Example* + Preamble + EndPreamble End Style Problem - CopyStyle Problem* + CopyStyle Problem* + DependsOn Problem* + Preamble + EndPreamble End Style Exercise - CopyStyle Exercise* + CopyStyle Exercise* + DependsOn Exercise* + Preamble + EndPreamble End Style Remark - CopyStyle Remark* + CopyStyle Remark* + DependsOn Remark* + Preamble + EndPreamble End Style Claim - CopyStyle Claim* + CopyStyle Claim* + DependsOn Claim* + Preamble + EndPreamble End -- 2.39.5