]> git.lyx.org Git - lyx.git/blob - lib/layouts/heb-article.layout
07333dfc628d087bd0be2f2bcd4ae040c7f2910c
[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 Input article
8
9 Preamble
10         \usepackage{theorem}
11         \theorembodyfont{\upshape}
12         \newtheorem{theorem}{\R{îùôè}}[section]
13         \AtBeginDocument{\make@lr\thetheorem}
14 EndPreamble
15
16
17 Style Theorem
18         Margin                First_Dynamic
19         LatexType             Environment
20         LatexName             theorem
21         NextNoIndent          1
22         LabelSep              xx
23         ParIndent             MMM
24         ParSkip               0.4
25         ItemSep               0.2
26         TopSep                0.7
27         BottomSep             0.7
28         ParSep                0.3
29         Align                 Block
30         AlignPossible         Block, Left
31         LabelType             Static
32         LabelString           "Theorem #."
33         Font
34           Shape               Up
35           Size                Normal
36         EndFont
37         LabelFont
38           Shape               Up
39           Series              Bold
40         EndFont
41 End
42
43
44 Style Lemma
45         CopyStyle             Theorem
46         LatexName             lemma
47         LabelString           "Lemma #."
48         Preamble
49                 \newtheorem{lemma}[theorem]{\R{ìîä}}
50         EndPreamble
51 End
52
53
54 Style Corollary
55         CopyStyle             Theorem
56         LatexName             corollary
57         LabelString           "Corollary #."
58         Preamble
59                 \newtheorem{corollary}[theorem]{\R{îñ÷ðä}}
60         EndPreamble
61 End
62
63
64 Style Claim
65         CopyStyle             Theorem
66         LatexName             claim
67         LabelString           "Claim #."
68         Preamble
69                 \newtheorem{claim}[theorem]{\R{èòðä}}
70         EndPreamble
71 End
72
73
74 Style Definition
75         CopyStyle             Theorem
76         LatexName             definition
77         LabelString           "Definition #."
78         Preamble
79                 \newtheorem{definition}[theorem]{\R{äâãøä}}
80         EndPreamble
81 End
82
83
84 Style Remarks
85         CopyStyle             Theorem
86         LatexName             remark
87         LabelString           "Remarks #."
88         Preamble
89                 \newtheorem{remark}[theorem]{\R{äòøä}}
90         EndPreamble
91 End
92
93
94 Style Proof
95         Margin                First_Dynamic
96         LatexType             Environment
97         LatexName             proof
98         NextNoIndent          1
99         LabelSep              xx
100         ParIndent             MMM
101         ParSkip               0.4
102         ItemSep               0.2
103         TopSep                0.7
104         BottomSep             0.7
105         ParSep                0.3
106         Align                 Block
107         AlignPossible         Block, Left
108         LabelType             Static
109         LabelString           "Proof:"
110         EndLabelType          Filled_Box
111         Font
112           Shape               Up
113           Size                Normal
114         EndFont
115         LabelFont
116           Shape               Up
117           Series              Bold
118         EndFont
119         Preamble
120                 \newenvironment{proof}%
121                         {\R{\textbf{äåëçä:}}}%
122                         {\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
123         EndPreamble
124 End