הבדלים בין גרסאות בדף "קוד:ראש"
שורה 30: | שורה 30: | ||
\theoremstyle{definition} | \theoremstyle{definition} | ||
\newtheorem{definition}{\protect\definitionname} | \newtheorem{definition}{\protect\definitionname} | ||
− | |||
\newtheorem{quesh}{שאלה} | \newtheorem{quesh}{שאלה} | ||
\renewenvironment{question}{\begin{quesh}}{\end{quesh}} | \renewenvironment{question}{\begin{quesh}}{\end{quesh}} | ||
שורה 38: | שורה 37: | ||
\theoremstyle{remark} | \theoremstyle{remark} | ||
\newtheorem{remark}{\protect\remarkname} | \newtheorem{remark}{\protect\remarkname} | ||
+ | \newtheorem{example}{\protect\examplename} | ||
\makeatother | \makeatother |
גרסה מ־09:31, 2 בספטמבר 2014
\documentclass[english,hebrew]{article} \usepackage{amsthm} \usepackage{hyperref} \usepackage{amssymb} \usepackage{amsmath} \usepackage{enumerate} \usepackage{array} \usepackage{fontspec}
\setmainfont[
Extension=.ttf, UprightFont= *-Regular, BoldFont=*-Bold, ItalicFont=NachlieliCLM-LightOblique,
BoldItalicFont=*-Bold, ]{Alef}
\makeatletter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands. \theoremstyle{plain} \newtheorem{thm}{\protect\theoremname}
\theoremstyle{plain}
\newtheorem{question}[thm]{\protect\questionname} \newtheorem{lem}[thm]{\protect\lemmaname} \newtheorem{cor}[thm]{\protect\corollaryname} \newtheorem{prop}[thm]{\protect\propositionname}
\theoremstyle{definition} \newtheorem{definition}{\protect\definitionname} \newtheorem{quesh}{שאלה} \renewenvironment{question}{\begin{quesh}}{\end{quesh}}
\theoremstyle{remark} \newtheorem{remark}{\protect\remarkname} \newtheorem{example}{\protect\examplename}
\makeatother
\usepackage{xunicode} \usepackage{polyglossia} \setdefaultlanguage{hebrew} \setotherlanguage{english}
\addto\captionsenglish{\renewcommand{\questionname}{Question}} \addto\captionsenglish{\renewcommand{\theoremname}{Theorem}} \addto\captionsenglish{\renewcommand{\corollaryname}{Corollary}} \addto\captionsenglish{\renewcommand{\propositionname}{Proposition}} \addto\captionsenglish{\renewcommand{\definitionname}{Definition}} \addto\captionsenglish{\renewcommand{\examplename}{Example}} \addto\captionsenglish{\renewcommand{\remarkname}{Remark}} \addto\captionshebrew{\renewcommand{\questionname}{שאלה}} \addto\captionshebrew{\renewcommand{\theoremname}{משפט}} \addto\captionshebrew{\renewcommand{\corollaryname}{מסקנה}} \addto\captionshebrew{\renewcommand{\propositionname}{טענה}} \addto\captionshebrew{\renewcommand{\lemmaname}{למה}} \addto\captionshebrew{\renewcommand{\definitionname}{הגדרה}} \addto\captionshebrew{\renewcommand{\examplename}{דוגמה}} \addto\captionshebrew{\renewcommand{\remarkname}{הערה}} \providecommand{\questionname}{שאלה} \providecommand{\theoremname}{משפט} \providecommand{\corollaryname}{מסקנה} \providecommand{\propositionname}{טענה} \providecommand{\lemmaname}{למה} \providecommand{\definitionname}{הגדרה} \providecommand{\examplename}{דוגמה} \providecommand{\remarkname}{הערה}
\begin{document}