lyx-layout-espdx/espdfloats.inc

68 lines
1.5 KiB
PHP
Raw Normal View History

2016-10-20 17:23:01 +00:00
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
# This include file contains all the floats that are defined as standard
# in most LyX layouts.
2016-12-14 08:19:56 +00:00
Format 60
2016-10-20 17:23:01 +00:00
Float
Type table
GuiName Table
Placement tbp
Extension lot
NumberWithin none
Style plain
ListName "Список таблиц"
2016-12-14 08:19:56 +00:00
IsPredefined true
UsesFloatPkg false
ListCommand listoftables
RefPrefix tab
2016-10-20 17:23:01 +00:00
End
Float
Type figure
GuiName Figure
Placement tbp
Extension lof
NumberWithin none
Style plain
ListName "Список рисунков"
2016-12-14 08:19:56 +00:00
IsPredefined true
UsesFloatPkg false
ListCommand listoffigures
RefPrefix fig
2016-10-20 17:23:01 +00:00
End
Float
Type algorithm
GuiName Algorithm
Placement tbp
Extension loa
NumberWithin none
Style ruled
ListName "Список алгоритмов"
2016-12-14 08:19:56 +00:00
IsPredefined false
UsesFloatPkg true
RefPrefix alg
End
InsetLayout FloatList
HTMLTag h2
HTMLStyle
a.lyxtoc-floats {
text-decoration: none;
color: black;
}
a.lyxtoc-floats:visited { color: black; }
div.lyxtoc-floats {
margin: 0em 0em 0.1em 1em;
font-size: large;
font-weight: normal;
}
EndHTMLStyle
2016-10-20 17:23:01 +00:00
End