kvafa / bidi

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

Problem in beamer background with bidi #15

Open Tex-Ahmadi opened 1 year ago

Tex-Ahmadi commented 1 year 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}

%\setbeamertemplate{background}{\includegraphics[width=\paperwidth,height=\paperheight]{example-image-a.png}} \setbeamertemplate{background}[grid][color=red]

\begin{document}

\begin{frame}{title}{subtitle} test background \end{frame}

\end{document}

bidi_background.log bidi_background.pdf