GeneralExtended Unicode Support for Hebrew

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Rustam
Posts: 22
Joined: Fri Nov 02, 2012 5:15 pm

Extended Unicode Support for Hebrew

Post by Rustam »

Hello all,

I compile the following source without any problem:

Code: Select all

\documentclass[12pt,titlepage]{report}
%\usepackage{ucs}  % unicode support
%\usepackage[utf8x]{inputenc}
%\usepackage[english,hebrew]{babel}

\usepackage[mathscr]{euscript}
\usepackage{mathrsfs}
\usepackage{mathtools, amsmath,amsthm, amssymb,latexsym,amsfonts}

\newtheorem{theorem}{Theorem}[chapter]
 
\begin{document}
  \begin{theorem}
   kkkkk
  \end{theorem}
\end{document}
But if I remove the comments from lines 2-4, I'm unable to compile this code. I use TeXStudio 5.2.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Rustam
Posts: 22
Joined: Fri Nov 02, 2012 5:15 pm

Re: Extended Unicode Support for Hebrew

Post by Rustam »

I solved this problem: I removed amsthm.
Post Reply