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