]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Reference prefixes for enumerations.
[lyx.git] / lib / layouts / stdstruct.inc
index 8929af6637cc9838b2d13d5a5666683194cc91cd..672c73778dd2b795069014559ff84dcefefebc52 100644 (file)
@@ -8,11 +8,12 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 4
+Format 27
 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,12 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
+       HTMLStyle
+               div.bibliography {
+                       margin-left: 2em;
+                       text-indent: -2em;
+               }
+               span.bibitemlabel:before { content: "["; }
+               span.bibitemlabel:after { content: "] "; }
+       EndHTMLStyle
 End