X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdstruct.inc;h=8f1c740d8d5b14efaee14ab3109a8592215c18e3;hb=4beba4e8f87ca218473448caf10563b99faf7b21;hp=3e247e57c43b9427bfff3d8420835f88d89237aa;hpb=28f4beaefac5839f6ba7fae615d46a6ba107486d;p=lyx.git diff --git a/lib/layouts/stdstruct.inc b/lib/layouts/stdstruct.inc index 3e247e57c4..8f1c740d8d 100644 --- a/lib/layouts/stdstruct.inc +++ b/lib/layouts/stdstruct.inc @@ -1,17 +1,19 @@ # Standard textclass definition file. Taken from initial LyX source code # Author : Matthias Ettrich -# Transposed by Pascal André +# Transposed by Pascal André # Heavily modifed and enhanced by several developers. -# Title definitions moved to stdtitle.inc by HArtmut Goebel +# Title definitions moved to stdtitle.inc by Hartmut Goebel # This include files contains all layouts that handle the structure of # a document, like abstract, bibliography and such. -Style Abstract +Format 45 +Style Abstract Margin Static LatexType Environment LatexName abstract + Category FrontMatter NextNoIndent 1 LeftMargin MMM RightMargin MMM @@ -21,26 +23,38 @@ Style Abstract BottomSep 0.7 ParSep 0 Align Block - AlignPossible Block - LabelType Centered_Top_Environment - LabelString Abstract - LabelBottomSep 0.5 - - Font + LabelType Centered + LabelString "Abstract" + LabelBottomSep 0.5 + Font Size Small EndFont - - LabelFont + LabelFont Series Bold Size Large EndFont -End + 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 Style Bibliography Margin First_Dynamic LatexType Bib_Environment LatexName thebibliography + Category BackMatter NextNoIndent 1 LeftMargin MM ParSkip 0.4 @@ -51,11 +65,18 @@ Style Bibliography Align Block AlignPossible Block, Left LabelType Bibliography - LabelString References - LabelBottomSep 0.7 - - LabelFont + LabelString "References" + LabelBottomSep 1.2 + LabelFont Series Bold Size Larger EndFont + HTMLStyle + div.bibliography { + margin-left: 2em; + text-indent: -2em; + } + span.bibitemlabel:before { content: "["; } + span.bibitemlabel:after { content: "] "; } + EndHTMLStyle End