Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bidi suport for beamer class #13

Open
5 tasks
vafakhalighi opened this issue May 14, 2020 · 1 comment
Open
5 tasks

Add bidi suport for beamer class #13

vafakhalighi opened this issue May 14, 2020 · 1 comment
Assignees
Labels

Comments

@vafakhalighi
Copy link
Contributor


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

  • Relevant to the xepersian package
  • The xepersian package issue tracker has been searched for similar issues?
  • Issue tracker has been searched for similar issues?
  • Links to <tex.stackexchange.com> discussion if appropriate
  • Links to <qa.parsilatex.com> discussion if appropriate

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

@vafakhalighi vafakhalighi added the enhancement New feature or request label May 14, 2020
@vafakhalighi vafakhalighi self-assigned this May 14, 2020
@1995parham
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants