kvafa / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://ctan.org/pkg/bidi
6 stars 1 forks source link

Problem in beamerbutton #11

Closed mojtabaahmadi2020tl closed 2 years ago

mojtabaahmadi2020tl commented 2 years ago

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}[label=frame1]
test
\end{frame}

\begin{frame}
test
\hyperlink{frame1}{\beamerbutton{Click}}
\end{frame}
\end{document}

Expected behavior

Log and PDF files

beamer_button_xep.pdf beamer_button_xep.log