Skip to content

missing \bbl@nextfake in \@iiiparbox #396

@Udi-Fogiel

Description

@Udi-Fogiel

in minipage if center vertical alignment is used then \vcenter is used and so math is used. Since thing are boxed in advance it is mostly unnoticeable, as the direction registers are correct at the time of the boxing, but the direction of the \vcenter arguably wrong, and the alignment of boxes inside are according to \mathdirection:

\documentclass{article}
\usepackage[hebrew,bidi=default]{babel}
\parindent=0pt
\begin{document}
\begin{minipage}{\textwidth}
foo

\hbox{foo}
\end{minipage}

\begin{minipage}[t]{\textwidth}
foo

\hbox{foo}
\end{minipage}
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions