]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
fix typos.
[lyx.git] / lib / layouts / stdstruct.inc
index 240dc1a8a97de8d5dbd36f6ff735282accf130e6..c5b6fb98c1216c1718976b39ab209fd9dc5415df 100644 (file)
@@ -8,11 +8,12 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 5
+Format 11
 Style Abstract
        Margin                Static
        LatexType             Environment
        LatexName             abstract
+       Category              FrontMatter
        NextNoIndent          1
        LeftMargin            MMM
        RightMargin           MMM
@@ -22,7 +23,6 @@ Style Abstract
        BottomSep             0.7
        ParSep                0
        Align                 Block
-       AlignPossible         Block
        LabelType             Centered_Top_Environment
        LabelString           "Abstract"
        LabelBottomSep    0.5
@@ -40,6 +40,7 @@ Style Bibliography
        Margin                First_Dynamic
        LatexType             Bib_Environment
        LatexName             thebibliography
+       Category              BackMatter
        NextNoIndent          1
        LeftMargin            MM
        ParSkip               0.4
@@ -56,4 +57,7 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
+       HTMLTag               div
+       HTMLItem              p
+# FIXME HTML We should have some CSS here to format the items as hanging.
 End