This file contains a list of known problems, and workarounds (if known)

ENGLISH CAPTIONS
""""""""""""""""
On many places there is a piece of english text that should be wrapped in \L
For instance, when using the "seminar" class, the slide numbering appears
garbled. Since the default fonts are 7bit fonts, small caps englsih letters
appear as hebrew letters. Two simple workarounds:

\def\slidelabel{\R{\bf  \theslide}}

\def\slidelabel{\L{\bf Slide \theslide}}


I saw something that looks similar in the sample thesis document from the
hebxampl package: the word "figure" (?) in pages 6,7 and the word  "Table" in
pages 10,11 appears messed. In page 12 the hebrew word appears there.


MULTIPLE AUTHORS / AUTHOR LINES
""""""""""""""""""""""""""""""
When the author field contains either a line break or an \and , the second
line (and/or author) onwards appears reversed, and has to be explicitly be
surrounnded with \R{} to be fixed.

See http://ivrix.org.il/mailing-lists/ivrix-discuss/2000/11/0022.html
(the "additional problem").

INCOMPATIBLE PACKAGES
"""""""""""""""""""""
- The hyperref package is incompatible with heblatex
  If you really need to use it, try to have a look at Tomer Kol's work,
  which you can get from:
  http://tiger.technion.ac.il/~tomer/TeX/
  
