lyx_mirror/lib/layouts/dinbrief.layout

476 lines
9.0 KiB
Plaintext
Raw Permalink Normal View History

#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{DIN-Brief}
# \DeclareCategory{Letters}
# German DIN-Brief textclass definition file.
# Author : Juergen Vigna <jug@sad.it>
# Modified by: Carsten Kaemmerer <kammerer@ips.cs.tu-bs.de>
2019-05-13 20:50:36 +00:00
# Modified by: Guenter Milde <milde@lyx.org>
# Dummy Style DinBrief for common layout features (removed at eof)
2013-01-25 16:42:58 +00:00
# Dummy Style Addresses for common address features (removed at eof)
# Generic style names (there are german translations for most names)
# Additional Styles and twiddeled layout
# Many "ObsoletedBy" to ease conversion from g-brief, scrletter,
# or letter (see also the update of the dinbrief.lyx template)
# Modified by: Juergen Spitzmueller <spitz@lyx.org>
# use English strings, localization is done by gettext!
2020-11-02 02:03:24 +00:00
# TODO: DocBook doesn't support several letters in the same file.
2024-08-12 10:29:14 +00:00
Format 107
Input letter.layout
# dinbrief's \phone has 2 args, area and number. We define an empty
# command that can be set by the Area_Code style
Preamble
\newcommand{\areacode}{}
EndPreamble
# auxiliary style copied by other dinbrief styles
# the LeftMargin is set to the probably longest string
# (no typo! the umlaut is delibarately omitted)
Style DinBrief
2020-11-02 02:03:24 +00:00
Category Letter
LatexType Command
Margin Static
LeftMargin "Rucksende-Adresse:"
Align Left
AlignPossible Left
LabelType Static
LabelSep x
LabelFont
Series Medium
Shape Italic
Size Small
Color textlabel1
EndFont
End
2013-01-25 16:42:58 +00:00
Style Addresses
CopyStyle DinBrief
2020-11-02 02:03:24 +00:00
Category "Postal Data"
2013-01-25 16:42:58 +00:00
End
# Open a new letter
# in dinbrief, this is an environment spanning the whole letter
# (see scrlettr2 for an alternative lyx-implementation)
Style Send_To_Address
2013-01-25 16:42:58 +00:00
CopyStyle Addresses
LabelString "Address:"
KeepEmpty 1
BottomSep 0.1
LatexName letter
2020-11-02 02:03:24 +00:00
DocBookTag NONE
DocBookWrapperTag address
DocBookWrapperAttr role='send-to-address'
DocBookWrapperMergeWithPrevious true
DocBookInInfo always
End
# Data Fields, placed according to DIN norm
# ---------------------------------------------------------
# need to be placed before the Opening in the LyX document!
# backaddress in letter head
Style My_Address
2013-01-25 16:42:58 +00:00
CopyStyle Addresses
LabelString "Sender Address:"
LatexName address
KeepEmpty 1
BottomSep 0.5
AlignPossible Block, Left, Right, Center
2020-11-02 02:03:24 +00:00
DocBookTag address
DocBookInInfo always
End
# backaddress in address window
Style "Return address"
2013-01-25 16:42:58 +00:00
CopyStyle Addresses
LabelString "Backaddress:"
LatexName backaddress
TextFont
Size Small
EndFont
2020-11-02 02:03:24 +00:00
DocBookTag NONE
DocBookWrapperTag address
DocBookWrapperAttr role='return-address'
DocBookInInfo always
End
# Printed above the address (e.g., Air Mail, Registered Mail)
Style "Postal comment"
2013-01-25 16:42:58 +00:00
CopyStyle Addresses
LabelString "Postal Remark:"
LatexName postremark
2020-11-02 02:03:24 +00:00
DocBookTag otheraddr
DocBookAttr role='postal-comment'
DocBookTagType paragraph
DocBookWrapperTag address
DocBookWrapperAttr role='send-to-address'
DocBookWrapperMergeWithPrevious true
DocBookInInfo always
End
# Printed right next to Receiver (e.g., Urgent, Confidential)
Style Handling
2013-01-25 16:42:58 +00:00
CopyStyle Addresses
LabelString "Handling:"
LatexName handling
2020-11-02 02:03:24 +00:00
DocBookTag otheraddr
DocBookAttr role='handling'
DocBookTagType paragraph
DocBookWrapperTag address
DocBookWrapperAttr role='send-to-address'
DocBookWrapperMergeWithPrevious true
DocBookInInfo always
End
Style YourRef
CopyStyle DinBrief
LabelString "Your ref.:"
LatexName yourmail
2020-11-02 02:03:24 +00:00
DocBookTag productnumber
DocBookAttr role='your-ref'
DocBookTagType paragraph
DocBookInInfo always
End
Style MyRef
CopyStyle DinBrief
LabelString "Our ref.:"
LatexName sign
2020-11-02 02:03:24 +00:00
DocBookTag productnumber
DocBookAttr role='my-ref'
DocBookTagType paragraph
DocBookInInfo always
End
Style Writer
CopyStyle DinBrief
LabelString "Writer:"
LatexName writer
2020-11-02 02:03:24 +00:00
DocBookTag personname
DocBookTagType paragraph
DocBookWrapperTag othercredit
DocBookWrapperAttr class='typesetter'
DocBookInInfo always
End
Style Signature
CopyStyle DinBrief
2013-01-25 16:42:58 +00:00
Category Closings
LabelString "Signature:"
LatexName signature
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='opening'
End
# contact info at the bottom of the first page
Style Bottomtext
CopyStyle DinBrief
LabelString "Bottom text:"
LatexName bottomtext
AlignPossible Block, Left, Right, Center
2020-11-02 02:03:24 +00:00
# TODO: DocBook, this is typically within the <info> elements in LyX, but that makes no sense for DocBook.
DocBookTag para
DocBookAttr role='bottom-text'
End
# dinbrief's \phone has 2 args, area and number,
# define both as distinct styles
Style "Area code"
CopyStyle DinBrief
LabelString "Area Code:"
LatexName "renewcommand{\areacode}"
2020-11-02 02:03:24 +00:00
# TODO: should be in <address>, but too far away from these paragraphs.
DocBookTag phone
DocBookAttr role='area-code'
DocBookTagType paragraph
DocBookInInfo always
End
Style Telephone
CopyStyle DinBrief
LabelString "Telephone:"
LatexName phone
LatexParam {\areacode}
2020-11-02 02:03:24 +00:00
# TODO: should be in <address>, but too far away from these paragraphs.
DocBookTag phone
DocBookTagType paragraph
DocBookInInfo always
End
Style Location
CopyStyle DinBrief
LabelString "Location:"
LatexName place
Margin Right_Address_Box
TopSep 0.1
BottomSep 0.1
ParSep 0.1
2020-11-02 02:03:24 +00:00
DocBookTag address
DocBookAttr role='location'
DocBookInInfo always
End
Style Date
CopyStyle Location
LabelString "Date:"
LatexName date
2020-11-02 02:03:24 +00:00
DocBookTag date
DocBookAttr ""
DocBookTagType paragraph
DocBookInInfo always
DocBookNoFontInside true
End
# dinbrief does not emphasize the subject line
Style Subject
CopyStyle DinBrief
LabelString "Subject:"
LatexName subject
TopSep 0.4
BottomSep 0.4
ParSep 0.4
Align Block
AlignPossible Block, Left, Right, Center
2020-11-02 02:03:24 +00:00
DocBookTag title
DocBookTagType paragraph
DocBookInInfo always
End
# Opening (Anrede)
# ----------------
# sets the above data fields
Style Opening
CopyStyle DinBrief
2013-02-09 18:37:06 +00:00
LabelType Above
LeftMargin ""
LabelString "Opening:"
LatexName opening
KeepEmpty 1
TopSep 1.5
BottomSep 1
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='opening'
End
# Backmatter (styles to be used at the end of the letter)
# -------------------------------------------------------
# placed in order of appearance in the document
Style Closing
CopyStyle Opening
2013-01-25 16:42:58 +00:00
Category Closings
LabelString "Closing:"
LatexName closing
Argument 1
LabelString "Signature|S"
Tooltip "Here you can insert a signature scan"
EndArgument
KeepEmpty 1
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='closing'
End
Style encl
CopyStyle Opening
2013-01-25 16:42:58 +00:00
Category Closings
LabelString "encl:"
LatexName encl
TopSep 0.4
BottomSep 0.4
KeepEmpty 0
LabelFont
Series Medium
Shape Up
Size Normal
Color foreground
EndFont
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='enclosed'
End
Style cc
CopyStyle encl
LabelString "cc:"
LatexName cc
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='carbon-copy'
End
Style PS
CopyStyle encl
LabelString "Post Scriptum:"
LatexName ps
Align Block
AlignPossible Block, Left
ParSep 0.4
2020-11-02 02:03:24 +00:00
DocBookTag para
DocBookAttr role='post-scriptum'
End
# Obsoleted (or differently named) styles
# ---------------------------------------
# ease conversion from g-brief, scrletter, or letter
# scrletter
Style SenderAddress
ObsoletedBy My_Address
End
# scrletter
Style Backaddress
ObsoletedBy "Return address"
End
# g-brief-de
Style RetourAdresse
ObsoletedBy "Return address"
End
# dinbrief (gm old), g-brief-en, scrletter, ...
Style Address
ObsoletedBy Send_To_Address
End
# g-brief-de, g-brief2
Style Adresse
ObsoletedBy Send_To_Address
End
# g-brief-de
Style Postvermerk
ObsoletedBy "Postal comment"
End
# g-brief-de
Style Zusatz
ObsoletedBy Handling
End
# g-brief-de
Style IhrZeichen
ObsoletedBy YourRef
End
# These are identical in this class
Style YourMail
ObsoletedBy YourRef
End
# g-brief-de
Style IhrSchreiben
ObsoletedBy YourRef
End
# g-brief-de
Style MeinZeichen
ObsoletedBy MyRef
End
# g-brief-de
Style Unterschrift
ObsoletedBy Signature
End
# dinbrief (gm old)
Style Phone
ObsoletedBy Telephone
End
# g-brief-de
Style Telefon
ObsoletedBy Telephone
End
# dinbrief (gm old)
Style Place
ObsoletedBy Location
End
# dinbrief v2
Style Stadt
ObsoletedBy Location
End
# g-brief-en
Style Town
ObsoletedBy Location
End
# g-brief-de
Style Ort
ObsoletedBy Location
End
# g-brief-de
Style Datum
ObsoletedBy Date
End
# g-brief-en, g-brief2
Style Reference
ObsoletedBy Subject
End
# g-brief-de
Style Betreff
ObsoletedBy Subject
End
# g-brief-de
Style Anrede
ObsoletedBy Opening
End
# in dinbrief, the letter text is in Standard format
Style Letter
ObsoletedBy Standard
End
# g-brief-de
Style Brieftext
ObsoletedBy Standard
End
# g-brief-de
Style Gruss
ObsoletedBy Closing
End
Style ps
ObsoletedBy PS
End
# g-brief-de
Style Encl.
ObsoletedBy encl
End
# g-brief-de
Style Anlagen
ObsoletedBy encl
End
# scrletter
Style CC
ObsoletedBy cc
End
# g-brief-de
Style Verteiler
ObsoletedBy cc
End
2013-01-25 16:42:58 +00:00
# Remove auxiliary styles
NoStyle DinBrief
2013-01-25 16:42:58 +00:00
NoStyle Addresses