Salim Bou
Salim Bou
## This is a feature request. I am used to use beamer for my presentations, and I find myself comfortable in case of latin presentations (left to right) in contrast...
Hi this is a request to add an RTL progress bar template to use in case of RTL beamer presentation with metropolis theme for `progress bar in section page` and...
**Brief outline of the proposed feature** In RTL documents (pdflatex, xelatex and lualatex engine) `\begin{pgfpicture}{}{}{}{}` produce contents of environment to appears in wrong diretion, my hope is to addapt `\pgfpicture`...
**Motivation for this change** Fixes #911 and allow using `pgfpages` in case of TRT page direction (lualatex) just with `\def\pgfpagespoint#1#2{\pgfpoint{-#1}{#2}}` **Checklist** - [x] Code changes are licensed under [GPLv2][GPL] +...
**Brief outline of the proposed feature** With lualatex and `\pagedir TRT` layouts are shifted out of page this is due to that the reference point of pages is at lower...
## Brief outline of the bug Hi with `context` when inserting images in cas of images are not found a box is printed with label on it showing that the...
## Brief outline of the bug I have this example with align* environment in TRT pagedir (lualatex engine), The result is aligned to the right even though the environment is...
In this example I'm trying to test tblr tabular in an RTL context with babel (lualatex engine) ```latex \documentclass{article} \usepackage[bidi=basic,arabic,provide=*]{babel} \usepackage{tabularray} \begin{document} \begin{tblr}{|c|} \hline one\\ \hline \end{tblr} \end{document} ``` The...
Trying to use `bidipoem` with `babel` package to write arabic poem I have a problem with the result ``` latex \documentclass{article} \usepackage[nil,bidi=basic-r]{babel} \usepackage{bidipoem} \babelprovide[import=ar-DZ, main]{arabic} \babelfont{rm}{Amiri} \begin{document} \renewcommand\poemcolsepskip{2cm} {\baselineskip 24pt...
In North African countries we usually use letter أ rather then ا as first element in arabic alph counter, please kindly take this into consideration. ```latex \documentclass{article} \usepackage{polyglossia} \setdefaultlanguage{arabic} \newfontfamily\arabicfont[Script=Arabic]{Amiri}...