persiantex / bidi

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

Add bidi suport for beamer class #13

Open vafakhalighi opened 4 years ago

vafakhalighi commented 4 years ago

Brief outline of the feature request

Package bidi addapt many packages and classes for right to left writing and It does well. But why not with beamer? Are there obstacles to do so ( with xelatex)? It would be great if there a support of beamer with bidi.

Check/indicate

Minimal example

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

\documentclass{article}            % or some other class

  % Any packages other than the bidi package must be loaded here

  % The bidi package must be loaded as the last package
\usepackage[%
    % Any bidi package option goes here
]{bidi}

  % Any preamble code goes here

\begin{document}

  % Demonstration of the feature request here

\end{document}

Expected behavior

1995parham commented 3 years ago

I think you may see this but because of its relevance, I add it here.