From: José Matox Date: Thu, 28 Oct 2004 11:30:18 +0000 (+0000) Subject: slight changes for the new counter support in agu. X-Git-Tag: 1.6.10~14897 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c984a235eb494b411102ef8bc0ba51c855085402;p=features.git slight changes for the new counter support in agu. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9136 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8bc8ac0523..bc11c434bb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +200410-28 José Matos + + * layouts/agu_stdclass.inc: + * agu_stdsections.inc: since we are using substituion change the + the dread " to <> syntax, since that can never happen in a + parameter. + + * layouts/agu_stdcounters.inc: replace para by as a counter. + 2004-10-27 José Matos * layouts/db_stdclass.inc: include counter files. diff --git a/lib/layouts/agu_stdclass.inc b/lib/layouts/agu_stdclass.inc index 596a04eb71..38bb59571e 100644 --- a/lib/layouts/agu_stdclass.inc +++ b/lib/layouts/agu_stdclass.inc @@ -27,7 +27,7 @@ Style Standard Align Block AlignPossible Block LabelType No_Label - LatexParam "id="para#"" + LatexParam "id=" End diff --git a/lib/layouts/agu_stdcounters.inc b/lib/layouts/agu_stdcounters.inc index 84434517b0..cacc1a63bb 100644 --- a/lib/layouts/agu_stdcounters.inc +++ b/lib/layouts/agu_stdcounters.inc @@ -30,5 +30,5 @@ Counter End Counter - Name para + Name p End diff --git a/lib/layouts/agu_stdsections.inc b/lib/layouts/agu_stdsections.inc index e42df5cd60..792bd46826 100644 --- a/lib/layouts/agu_stdsections.inc +++ b/lib/layouts/agu_stdsections.inc @@ -32,7 +32,7 @@ Style Section InnerTag head LabelTag label CommandDepth 2 - LatexParam "id = "s#"" + LatexParam "id=" End @@ -42,7 +42,7 @@ Style Subsection InnerTag head LabelTag label CommandDepth 3 - LatexParam "id = "s#"" + LatexParam "id=" End @@ -52,7 +52,7 @@ Style Subsubsection InnerTag head LabelTag label CommandDepth 4 - LatexParam "id = "s#"" + LatexParam "id=" End @@ -62,7 +62,7 @@ Style Paragraph InnerTag head LabelTag label CommandDepth 5 - LatexParam "id = "s#"" + LatexParam "id=" End @@ -72,7 +72,7 @@ Style Subparagraph InnerTag head LabelTag label CommandDepth 6 - LatexParam "id = "s#"" + LatexParam "id=" End Style Subsubparagraph @@ -81,6 +81,6 @@ Style Subsubparagraph InnerTag head LabelTag label CommandDepth 7 - LatexParam "id = "s#"" + LatexParam "id=" End