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

problem of RTL_itemize in Theorem environment #7

Closed
2 tasks
jalilsadati opened this issue May 29, 2022 · 0 comments
Closed
2 tasks

problem of RTL_itemize in Theorem environment #7

jalilsadati opened this issue May 29, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jalilsadati
Copy link

Brief outline of the issue

Check/indicate

Minimal example showing the issue

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


\documentclass{beamer}            % or some other class
\usetheme{warsaw}
  % Any packages other than the xepersian package must be loaded here

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

  % Any preamble code goes here
  
\begin{document}

\section{مقدمه}
\begin{frame}{\secname}
	سلام
	\begin{theorem}
		فیثاغورث
		\begin{equation}
				a^2+b^2 = c^2
		\end{equation}
		\begin{itemize}
			\item یک
			\item دو
			\item سه
		\end{itemize}
	\end{theorem}
\begin{enumerate}
	\item یک
	\item دو
	\item سه
\end{enumerate}
\end{frame}
  
\end{document}

Expected behavior

Ragged left Itemize in Theorem Environment

Log and PDF files

beamer_xe_test1.pdf
beamer_xe_test1.log

@jalilsadati jalilsadati added the bug Something isn't working label May 29, 2022
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