mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ca91b2566
There is nothing in the diff besides the format number changing from 93 to 95. From what I understand, this is as expected since 93 -> 94 and 94 -> 95 just add new layout tags. Updating the layouts makes it easier to test master. Otherwise, in some use cases layout2layout can be run hundreds of times which can make some things slow (e.g., opening documents or even opening the advanced find pane).
54 lines
977 B
Plaintext
54 lines
977 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 95
|
|
|
|
# Read the definitions from letter.layout
|
|
Input letter.layout
|
|
|
|
# change placement within LyX
|
|
Style My_Address
|
|
Margin Static
|
|
DocBookInInfo always
|
|
End
|
|
|
|
Style Send_To_Address
|
|
Margin Right_Address_Box
|
|
DocBookInInfo always
|
|
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
|
|
DocBookTag date
|
|
DocBookTagType paragraph
|
|
DocBookInInfo always
|
|
DocBookNoFontInside true
|
|
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
|