]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdletter.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / stdletter.inc
index 9a3a208e696c5117e4989820be4cc7cad5cb302d..89e2c55a3eb1d39ce053624b1d79e8ae481cf551 100644 (file)
@@ -3,13 +3,14 @@
 # Heavily modifed and enhanced by several developers.
 
 
-Format 35
+Format 98
 Columns                 1
 Sides                   1
 PageStyle               Empty
 
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -18,10 +19,12 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       DocBookTag            para
 End
 
 
 Style My_Address
+       Category              "Postal Data"
        Margin                Right_Address_Box
        LatexType             Command
        LatexName             address
@@ -29,10 +32,12 @@ Style My_Address
        BottomSep             1.5
        ParSep                1.5
        Align                 Left
+       DocBookTag            address
 End
 
 
 Style Send_To_Address
+       Category              "Postal Data"
        Margin                Static
        LatexType             Command
        LatexName             letter
@@ -43,10 +48,13 @@ Style Send_To_Address
        Align                 Left
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       DocBookTag            address
+       DocBookAttr           role='send-to-address'
 End
 
 
 Style Opening
+       Category              Letter
        Margin                Static
        LatexType             Command
        LatexName             opening
@@ -63,12 +71,15 @@ Style Opening
        LabelFont
          Series              Bold
          Shape               Italic
-         Color               red
+         Color               textlabel3
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='opening'
 End
 
 
 Style Signature
+       Category              Closings
        Margin                Static
        LatexType             Command
        LatexName             signature
@@ -84,8 +95,10 @@ Style Signature
        LabelFont
          Series              Bold
          Shape               Italic
-         Color               red
+         Color               textlabel3
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='signature'
 End
 
 
@@ -93,6 +106,8 @@ Style Closing
        CopyStyle             Signature
        LatexName             closing
        LabelString           "Closing:"
+       DocBookTag            para
+       DocBookAttr           role='opening'
 End
 
 
@@ -103,8 +118,10 @@ Style cc
        LabelFont
          Series              Bold
          Shape               Italic
-         Color               green
+         Color               textlabel2
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='carbon-copy'
 End
 
 
@@ -113,6 +130,8 @@ Style encl
        LatexName             encl
        LabelString           "encl:"
        Spacing               Other 1.5
+       DocBookTag            para
+       DocBookAttr           role='enclosed'
 End
 
 
@@ -120,6 +139,9 @@ Style Location
        CopyStyle             cc
        LatexName             thispagestyle{firstpage}\location
        LabelString           "Location:"
+       DocBookTag            otheraddr
+       DocBookAttr           role='place'
+       DocBookTagType        paragraph
 End
 
 
@@ -127,4 +149,7 @@ Style Telephone
        CopyStyle             cc
        LatexName             thispagestyle{firstpage}\telephone
        LabelString           "Telephone:"
+       DocBookTag            phone
+       DocBookAttr           ""
+       DocBookTagType        paragraph
 End