mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
5c54557350
Remove the trimming operation on LabelString, LabelStringAppendix, EndLabelString and LabelCounter. This trimming meant that quotes strings were not preserved, which is wrong. To preserve layouts, the Layout format has been updated to 64, so that layout2layout can remove extra spaces on existing strings, which ensures that behavior is unchanged for old layouts (courtesy of rgheck). It is now possible to re-add spaces in label strings where it makes sense. Fixes bug #10723.
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 64
|
|
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
|