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

Option extrafootnotefeatures does not work properly while using beamer #28

Open
Hosein-Rahnama opened this issue Dec 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Hosein-Rahnama
Copy link

Hosein-Rahnama commented Dec 23, 2023

Adding the extrafootnotefeatures option to xepersian makes footnotes to disappear. Here is a minimal working example.

\documentclass[hyperref={hyperfootnotes=false}]{beamer}

\usepackage[extrafootnotefeatures]{xepersian}
\settextfont{Persian Modern}

\begin{document}

\begin{frame}
متن اول\footnote{این یک زیرنویس پارسی است.} \\
متن دوم\LTRfootnote{This is a latin footnote.} \\
متن سوم\RTLfootnote{این هم زیرنویس پارسی دیگری است.} \\
متن چهارم\footnote{این یک زیرنویس پارسی است.}
\end{frame}

\end{document}
@Hosein-Rahnama Hosein-Rahnama added the bug Something isn't working label Dec 23, 2023
@Hosein-Rahnama Hosein-Rahnama changed the title Option extrafootnotefeatures does not work properly Option extrafootnotefeatures does not work properly with beamer Dec 23, 2023
@Hosein-Rahnama Hosein-Rahnama changed the title Option extrafootnotefeatures does not work properly with beamer Option extrafootnotefeatures does not work properly while using beamer Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants