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