2007-07-24 17:16:35 +00:00
|
|
|
# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
|
2002-09-04 06:52:26 +00:00
|
|
|
|
|
|
|
# This include file contains all the floats that are defined as standard
|
|
|
|
# in most LyX layouts.
|
|
|
|
|
|
|
|
|
2024-08-12 10:29:14 +00:00
|
|
|
Format 107
|
2009-06-19 13:10:36 +00:00
|
|
|
|
2017-05-13 15:36:20 +00:00
|
|
|
Input stdfloatnames.inc
|
2017-01-09 12:28:48 +00:00
|
|
|
|
2002-09-04 06:52:26 +00:00
|
|
|
Float
|
2003-05-02 08:55:48 +00:00
|
|
|
Type table
|
|
|
|
GuiName Table
|
|
|
|
Placement tbp
|
|
|
|
Extension lot
|
|
|
|
NumberWithin none
|
|
|
|
Style plain
|
|
|
|
ListName "List of Tables"
|
2011-02-02 22:39:03 +00:00
|
|
|
IsPredefined true
|
|
|
|
UsesFloatPkg false
|
2010-03-05 23:02:24 +00:00
|
|
|
ListCommand listoftables
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix tab
|
2023-07-28 22:22:14 +00:00
|
|
|
PrettyFormat "Table ##"
|
2002-09-04 06:52:26 +00:00
|
|
|
End
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
|
2002-09-04 06:52:26 +00:00
|
|
|
Float
|
2003-05-02 08:55:48 +00:00
|
|
|
Type figure
|
|
|
|
GuiName Figure
|
|
|
|
Placement tbp
|
|
|
|
Extension lof
|
|
|
|
NumberWithin none
|
|
|
|
Style plain
|
|
|
|
ListName "List of Figures"
|
2011-02-02 22:39:03 +00:00
|
|
|
IsPredefined true
|
|
|
|
UsesFloatPkg false
|
2010-03-05 23:02:24 +00:00
|
|
|
ListCommand listoffigures
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix fig
|
2023-07-28 22:22:14 +00:00
|
|
|
PrettyFormat "Figure ##"
|
2002-09-04 06:52:26 +00:00
|
|
|
End
|
|
|
|
|
2003-09-15 14:29:22 +00:00
|
|
|
|
2002-09-04 06:52:26 +00:00
|
|
|
Float
|
2003-05-02 08:55:48 +00:00
|
|
|
Type algorithm
|
|
|
|
GuiName Algorithm
|
|
|
|
Placement tbp
|
|
|
|
Extension loa
|
|
|
|
NumberWithin none
|
|
|
|
Style ruled
|
|
|
|
ListName "List of Algorithms"
|
2011-02-02 22:39:03 +00:00
|
|
|
IsPredefined false
|
|
|
|
UsesFloatPkg true
|
2010-03-17 12:23:24 +00:00
|
|
|
RefPrefix alg
|
2023-07-28 22:22:14 +00:00
|
|
|
PrettyFormat "Algorithm ##"
|
2002-09-04 06:52:26 +00:00
|
|
|
End
|
2013-03-27 23:01:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
InsetLayout FloatList
|
2013-03-27 23:51:49 +00:00
|
|
|
HTMLTag h2
|
2013-03-27 23:01:33 +00:00
|
|
|
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
|
|
|
|
End
|