home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / lib / layouts / dinbrief.layout < prev    next >
Text File  |  1998-04-23  |  2KB  |  126 lines

  1. #% Do not delete he line below; configure depends on this
  2. #  \DeclareLaTeXClass{letter (german)}
  3. # Italian Letter textclass definition file. 
  4. # Author : Juergen Vigna <jug@sad.it>
  5. # Modifies only some things from letter.layout
  6.  
  7.  
  8. # Input general definitions
  9. Input letter
  10.  
  11. # Redefine some stuff
  12.  
  13. # My Address style
  14. Style My_Address
  15.   Margin        Static
  16. End
  17.  
  18. # Opening style definition
  19. Style Opening
  20.   LabelString        Anrede:
  21. End
  22.  
  23. # Signature style definition
  24. Style Signature
  25.   LabelString        Unterschrift:
  26. End
  27.  
  28. # Closing style definition
  29. Style Closing
  30.   LabelString        Gru▀:
  31. End
  32.  
  33. # encl style definition
  34. Style encl
  35.   LeftMargin        Anlagen::xx
  36.   LabelString        Anlagen:
  37. End
  38.  
  39. # ps style definition
  40. Style ps
  41.   Margin          Static
  42.   LatexType         Command
  43.   LatexName         ps
  44.   LeftMargin        PS:xx
  45.   LabelSep        xx
  46.   TopSep        0.4
  47.   BottomSep        0.4
  48.   ParSep        0.4
  49.   Align         Block
  50.   AlignPossible     Block, Left
  51.   LabelType        Static
  52.   LabelString        PS:
  53. End
  54.  
  55. # ps style definition
  56. Style cc
  57.   LeftMargin        Verteiler::xx
  58.   LabelString        Verteiler:
  59. End
  60.  
  61. # Oggetto style definition
  62. Style Betreff
  63.   Margin          Static
  64.   LatexType         Command
  65.   LatexName         subject
  66.   LeftMargin        Signature::xx
  67.   LabelSep        xx
  68.   TopSep        0.4
  69.   BottomSep        0.4
  70.   ParSep        0.4
  71.   Align         Block
  72.   AlignPossible     Block, Left
  73.   LabelType        Static
  74.   LabelString        Betreff:
  75.   # label font definition
  76.   LabelFont 
  77.     Series        Bold
  78.     Shape        Italic
  79.     Latex        Latex
  80.   EndFont
  81. End
  82.  
  83. # Citta style definition
  84. Style Stadt
  85.   Margin          Static
  86.   LatexType         Command
  87.   LatexName         place
  88.   LeftMargin        Signature::xx
  89.   LabelSep        xx
  90.   TopSep        0.4
  91.   BottomSep        0.4
  92.   ParSep        0.4
  93.   Align         Block
  94.   AlignPossible     Block, Left
  95.   LabelType        Static
  96.   LabelString        Stadt:
  97.   # label font definition
  98.   LabelFont 
  99.     Series        Bold
  100.     Shape        Italic
  101.     Latex        Latex
  102.   EndFont
  103. End
  104.  
  105. # Data style definition
  106. Style Datum
  107.   Margin          Static
  108.   LatexType         Command
  109.   LatexName         date
  110.   LeftMargin        Signature::xx
  111.   LabelSep        xx
  112.   TopSep        0.4
  113.   BottomSep        0.4
  114.   ParSep        0.4
  115.   Align         Block
  116.   AlignPossible     Block, Left
  117.   LabelType        Static
  118.   LabelString        Datum:
  119.   # label font definition
  120.   LabelFont 
  121.     Series        Bold
  122.     Shape        Italic
  123.     Latex        Latex
  124.   EndFont
  125. End
  126.