Tagged Questions
2
votes
3answers
260 views
Tables are not numbered using Polyglossia in Hebrew
I have a problem using Polyglossia in Hebrew:
While defining main language as Hebrew, my tables are not numbered in the caption(It appraes as just "Table" (טבלה) instead of "Table 1" (or "טבלה 1").
If ...
2
votes
1answer
367 views
RTL captions with newfloat?
Is it that the float package begins to show its age? I cannot get it to work right with XeLaTeX. Here is an example:
\documentclass{article} % compile with xelatex
\usepackage{float}
...