mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-15 15:45:43 +00:00
b92ceba9a1
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.
(cherry picked from commit 5c54557350
)
132 lines
2.3 KiB
Plaintext
132 lines
2.3 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[article,latex8.sty,times.sty]{Latex8 Article (Obsolete)}
|
|
# \DeclareCategory{Obsolete}
|
|
# Latex8 textclass definition file.
|
|
# Author : Allan Rae <rae@elec.uq.edu.au>
|
|
|
|
Format 64
|
|
Preamble
|
|
\usepackage{latex8}
|
|
\usepackage{times}
|
|
EndPreamble
|
|
|
|
|
|
Input stdclass.inc
|
|
|
|
Columns 1
|
|
|
|
ClassOptions
|
|
FontSize 10
|
|
End
|
|
|
|
NoStyle Part
|
|
NoCounter part
|
|
NoStyle Part*
|
|
NoStyle Chapter
|
|
NoCounter chapter
|
|
NoStyle Chapter*
|
|
NoStyle Section*
|
|
NoStyle Subsection*
|
|
NoStyle Subsubsection
|
|
NoCounter subsubsection
|
|
NoStyle Subsubsection*
|
|
NoStyle Paragraph
|
|
NoCounter paragraph
|
|
NoStyle Subparagraph
|
|
NoCounter subparagraph
|
|
|
|
|
|
Style Title
|
|
Font
|
|
Series Bold
|
|
Size Larger
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Section
|
|
TopSep 1.0
|
|
BottomSep 1.0
|
|
ParSep 1.0
|
|
latexname "Section"
|
|
TocLevel 1
|
|
End
|
|
|
|
|
|
Style Subsection
|
|
TopSep 1.0
|
|
BottomSep 1.0
|
|
ParSep 1.0
|
|
latexname "SubSection"
|
|
TocLevel 2
|
|
End
|
|
|
|
|
|
Style Email
|
|
Margin Dynamic
|
|
LatexType Command
|
|
InTitle 1
|
|
LatexName email
|
|
LabelSep xxx
|
|
ParSkip 0.4
|
|
TopSep 0.9
|
|
BottomSep 0.5
|
|
ParSep 1
|
|
Align Center
|
|
AlignPossible Center
|
|
LabelType Static
|
|
LabelString "E-mail:"
|
|
Font
|
|
Size Large
|
|
Family Typewriter
|
|
EndFont
|
|
LabelFont
|
|
Family Roman
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Affiliation
|
|
Category FrontMatter
|
|
Margin Dynamic
|
|
LatexType Command
|
|
InTitle 1
|
|
LatexName affiliation
|
|
LabelSep xxx
|
|
ParSkip 0.4
|
|
TopSep 0.9
|
|
BottomSep 0.5
|
|
ParSep 1
|
|
Align Center
|
|
AlignPossible Center
|
|
LabelType No_Label
|
|
Font
|
|
Size Large
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Abstract
|
|
LeftMargin ""
|
|
RightMargin ""
|
|
Font
|
|
Size Normal
|
|
Shape Italic
|
|
EndFont
|
|
|
|
LabelFont
|
|
Size Large
|
|
Shape Up
|
|
Series Bold
|
|
EndFont
|
|
End
|
|
|
|
|
|
|
|
|
|
Style Bibliography
|
|
LabelFont
|
|
Size Large
|
|
EndFont
|
|
End
|