Fix OutlinerNames for Floats

This commit is contained in:
Guillaume MM 2017-05-13 17:36:20 +02:00
parent 00f7a95f62
commit a72873a521
12 changed files with 34 additions and 29 deletions

View File

@ -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 \

View File

@ -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).

View File

@ -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

View File

@ -179,6 +179,9 @@ Style Bibliography
End
OutlinerName plate "Plates" #no AddToToc
OutlinerName planotable "Planotables" #no AddToToc
Float
Type plate
GuiName Plate

View File

@ -11,6 +11,8 @@ Format 63
Requires algorithm2e
Input stdfloatnames.inc
Float
Type algorithm
GuiName Algorithm

View File

@ -1587,6 +1587,8 @@ End
# FLOATS
#
Input stdfloatnames.inc
Float
Type table
GuiName Table

View File

@ -257,6 +257,8 @@ End
# Tableaux for Optimality Theory
OutlinerName tableau "Tableaux" #no AddToToc
Float
Type tableau
GuiName Tableau

View File

@ -499,6 +499,8 @@ End
###
# Float definitions
###
Input stdfloatnames.inc
Float
Type table
GuiName Table

View File

@ -252,6 +252,8 @@ Style Wide_Text
End
Input stdfloatnames.inc
Float
Type algorithm
GuiName Algorithm

View File

@ -82,6 +82,8 @@ InsetLayout Caption:Standard
EndArgument
End
Input stdfloatnames.inc
Float
Type algorithm
GuiName Algorithm

View 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"

View File

@ -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