mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Sort categories for dinbrief.layout
This commit is contained in:
parent
dc5d63ae24
commit
9e14f0c587
@ -6,6 +6,7 @@
|
|||||||
# Modified by: Carsten Kaemmerer <kammerer@ips.cs.tu-bs.de>
|
# Modified by: Carsten Kaemmerer <kammerer@ips.cs.tu-bs.de>
|
||||||
# Modified by: Guenter Milde <g.milde@users.berlios.de>
|
# Modified by: Guenter Milde <g.milde@users.berlios.de>
|
||||||
# Dummy Style DinBrief for common layout features (removed at eof)
|
# Dummy Style DinBrief for common layout features (removed at eof)
|
||||||
|
# Dummy Style Addresses for common address features (removed at eof)
|
||||||
# Generic style names (there are german translations for most names)
|
# Generic style names (there are german translations for most names)
|
||||||
# Additional Styles and twiddeled layout
|
# Additional Styles and twiddeled layout
|
||||||
# Many "ObsoletedBy" to ease conversion from g-brief, scrletter,
|
# Many "ObsoletedBy" to ease conversion from g-brief, scrletter,
|
||||||
@ -43,11 +44,16 @@ Style DinBrief
|
|||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Style Addresses
|
||||||
|
CopyStyle DinBrief
|
||||||
|
Category "Postal Data"
|
||||||
|
End
|
||||||
|
|
||||||
# Open a new letter
|
# Open a new letter
|
||||||
# in dinbrief, this is an environment spanning the whole letter
|
# in dinbrief, this is an environment spanning the whole letter
|
||||||
# (see scrlettr2 for an alternative lyx-implementation)
|
# (see scrlettr2 for an alternative lyx-implementation)
|
||||||
Style Send_To_Address
|
Style Send_To_Address
|
||||||
CopyStyle DinBrief
|
CopyStyle Addresses
|
||||||
LabelString "Address:"
|
LabelString "Address:"
|
||||||
KeepEmpty 1
|
KeepEmpty 1
|
||||||
BottomSep 0.1
|
BottomSep 0.1
|
||||||
@ -61,7 +67,7 @@ End
|
|||||||
|
|
||||||
# backaddress in letter head
|
# backaddress in letter head
|
||||||
Style My_Address
|
Style My_Address
|
||||||
CopyStyle DinBrief
|
CopyStyle Addresses
|
||||||
LabelString "Sender Address:"
|
LabelString "Sender Address:"
|
||||||
LatexName address
|
LatexName address
|
||||||
KeepEmpty 1
|
KeepEmpty 1
|
||||||
@ -71,7 +77,7 @@ End
|
|||||||
|
|
||||||
# backaddress in address window
|
# backaddress in address window
|
||||||
Style "Return address"
|
Style "Return address"
|
||||||
CopyStyle DinBrief
|
CopyStyle Addresses
|
||||||
LabelString "Backaddress:"
|
LabelString "Backaddress:"
|
||||||
LatexName backaddress
|
LatexName backaddress
|
||||||
TextFont
|
TextFont
|
||||||
@ -81,14 +87,14 @@ End
|
|||||||
|
|
||||||
# Printed above the address (e.g., Air Mail, Registered Mail)
|
# Printed above the address (e.g., Air Mail, Registered Mail)
|
||||||
Style "Postal comment"
|
Style "Postal comment"
|
||||||
CopyStyle DinBrief
|
CopyStyle Addresses
|
||||||
LabelString "Postal Remark:"
|
LabelString "Postal Remark:"
|
||||||
LatexName postremark
|
LatexName postremark
|
||||||
End
|
End
|
||||||
|
|
||||||
# Printed right next to Receiver (e.g., Urgent, Confidential)
|
# Printed right next to Receiver (e.g., Urgent, Confidential)
|
||||||
Style Handling
|
Style Handling
|
||||||
CopyStyle DinBrief
|
CopyStyle Addresses
|
||||||
LabelString "Handling:"
|
LabelString "Handling:"
|
||||||
LatexName handling
|
LatexName handling
|
||||||
End
|
End
|
||||||
@ -113,6 +119,7 @@ End
|
|||||||
|
|
||||||
Style Signature
|
Style Signature
|
||||||
CopyStyle DinBrief
|
CopyStyle DinBrief
|
||||||
|
Category Closings
|
||||||
LabelString "Signature:"
|
LabelString "Signature:"
|
||||||
LatexName signature
|
LatexName signature
|
||||||
End
|
End
|
||||||
@ -192,6 +199,7 @@ End
|
|||||||
|
|
||||||
Style Closing
|
Style Closing
|
||||||
CopyStyle Opening
|
CopyStyle Opening
|
||||||
|
Category Closings
|
||||||
LabelString "Closing:"
|
LabelString "Closing:"
|
||||||
LatexName closing
|
LatexName closing
|
||||||
Argument 1
|
Argument 1
|
||||||
@ -203,6 +211,7 @@ End
|
|||||||
|
|
||||||
Style encl
|
Style encl
|
||||||
CopyStyle Opening
|
CopyStyle Opening
|
||||||
|
Category Closings
|
||||||
LabelString "encl:"
|
LabelString "encl:"
|
||||||
LatexName encl
|
LatexName encl
|
||||||
TopSep 0.4
|
TopSep 0.4
|
||||||
@ -385,6 +394,7 @@ Style Verteiler
|
|||||||
ObsoletedBy cc
|
ObsoletedBy cc
|
||||||
End
|
End
|
||||||
|
|
||||||
# Remove auxiliary style
|
# Remove auxiliary styles
|
||||||
NoStyle DinBrief
|
NoStyle DinBrief
|
||||||
|
NoStyle Addresses
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user