]> git.lyx.org Git - features.git/commitdiff
slight changes for the new counter support in agu.
authorJosé Matox <jamatos@lyx.org>
Thu, 28 Oct 2004 11:30:18 +0000 (11:30 +0000)
committerJosé Matox <jamatos@lyx.org>
Thu, 28 Oct 2004 11:30:18 +0000 (11:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9136 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/agu_stdclass.inc
lib/layouts/agu_stdcounters.inc
lib/layouts/agu_stdsections.inc

index 8bc8ac0523bd63f24fa1e791658327fed89ef885..bc11c434bb8fa0d375bd1aacd0415ba2624eb4a4 100644 (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.
index 596a04eb71f9334de2041d4f17225f168573d8a5..38bb59571e604b586dc21f5af3d7f30d019fc5c1 100644 (file)
@@ -27,7 +27,7 @@ Style Standard
        Align                 Block
        AlignPossible         Block
        LabelType             No_Label
-       LatexParam            "id=&quot;para#&quot;"
+       LatexParam            "id=<para#>"
 End
 
 
index 84434517b017f55e84afdeb0089f41b477279d3a..cacc1a63bbaa6fb8d1b3a96f404f0d65bde4461e 100644 (file)
@@ -30,5 +30,5 @@ Counter
 End
 
 Counter
-       Name                 para
+       Name                 p
 End
index e42df5cd60712e18525ac21fe398a2c141fe9875..792bd46826c4ba791927d0cb67f8ff6a4a7350b1 100644 (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