lyx-layout-espdx/espdstruct.inc

85 lines
2.1 KiB
PHP
Raw Normal View History

2016-10-20 17:23:01 +00:00
# Standard textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by several developers.
# Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut@noris.net>
# This include files contains all layouts that handle the structure of
# a document, like abstract, bibliography and such.
2016-12-14 08:19:56 +00:00
Format 60
2016-10-20 17:23:01 +00:00
Style Abstract
Margin Static
LatexType Environment
LatexName abstract
Category FrontMatter
NextNoIndent 1
2016-12-14 08:19:56 +00:00
ToggleIndent Always
2016-10-20 17:23:01 +00:00
LeftMargin MMM
RightMargin MMM
ParIndent MM
ItemSep 0
TopSep 0.7
BottomSep 0.7
ParSep 0
Align Block
2016-12-14 08:19:56 +00:00
LabelType Centered
2016-10-20 17:23:01 +00:00
LabelString "Abstract"
2016-12-14 08:19:56 +00:00
LabelBottomSep 0.5
2016-10-20 17:23:01 +00:00
Font
Size Small
EndFont
LabelFont
Series Bold
Size Large
EndFont
2016-12-14 08:19:56 +00:00
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
2016-10-20 17:23:01 +00:00
End
Style Bibliography
Margin First_Dynamic
LatexType Bib_Environment
LatexName thebibliography
Category BackMatter
NextNoIndent 1
2016-12-14 08:19:56 +00:00
ToggleIndent Never
2016-10-20 17:23:01 +00:00
LeftMargin MM
ParSkip 0.4
ItemSep 0
TopSep 0.7
BottomSep 0.7
ParSep 0.5
Align Block
AlignPossible Block, Left
LabelType Bibliography
LabelString "References"
LabelBottomSep 1.2
LabelFont
Series Bold
Size Larger
EndFont
2016-12-14 08:19:56 +00:00
HTMLStyle
div.bibliography {
margin-left: 2em;
text-indent: -2em;
}
span.bibitemlabel:before { content: "["; }
span.bibitemlabel:after { content: "] "; }
EndHTMLStyle
2016-10-20 17:23:01 +00:00
End