mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +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.
98 lines
2.0 KiB
Plaintext
98 lines
2.0 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[spie,cite.sty]{SPIE Proceedings}
|
|
# \DeclareCategory{Articles}
|
|
# SPIE-Article textclass definition file.
|
|
# Author : Guenter Milde <g.milde@physik.tu-dresden.de>
|
|
# to be used with the spie.cls LaTex-style available at
|
|
# http://public.lanl.gov/kmh/spie/
|
|
|
|
Format 49
|
|
Input stdclass.inc
|
|
|
|
NoStyle Chapter
|
|
NoCounter chapter
|
|
NoStyle Chapter*
|
|
|
|
PageStyle empty
|
|
SecNumDepth 3
|
|
TocDepth 3
|
|
|
|
|
|
Style Section
|
|
Align Center
|
|
AlignPossible Block, Center, Left
|
|
Font
|
|
Series Bold
|
|
Size large
|
|
EndFont
|
|
TocLevel 1
|
|
End
|
|
|
|
|
|
Style Section*
|
|
Align Center
|
|
AlignPossible Block, Center, Left
|
|
Font
|
|
Series Bold
|
|
Size large
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Keywords
|
|
Margin First_Dynamic
|
|
NextNoIndent 1
|
|
LatexType Command
|
|
LatexName keywords
|
|
LabelType Static
|
|
LabelSep M
|
|
LabelString "Keywords:"
|
|
LabelFont
|
|
Series Bold
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Authorinfo
|
|
Margin Dynamic
|
|
NextNoIndent 1
|
|
InTitle 1
|
|
LatexType Command
|
|
LatexName authorinfo
|
|
ParSkip 0.4
|
|
Align Left
|
|
AlignPossible Block, Left, Right, Center
|
|
BottomSep 1.5
|
|
LabelType Static
|
|
LabelSep M
|
|
LabelString "Authorinfo:"
|
|
LabelFont
|
|
Series Bold
|
|
Shape Italic
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Abstract
|
|
LeftMargin ""
|
|
RightMargin ""
|
|
ParIndent ""
|
|
ParSep 0.5
|
|
LabelString "ABSTRACT"
|
|
LabelFont
|
|
Series Bold
|
|
EndFont
|
|
TextFont
|
|
Size normal
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Acknowledgments
|
|
CopyStyle Abstract
|
|
# NextNoIndent 1
|
|
# LatexType Command
|
|
LatexName acknowledgments
|
|
LabelString "ACKNOWLEDGMENTS"
|
|
End
|