Skip to content

Right to left beamer presentations using babel (lualatex engine)

Notifications You must be signed in to change notification settings

seloumi/beamer-rl

Repository files navigation

beamer-rl

Patchs of some beamer commands and templates for right to left presentations using babel with bidi=basic (lualatex)

\documentclass{beamer-rl}

\babelprovide[import=ar-DZ, main]{arabic}


\usetheme{CambridgeUS}
\usecolortheme{spruce}

\title{beamer-rl class}

\author{Salim Bou}

\institute[]{%
{\color{blue} Repository: } https://github.com/seloumi/beamer-rl \par 
{\color{blue} Bug tracker: } https://github.com/seloumi/beamer-rl/issues
}

\date{\today}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\end{document}