Skip to content

Horizontal lines cross the left side of table in right to left context (lualatex) #351

@seloumi

Description

@seloumi

In this example I'm trying to test tblr tabular in an RTL context with babel (lualatex engine)

\documentclass{article}
\usepackage[bidi=basic,arabic,provide=*]{babel}
\usepackage{tabularray}

\begin{document}

\begin{tblr}{|c|}
\hline
one\\
\hline 
\end{tblr}

\end{document}

The output appears fine, but if you take a great zoom the following defect can be seen ( horizontal lines cross the left side of the table )

Without babel (same issue)

\documentclass{article}

\usepackage{tabularray}

\textdir TRT
\begin{document}

\begin{tblr}{|c|}
\hline
one\\
\hline 
\end{tblr}

\end{document}

shifted-hlines-in-tblr-tabular-in-rtl-context

Screenshot 2023-01-17 201003

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions