Skip to content

fancyhdr is not patched correctly #36

Closed
@Udi-Fogiel

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions