kvafa / bidi

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

تداخل نوار عنوان فریم با زیربخش #10

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}
\usetheme{Warsaw}
\useoutertheme{tree} %smoothtree, smoothbars
\usepackage[RTLdocument]{bidi} 

\title{title}
\author{M.Ahmadi}
\begin{document}

\section{section}
\subsection{joy}
\begin{frame}{frametitle}
test
\end{frame}

\end{document}

Expected behavior

درود جناب وفا، عنوان فریم به نظر میرسد که فاصله عمودی منفی دارد در فایل beamerouterthemeshadow-xetex-bidi.def

Log and PDF files

test_Warsaw_tree.pdf test_Warsaw_tree.log

kvafa commented 2 years ago

Thanks for your bug report. Without using the bidi package, I get the same output which suggests that this is not the bidi package's issue. If there is any issue, it belongs to beamer.