Skip to content
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

pause command not working correctly for right-to-left text! #1

Open
5 tasks
mojtabaahmadi2020tl opened this issue May 25, 2022 · 1 comment
Open
5 tasks
Assignees
Labels
bug Something isn't working

Comments

@mojtabaahmadi2020tl
Copy link

mojtabaahmadi2020tl commented May 25, 2022

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode

\documentclass{beamer}
\usepackage[RTLdocument=on]{bidi}

\begin{document}

\begin{frame}
one 
\pause   
two 
\pause  
three 
\end{frame}

\end{document}

Expected behavior

Log and PDF files

test_bidi_pause.pdf
test_bidi_pause.log

@mojtabaahmadi2020tl mojtabaahmadi2020tl added the bug Something isn't working label May 25, 2022
@mojtabaahmadi2020tl
Copy link
Author

درود

\documentclass{report}
\usepackage{pgf} 

% در متن راست به چپ برعکسه خروجی!
\usepackage[RTLdocument=on]{bidi}

\makeatletter
\def\makhfi{\pgfsys@begininvisible}
\def\show{\pgfsys@endinvisible}
\makeatother

\begin{document}
one
\makhfi
two
\end{document}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants