I am using xepersian with beamer and I have a problem with list environments, e.g. itemize and enumerate. I cannot flush them to the right (make them right-aligned). As you can see in the MWE, I have tried setRL, setRTL and flushright, but they have no effect on the slides.
\documentclass{beamer} \usepackage{beamerthemesplit} \usepackage{xepersian} \settextfont{FreeFarsi}% http://sourceforge.net/projects/fpf/ \begin{document} \begin{persian} \begin{frame}{مشکل لیست} \begin{flushright} متن نمونه \end{flushright} \setRL { \begin{itemize} \item مورد اول \end{itemize} } \begin{flushright} \begin{enumerate} \item مورد اول \end{enumerate} \end{flushright} \end{frame} \end{persian} \end{document} P.S. It is probably pushing it, but can I do something so the triangle in itemize points to the left?
