-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlays are not working with with Hebrew+polyglossia #801
Comments
Forgot to mention, this was compiled in xetex. Log file: example_beamer_bug.log |
Ah, xelatex. It works fine in lualatex |
On lualatex, the overlay works as expected, but there are problems with the positioning of blocks etc.:
(with xetex it looks fine) I think that in general xetex is more stable for RTL languages, would be nice if it would be supported. |
Are you using Hebrew as default?
Because I think text should be aligned to the right if you do so (in the first picture you sent here it is aligned to the right). |
I used the very same code as in your comment #801 (comment) , but I get warnings about missing files, so maybe a full texlive installation is not enough. |
Please note that the beamer project have never done anything to support the right to left typesetting. If anything in beamer works for right to left text, it is because the The fact that luatex does not have this issue is simply due to the fact that luatex has a different bidirectional model than XeTeX; more specifically, it does not reverse whatsits. Therefore, it is no big deal if something works for right to left text in luatex; it is an art when you make it work under XeTeX. |
You are probably only using |
For luatex you can use beamer-rl class just define your font with \babelfont{sf}{Hebrew-font} |
This is not fit for serious mainly right to left document as it has way too many issues;sorry! |
Nice package, seloumi! Thanks for your work on it. |
There is also beamerbidi, that however is quite old it works for me in an old texlive 2019 installation to some extend. |
Overlay specification on text is broken. On the example above
Text 1
should appear only on the second slide.Could be related to polyglossia but maybe here is a good start.
Using most updated MikTex on Windows 10, beamer 3.68.
The text was updated successfully, but these errors were encountered: