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