kvafa / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://ctan.org/pkg/bidi
6 stars 1 forks source link

unnumbered part in article is not correctly aligned. #35

Open Udi-Fogiel opened 11 months ago

Udi-Fogiel commented 11 months ago

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage[RTLdocument]{bidi}
\begin{document}
\part{Test}
\part*{Test}
\end{document}

Expected behavior

Both titles should be aligned the same.

Should be fixed by #28