mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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"
|
Tooltip "The part as it appears in the table of contents/running headers"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -155,6 +156,7 @@ Style Addchap
|
|||||||
Tooltip "The chapter as it appears in the table of contents/running headers"
|
Tooltip "The chapter as it appears in the table of contents/running headers"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -167,6 +169,7 @@ Style Addsec
|
|||||||
Tooltip "The section as it appears in the table of contents/running headers"
|
Tooltip "The section as it appears in the table of contents/running headers"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -322,6 +325,7 @@ InsetLayout Caption:Above
|
|||||||
Tooltip "The caption as it appears in the list of figures/tables"
|
Tooltip "The caption as it appears in the list of figures/tables"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
HTMLStyle
|
HTMLStyle
|
||||||
div.float-caption {
|
div.float-caption {
|
||||||
@ -346,6 +350,7 @@ InsetLayout Caption:Below
|
|||||||
Tooltip "The caption as it appears in the list of figures/tables"
|
Tooltip "The caption as it appears in the list of figures/tables"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
HTMLStyle
|
HTMLStyle
|
||||||
div.float-caption {
|
div.float-caption {
|
||||||
|
@ -695,6 +695,7 @@ InsetLayout Caption:Standard
|
|||||||
Tooltip "The caption as it appears in the list of figures/tables"
|
Tooltip "The caption as it appears in the list of figures/tables"
|
||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
HTMLStyle
|
HTMLStyle
|
||||||
div.float-caption {
|
div.float-caption {
|
||||||
|
@ -34,6 +34,7 @@ Style Part
|
|||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
IsTocCaption 1
|
IsTocCaption 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
@ -77,6 +78,7 @@ Style Chapter
|
|||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
IsTocCaption 1
|
IsTocCaption 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
@ -117,6 +119,7 @@ Style Section
|
|||||||
InsertCotext 1
|
InsertCotext 1
|
||||||
IsTocCaption 1
|
IsTocCaption 1
|
||||||
DocBookTag titleabbrev
|
DocBookTag titleabbrev
|
||||||
|
DocBookArgumentAfterMainTag true
|
||||||
EndArgument
|
EndArgument
|
||||||
Font
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
|
Loading…
Reference in New Issue
Block a user