]> git.lyx.org Git - lyx.git/blob - lib/layouts/heb-article.layout
Update layout format.
[lyx.git] / lib / layouts / heb-article.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[article]{article (Hebrew)}
3 # Hebrew article textclass definition file.
4 # Author: Dekel Tsur <dekel@math.tau.ac.il>
5 # Few changes by Baruch Even <baruch.even@writeme.com>
6
7 Format 27
8 Input article
9
10 Preamble
11         \usepackage{theorem}
12         \theorembodyfont{\upshape}
13         \newtheorem{theorem}{\R{משפט}}[section]
14         \AtBeginDocument{\make@lr\thetheorem}
15 EndPreamble
16
17
18 Style Theorem
19         Margin                First_Dynamic
20         LatexType             Environment
21         LatexName             theorem
22         NextNoIndent          1
23         LabelSep              xx
24         ParIndent             MMM
25         ParSkip               0.4
26         ItemSep               0.2
27         TopSep                0.7
28         BottomSep             0.7
29         ParSep                0.3
30         Align                 Block
31         AlignPossible         Block, Left
32         LabelType             Static
33         LabelString           "Theorem #."
34         Font
35           Shape               Up
36           Size                Normal
37         EndFont
38         LabelFont
39           Shape               Up
40           Series              Bold
41         EndFont
42 End
43
44
45 Style Lemma
46         CopyStyle             Theorem
47         LatexName             lemma
48         LabelString           "Lemma #."
49         Preamble
50                 \newtheorem{lemma}[theorem]{\R{למה}}
51         EndPreamble
52 End
53
54
55 Style Corollary
56         CopyStyle             Theorem
57         LatexName             corollary
58         LabelString           "Corollary #."
59         Preamble
60                 \newtheorem{corollary}[theorem]{\R{מסקנה}}
61         EndPreamble
62 End
63
64
65 Style Claim
66         CopyStyle             Theorem
67         LatexName             claim
68         LabelString           "Claim #."
69         Preamble
70                 \newtheorem{claim}[theorem]{\R{טענה}}
71         EndPreamble
72 End
73
74
75 Style Definition
76         CopyStyle             Theorem
77         LatexName             definition
78         LabelString           "Definition #."
79         Preamble
80                 \newtheorem{definition}[theorem]{\R{הגדרה}}
81         EndPreamble
82 End
83
84
85 Style Remarks
86         CopyStyle             Theorem
87         LatexName             remark
88         LabelString           "Remarks #."
89         Preamble
90                 \newtheorem{remark}[theorem]{\R{הערה}}
91         EndPreamble
92 End
93
94
95 Style Proof
96         Margin                First_Dynamic
97         LatexType             Environment
98         LatexName             proof
99         NextNoIndent          1
100         LabelSep              xx
101         ParIndent             MMM
102         ParSkip               0.4
103         ItemSep               0.2
104         TopSep                0.7
105         BottomSep             0.7
106         ParSep                0.3
107         Align                 Block
108         AlignPossible         Block, Left
109         LabelType             Static
110         LabelString           "Proof:"
111         EndLabelType          Filled_Box
112         Font
113           Shape               Up
114           Size                Normal
115         EndFont
116         LabelFont
117           Shape               Up
118           Series              Bold
119         EndFont
120         Preamble
121                 \newenvironment{proof}%
122                         {\R{\textbf{הוכחה:}}}%
123                         {\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
124         EndPreamble
125 End