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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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