mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
DocBook: use DocBookArgumentAfterMainTag for short titles.
This commit is contained in:
parent
adc7820d45
commit
d39d6e92ed
@ -143,6 +143,7 @@ Style Addpart
|
||||
Tooltip "The part as it appears in the table of contents/running headers"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
End
|
||||
|
||||
@ -155,6 +156,7 @@ Style Addchap
|
||||
Tooltip "The chapter as it appears in the table of contents/running headers"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
End
|
||||
|
||||
@ -167,6 +169,7 @@ Style Addsec
|
||||
Tooltip "The section as it appears in the table of contents/running headers"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
End
|
||||
|
||||
@ -322,6 +325,7 @@ InsetLayout Caption:Above
|
||||
Tooltip "The caption as it appears in the list of figures/tables"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
HTMLStyle
|
||||
div.float-caption {
|
||||
@ -346,6 +350,7 @@ InsetLayout Caption:Below
|
||||
Tooltip "The caption as it appears in the list of figures/tables"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
HTMLStyle
|
||||
div.float-caption {
|
||||
|
@ -695,6 +695,7 @@ InsetLayout Caption:Standard
|
||||
Tooltip "The caption as it appears in the list of figures/tables"
|
||||
InsertCotext 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
HTMLStyle
|
||||
div.float-caption {
|
||||
|
@ -34,6 +34,7 @@ Style Part
|
||||
InsertCotext 1
|
||||
IsTocCaption 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
Font
|
||||
Series Bold
|
||||
@ -77,6 +78,7 @@ Style Chapter
|
||||
InsertCotext 1
|
||||
IsTocCaption 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
Font
|
||||
Series Bold
|
||||
@ -117,6 +119,7 @@ Style Section
|
||||
InsertCotext 1
|
||||
IsTocCaption 1
|
||||
DocBookTag titleabbrev
|
||||
DocBookArgumentAfterMainTag true
|
||||
EndArgument
|
||||
Font
|
||||
Series Bold
|
||||
|
Loading…
Reference in New Issue
Block a user