tex-persian / xepersian

Persian for LaTeX, using XeTeX
https://ctan.org/pkg/xepersian
10 stars 0 forks source link

Disappearing Persian text in beamer #14

Closed bahman-mirzakhani closed 2 years ago

bahman-mirzakhani commented 2 years ago

Brief outline of the issue

Persian text not showing.

Check/indicate

Minimal example showing the issue

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

\documentclass{beamer}

%\usefonttheme{serif} % this is needed for showing persian alphabet
\usepackage{xepersian}
\settextfont{IRXLotus}
\setdigitfont{IRXLotus}

\title{بیمر}
\subtitle{برای آزمایش}
\author{\textsf{\XePersian} و \textsf{bidi}}

\begin{document}

    \begin{frame}
        \maketitle
    \end{frame}

    \begin{frame}
        مقداری متن آزمایشی
    \end{frame}

\end{document}

Expected behavior

Persian text must been shown.

Log and PDF files

test.log test.pdf

bahman-mirzakhani commented 2 years ago

This issue has been fixed in bidi 37 and xepersian 24.1. So I closed this issue.