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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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