mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix OutlinerNames for Floats
This commit is contained in:
parent
00f7a95f62
commit
a72873a521
@ -2252,6 +2252,7 @@ dist_layouts_DATA =\
|
||||
layouts/stdcharstyles.inc \
|
||||
layouts/stdcounters.inc \
|
||||
layouts/stdcustom.inc \
|
||||
layouts/stdfloatnames.inc \
|
||||
layouts/stdfloats.inc \
|
||||
layouts/stdinsets.inc \
|
||||
layouts/stdlayouts.inc \
|
||||
|
@ -159,6 +159,8 @@ Style Keywords
|
||||
TopSep 0.3
|
||||
End
|
||||
|
||||
OutlinerName scheme "Schemes" #no AddToToc
|
||||
|
||||
Float
|
||||
Type scheme
|
||||
GuiName Scheme
|
||||
@ -181,6 +183,8 @@ InsetLayout scheme
|
||||
MultiPar true
|
||||
End
|
||||
|
||||
OutlinerName chart "Charts" #no AddToToc
|
||||
|
||||
Float
|
||||
Type chart
|
||||
GuiName Chart
|
||||
@ -203,6 +207,8 @@ InsetLayout chart
|
||||
MultiPar true
|
||||
End
|
||||
|
||||
OutlinerName graph "Graphs[[mathematical]]" #no AddToToc
|
||||
|
||||
Float
|
||||
# We need the [[mathematical]] context, since graph in the sense of
|
||||
# diagram is not meant (chart is used for this, see above).
|
||||
|
@ -494,33 +494,8 @@ Style ShortAuthors
|
||||
LatexName redefineshortauthors
|
||||
End
|
||||
|
||||
Float
|
||||
Type table*
|
||||
GuiName "Two-column table"
|
||||
Placement tbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Tables"
|
||||
IsPredefined true
|
||||
UsesFloatPkg false
|
||||
ListCommand listoftables
|
||||
RefPrefix tab
|
||||
End
|
||||
|
||||
Float
|
||||
Type figure*
|
||||
GuiName "Two-column figure"
|
||||
Placement tbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Figures"
|
||||
IsPredefined true
|
||||
UsesFloatPkg false
|
||||
ListCommand listoffigures
|
||||
RefPrefix fig
|
||||
End
|
||||
OutlinerName sidebar "Sidebar" #no AddToToc
|
||||
|
||||
Float
|
||||
Type sidebar
|
||||
|
@ -179,6 +179,9 @@ Style Bibliography
|
||||
End
|
||||
|
||||
|
||||
OutlinerName plate "Plates" #no AddToToc
|
||||
OutlinerName planotable "Planotables" #no AddToToc
|
||||
|
||||
Float
|
||||
Type plate
|
||||
GuiName Plate
|
||||
|
@ -11,6 +11,8 @@ Format 63
|
||||
|
||||
Requires algorithm2e
|
||||
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
|
@ -1587,6 +1587,8 @@ End
|
||||
# FLOATS
|
||||
#
|
||||
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type table
|
||||
GuiName Table
|
||||
|
@ -257,6 +257,8 @@ End
|
||||
|
||||
|
||||
# Tableaux for Optimality Theory
|
||||
OutlinerName tableau "Tableaux" #no AddToToc
|
||||
|
||||
Float
|
||||
Type tableau
|
||||
GuiName Tableau
|
||||
|
@ -499,6 +499,8 @@ End
|
||||
###
|
||||
# Float definitions
|
||||
###
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type table
|
||||
GuiName Table
|
||||
|
@ -252,6 +252,8 @@ Style Wide_Text
|
||||
End
|
||||
|
||||
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
|
@ -82,6 +82,8 @@ InsetLayout Caption:Standard
|
||||
EndArgument
|
||||
End
|
||||
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
|
10
lib/layouts/stdfloatnames.inc
Normal file
10
lib/layouts/stdfloatnames.inc
Normal file
@ -0,0 +1,10 @@
|
||||
# This defines the names used by common Float types.
|
||||
|
||||
Format 63
|
||||
|
||||
OutlinerName table "Tables"
|
||||
OutlinerName figure "Figures"
|
||||
OutlinerName algorithm "Algorithms"
|
||||
OutlinerName marginfigure "Margin Figures"
|
||||
OutlinerName margintable "Margin Tables"
|
||||
|
@ -6,9 +6,7 @@
|
||||
|
||||
Format 63
|
||||
|
||||
OutlinerName table "Tables" #no AddToToc (built-in)
|
||||
OutlinerName figure "Figures" #no AddToToc (built-in)
|
||||
OutlinerName algorithm "Algorithms" #no AddToToc (built-in)
|
||||
Input stdfloatnames.inc
|
||||
|
||||
Float
|
||||
Type table
|
||||
|
Loading…
Reference in New Issue
Block a user