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
This commit is contained in:
José Matox 2004-10-28 11:30:18 +00:00
parent b375bbe1f9
commit c984a235eb
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
200410-28 José Matos <jamatos@lyx.org>
* layouts/agu_stdclass.inc:
* agu_stdsections.inc: since we are using substituion change the
the dread &quot; 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 <jamatos@lyx.org>
* layouts/db_stdclass.inc: include counter files.

View File

@ -27,7 +27,7 @@ Style Standard
Align Block
AlignPossible Block
LabelType No_Label
LatexParam "id=&quot;para#&quot;"
LatexParam "id=<para#>"
End

View File

@ -30,5 +30,5 @@ Counter
End
Counter
Name para
Name p
End

View File

@ -32,7 +32,7 @@ Style Section
InnerTag head
LabelTag label
CommandDepth 2
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End
@ -42,7 +42,7 @@ Style Subsection
InnerTag head
LabelTag label
CommandDepth 3
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End
@ -52,7 +52,7 @@ Style Subsubsection
InnerTag head
LabelTag label
CommandDepth 4
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End
@ -62,7 +62,7 @@ Style Paragraph
InnerTag head
LabelTag label
CommandDepth 5
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End
@ -72,7 +72,7 @@ Style Subparagraph
InnerTag head
LabelTag label
CommandDepth 6
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End
Style Subsubparagraph
@ -81,6 +81,6 @@ Style Subsubparagraph
InnerTag head
LabelTag label
CommandDepth 7
LatexParam "id = &quot;s#&quot;"
LatexParam "id=<s#>"
End