kvafa / bidi

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

fancyhdr is not patched correctly #36

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{fancyhdr}
\renewcommand\headruleskip{10cm} %<< doesn't change anything
\let\footrule\hrulefill %<< doesn't change anything
\pagestyle{fancy}
\usepackage[RTLdocument]{bidi}

\begin{document}
    Test
\end{document}

Expected behavior

The headrule should be under "Test", there should be another rule at the bottom of the page.

Udi-Fogiel commented 11 months ago

Should be fixed by #28