]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
RJournal template and layout: move ERTs to layout
[lyx.git] / lib / layouts / stdstruct.inc
index efeb2da5cce44d28c2dc08899a5b10445b7404f2..8f1c740d8d5b14efaee14ab3109a8592215c18e3 100644 (file)
@@ -8,11 +8,12 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 6
+Format 45
 Style Abstract
        Margin                Static
        LatexType             Environment
        LatexName             abstract
+       Category              FrontMatter
        NextNoIndent          1
        LeftMargin            MMM
        RightMargin           MMM
@@ -22,9 +23,9 @@ Style Abstract
        BottomSep             0.7
        ParSep                0
        Align                 Block
-       LabelType             Centered_Top_Environment
+       LabelType             Centered
        LabelString           "Abstract"
-       LabelBottomSep    0.5
+       LabelBottomSep        0.5
        Font
          Size                Small
        EndFont
@@ -32,6 +33,20 @@ Style Abstract
          Series              Bold
          Size                Large
        EndFont
+       HTMLLabelFirst        1
+       HTMLForceCSS          1
+       HTMLStyle
+               div.abstract {
+                       margin: 4ex;
+               }
+               div.abstract_item {
+                       font-size: small;
+                       padding-top: 1ex;
+               }
+               div.abstract_label {
+                       font-weight: bold;
+               }
+       EndHTMLStyle
 End
 
 
@@ -39,6 +54,7 @@ Style Bibliography
        Margin                First_Dynamic
        LatexType             Bib_Environment
        LatexName             thebibliography
+       Category              BackMatter
        NextNoIndent          1
        LeftMargin            MM
        ParSkip               0.4
@@ -55,4 +71,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