bidi-tex / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
Other
3 stars 0 forks source link

Bidi clash with scrbook (TOC) #1

Open davidcarlisle opened 6 years ago

davidcarlisle commented 6 years ago

Hi, there seems to be a clash with scrbook (and maybo other classes):

When activating the bidi package, the chapter formatting in TOC is lost and cannot be recovered. Can this be fixed or is there a quick workaround?

Thank you very much

MWE:

\documentclass{scrbook}
%\usepackage{bidi} % <-- uncomment to see bidi/scrbook clash

\begin{document}

\tableofcontents

\chapter{Chapter A}
%This is typeset by \textsf{bidi} package, \bidiversion, \bididate
\section{Section B}
\chapter{Chapter C}
\section{Section D}

\end{document}

[from sourceforge] see discussion at

https://sourceforge.net/p/persian-tex-dist/tickets/20/