]> git.lyx.org Git - lyx.git/blob - lib/layouts/iletter.layout
fix to the lyxstring bug, better searching for dep files in latex log, use \hfil...
[lyx.git] / lib / layouts / iletter.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{letter (italian)}
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 # Send_To_Address style definition
19 Style Send_To_Address
20   Margin                Right_Address_Box
21 End
22
23 # Opening style definition
24 Style Opening
25   LeftMargin            Apertura::xx
26   LabelString           Apertura:
27 End
28
29 # Signature style definition
30 Style Signature
31   LeftMargin            Firma::xx
32   LabelString           Firma:
33 End
34
35 # Closing style definition
36 Style Closing
37   LeftMargin            Saluti::xx
38   LabelString           Saluti:
39 End
40
41 # encl style definition
42 Style encl
43   LeftMargin            Allegati::xx
44   LabelString           Allegati:
45 End
46
47 # Oggetto style definition
48 Style Oggetto
49   Margin                Static
50   LatexType             Command
51   LatexName             oggetto
52   LeftMargin            Oggetto::xx
53   LabelSep              xx
54   TopSep                0.4
55   BottomSep             0.4
56   ParSep                0.4
57   Align                 Block
58   AlignPossible         Block, Left
59   LabelType             Static
60   LabelString           Oggetto:
61   # label font definition
62   LabelFont 
63     Series              Bold
64     Shape               Italic
65     Latex               Latex
66   EndFont
67 End
68
69 # Citta style definition
70 Style Citta
71   Margin                Static
72   LatexType             Command
73   LatexName             citta
74   LeftMargin            Città::xx
75   LabelSep              xx
76   TopSep                0.4
77   BottomSep             0.4
78   ParSep                0.4
79   Align                 Block
80   AlignPossible         Block, Left
81   LabelType             Static
82   LabelString           Città:
83   # label font definition
84   LabelFont 
85     Series              Bold
86     Shape               Italic
87     Latex               Latex
88   EndFont
89 End
90
91 # Data style definition
92 Style Data
93   Margin                Static
94   LatexType             Command
95   LatexName             data
96   LeftMargin            Data::xx
97   LabelSep              xx
98   TopSep                0.4
99   BottomSep             0.4
100   ParSep                0.4
101   Align                 Block
102   AlignPossible         Block, Left
103   LabelType             Static
104   LabelString           Data:
105   # label font definition
106   LabelFont 
107     Series              Bold
108     Shape               Italic
109     Latex               Latex
110   EndFont
111 End