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/stdcharstyles.inc \
layouts/stdcounters.inc \ layouts/stdcounters.inc \
layouts/stdcustom.inc \ layouts/stdcustom.inc \
layouts/stdfloatnames.inc \
layouts/stdfloats.inc \ layouts/stdfloats.inc \
layouts/stdinsets.inc \ layouts/stdinsets.inc \
layouts/stdlayouts.inc \ layouts/stdlayouts.inc \

View File

@ -159,6 +159,8 @@ Style Keywords
TopSep 0.3 TopSep 0.3
End End
OutlinerName scheme "Schemes" #no AddToToc
Float Float
Type scheme Type scheme
GuiName Scheme GuiName Scheme
@ -181,6 +183,8 @@ InsetLayout scheme
MultiPar true MultiPar true
End End
OutlinerName chart "Charts" #no AddToToc
Float Float
Type chart Type chart
GuiName Chart GuiName Chart
@ -203,6 +207,8 @@ InsetLayout chart
MultiPar true MultiPar true
End End
OutlinerName graph "Graphs[[mathematical]]" #no AddToToc
Float Float
# We need the [[mathematical]] context, since graph in the sense of # We need the [[mathematical]] context, since graph in the sense of
# diagram is not meant (chart is used for this, see above). # diagram is not meant (chart is used for this, see above).

View File

@ -494,33 +494,8 @@ Style ShortAuthors
LatexName redefineshortauthors LatexName redefineshortauthors
End 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 OutlinerName sidebar "Sidebar" #no AddToToc
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
Float Float
Type sidebar Type sidebar

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -82,6 +82,8 @@ InsetLayout Caption:Standard
EndArgument EndArgument
End End
Input stdfloatnames.inc
Float Float
Type algorithm Type algorithm
GuiName 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 Format 63
OutlinerName table "Tables" #no AddToToc (built-in) Input stdfloatnames.inc
OutlinerName figure "Figures" #no AddToToc (built-in)
OutlinerName algorithm "Algorithms" #no AddToToc (built-in)
Float Float
Type table Type table