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.
48 lines
825 B
Plaintext
48 lines
825 B
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[frletter]{French Letter (frletter)}
|
|
# \DeclareCategory{Letters}
|
|
# Layout file for the frletter class.
|
|
# Author : Liviu Andronic and Uwe Stöhr
|
|
|
|
Format 64
|
|
|
|
# Read the definitions from letter.layout
|
|
Input letter.layout
|
|
|
|
# change placement within LyX
|
|
Style My_Address
|
|
Margin Static
|
|
End
|
|
|
|
Style Send_To_Address
|
|
Margin Right_Address_Box
|
|
End
|
|
|
|
|
|
Style Date
|
|
Margin Right_Address_Box
|
|
LatexType Command
|
|
LatexName date
|
|
LabelSep xxx
|
|
ParSkip 0.4
|
|
TopSep 0.9
|
|
BottomSep 0.5
|
|
ParSep 1
|
|
Align Left
|
|
LabelType No_Label
|
|
End
|
|
|
|
|
|
# add more space as in stdletter.inc because the French words are wider
|
|
Style Opening
|
|
LeftMargin Fermeture:xxx
|
|
End
|
|
|
|
Style Signature
|
|
LeftMargin Fermeture:xxx
|
|
End
|
|
|
|
Style Closing
|
|
LeftMargin Fermeture:xxx
|
|
End
|