]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/heb-article.layout
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / heb-article.layout
index 07333dfc628d087bd0be2f2bcd4ae040c7f2910c..375822439e4fa02cd623df6a4f68f97ed73f6163 100644 (file)
@@ -4,12 +4,13 @@
 # Author: Dekel Tsur <dekel@math.tau.ac.il>
 # Few changes by Baruch Even <baruch.even@writeme.com>
 
+Format 11
 Input article
 
 Preamble
        \usepackage{theorem}
        \theorembodyfont{\upshape}
-       \newtheorem{theorem}{\R{îùôè}}[section]
+       \newtheorem{theorem}{\R{משפט}}[section]
        \AtBeginDocument{\make@lr\thetheorem}
 EndPreamble
 
@@ -46,7 +47,7 @@ Style Lemma
        LatexName             lemma
        LabelString           "Lemma #."
        Preamble
-               \newtheorem{lemma}[theorem]{\R{ìîä}}
+               \newtheorem{lemma}[theorem]{\R{למה}}
        EndPreamble
 End
 
@@ -56,7 +57,7 @@ Style Corollary
        LatexName             corollary
        LabelString           "Corollary #."
        Preamble
-               \newtheorem{corollary}[theorem]{\R{îñ÷ðä}}
+               \newtheorem{corollary}[theorem]{\R{מסקנה}}
        EndPreamble
 End
 
@@ -66,7 +67,7 @@ Style Claim
        LatexName             claim
        LabelString           "Claim #."
        Preamble
-               \newtheorem{claim}[theorem]{\R{èòðä}}
+               \newtheorem{claim}[theorem]{\R{טענה}}
        EndPreamble
 End
 
@@ -76,7 +77,7 @@ Style Definition
        LatexName             definition
        LabelString           "Definition #."
        Preamble
-               \newtheorem{definition}[theorem]{\R{äâãøä}}
+               \newtheorem{definition}[theorem]{\R{הגדרה}}
        EndPreamble
 End
 
@@ -86,7 +87,7 @@ Style Remarks
        LatexName             remark
        LabelString           "Remarks #."
        Preamble
-               \newtheorem{remark}[theorem]{\R{äòøä}}
+               \newtheorem{remark}[theorem]{\R{הערה}}
        EndPreamble
 End
 
@@ -118,7 +119,7 @@ Style Proof
        EndFont
        Preamble
                \newenvironment{proof}%
-                       {\R{\textbf{äåëçä:}}}%
+                       {\R{\textbf{הוכחה:}}}%
                        {\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
        EndPreamble
 End