mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
b375bbe1f9
commit
c984a235eb
@ -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 " 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.
|
||||
|
@ -27,7 +27,7 @@ Style Standard
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
LatexParam "id="para#""
|
||||
LatexParam "id=<para#>"
|
||||
End
|
||||
|
||||
|
||||
|
@ -30,5 +30,5 @@ Counter
|
||||
End
|
||||
|
||||
Counter
|
||||
Name para
|
||||
Name p
|
||||
End
|
||||
|
@ -32,7 +32,7 @@ Style Section
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 2
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ Style Subsection
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 3
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ Style Subsubsection
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 4
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
|
||||
@ -62,7 +62,7 @@ Style Paragraph
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 5
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
|
||||
@ -72,7 +72,7 @@ Style Subparagraph
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 6
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
Style Subsubparagraph
|
||||
@ -81,6 +81,6 @@ Style Subsubparagraph
|
||||
InnerTag head
|
||||
LabelTag label
|
||||
CommandDepth 7
|
||||
LatexParam "id = "s#""
|
||||
LatexParam "id=<s#>"
|
||||
End
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user