Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lineno render incorrectly with bidi #40

Open
2 of 5 tasks
seloumi opened this issue Mar 11, 2024 · 0 comments
Open
2 of 5 tasks

Lineno render incorrectly with bidi #40

seloumi opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@seloumi
Copy link

seloumi commented Mar 11, 2024

Brief outline of the issue

Adding bidi package to 2-column paper with line numbers on the sides using the lineno package with switch option produce line number to appears on the left side of the right column.

https://tex.stackexchange.com/q/712502/54817

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass[11pt,twocolumn]{article}

\usepackage[switch,mathlines]{lineno}

\usepackage{bidi}
\usepackage{lipsum}

\linenumbers

\begin{document}
\lipsum
\end{document}

Expected behavior

image

Log and PDF files

test5.pdf
test5.log

@seloumi seloumi added the bug Something isn't working label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants