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