mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
6b49b6b129
This makes the defaults of Inset::inheritFont() and Inset::resetFontEdit() compatible. There is no user visible change except for the Chunk inset which does not produce invalid LaTeX after editing operations anymore. This is the safe version for 2.1.0, for later there are still open questions: - All insets with ResetsFont true should be audited: Is this really needed, or do they show similar editing problems as the Chunk inset? - Does inheritFont() need to be customizable in the layout file as well? - Is resetFontEdit() != !inheritFont() needed at all? I did not use change tracking for the docs, since I updated all existing translations.
101 lines
2.1 KiB
HTML
101 lines
2.1 KiB
HTML
# Textclass definition file for docbook.
|
|
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
|
|
# Modified Martin Vermeer <martin.vermeer@hut.fi>
|
|
#
|
|
# This file is the counterpart of stdstyle.inc
|
|
# It is desirable, as far as possible, to have the same look and feel for
|
|
# related layouts in latex and docbook.
|
|
|
|
Format 49
|
|
Input stdtitle.inc
|
|
|
|
|
|
Style Title
|
|
LatexType Command
|
|
LatexName articleinfo
|
|
CommandDepth 2
|
|
InnerTag title
|
|
End
|
|
|
|
|
|
Style Author
|
|
LatexType Environment
|
|
LatexName author
|
|
End
|
|
|
|
|
|
Style Authorgroup
|
|
CopyStyle Author
|
|
LatexType Environment
|
|
LatexName authorgroup
|
|
InnerTag author
|
|
End
|
|
|
|
|
|
Style Date
|
|
LatexType Paragraph
|
|
LatexName date
|
|
Align Center
|
|
AlignPossible Left,Center
|
|
End
|
|
|
|
|
|
Style RevisionHistory
|
|
Margin Static
|
|
LatexType Command
|
|
LatexName revhistory
|
|
CommandDepth 3
|
|
InnerTag "!-- --"
|
|
LeftMargin MMM
|
|
RightMargin MMM
|
|
ParIndent MM
|
|
TopSep 0.7
|
|
BottomSep 0
|
|
ParSep 0
|
|
Align Block
|
|
KeepEmpty 1
|
|
LabelType Centered
|
|
LabelString "Revision History"
|
|
LabelBottomSep 0.5
|
|
End
|
|
|
|
|
|
Style Revision
|
|
Margin Dynamic
|
|
LatexType Command
|
|
LatexName revision
|
|
CommandDepth 4
|
|
InnerTag revnumber
|
|
LabelSep xxx
|
|
ParSkip 0.4
|
|
TopSep 0.9
|
|
BottomSep 0.5
|
|
ParSep 0.5
|
|
Align Block
|
|
End
|
|
|
|
|
|
Style RevisionRemark
|
|
Margin Static
|
|
LatexType Paragraph
|
|
InTitle 1
|
|
LatexName revremark
|
|
LabelSep xxx
|
|
ParIndent MM
|
|
ParSkip 0.0
|
|
TopSep 0.0
|
|
BottomSep 0.0
|
|
ParSep 1
|
|
Align Block
|
|
LabelType No_Label
|
|
End
|
|
|
|
|
|
Style FirstName
|
|
ObsoletedBy Standard
|
|
End
|
|
|
|
Style Surname
|
|
ObsoletedBy Standard
|
|
End
|