seloumi/beamer-rl

Incorrect left margin when using themes with infolines

Opened this issue · 0 comments

\documentclass[arabic-dz]{beamer-rl}
\title{{\ttfamily beamer-rl} class}
\author{Salim Bou}
\date{\today}
\useoutertheme{infolines}
\begin{document}
\begin{frame}{Test}
\selectlanguage{nil}

\begin{enumerate}
	\item first
	\item second
\end{enumerate}

\end{frame}
\end{document}