]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/agu_stdsections.inc
Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit].
[lyx.git] / lib / layouts / agu_stdsections.inc
index 616d1f59cbddabea6938bc80f6e58758614e1503..5abf7498f1c5b01edcd060d796819dc9252c0067 100644 (file)
@@ -1,11 +1,12 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 #          Martin Vermeer <martin.vermeer@hut.fi>
 
 # This file is the counterpart of stdsections.inc
 # It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
+Format 63
 Input stdsections.inc
 
 Style Part
@@ -32,7 +33,7 @@ Style Section
        InnerTag              head
        LabelTag              label
        CommandDepth          2
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End
 
 
@@ -42,7 +43,7 @@ Style Subsection
        InnerTag              head
        LabelTag              label
        CommandDepth          3
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End
 
 
@@ -52,7 +53,7 @@ Style Subsubsection
        InnerTag              head
        LabelTag              label
        CommandDepth          4
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End
 
 
@@ -62,7 +63,7 @@ Style Paragraph
        InnerTag              head
        LabelTag              label
        CommandDepth          5
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End
 
 
@@ -72,7 +73,7 @@ Style Subparagraph
        InnerTag              head
        LabelTag              label
        CommandDepth          6
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End
 
 Style Subsubparagraph
@@ -81,6 +82,6 @@ Style Subsubparagraph
        InnerTag              head
        LabelTag              label
        CommandDepth          7
-       LatexParam            "s#"
+       LatexParam            "id=<s#>"
 End