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

clash with package tocbasic #13

Open
2 tasks
ssolbUR opened this issue May 10, 2023 · 0 comments
Open
2 tasks

clash with package tocbasic #13

ssolbUR opened this issue May 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ssolbUR
Copy link

ssolbUR commented May 10, 2023

Defining a new toc with \DeclareNewTOC fails with an error

Just declaring a new TOC (without actually using it) fails with

! LaTeX Error: Command \scr@tso@coding@linefill undefined.

This affects both version 36.7 (as included in TeXlive 2022) as well as the latest version from CTAN (39.7).

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass{scrartcl}
\usepackage{tocbasic}
\usepackage{bidi}
\DeclareNewTOC[type=coding,types=codings,flooatfloatpos=t]{cod}
\begin{document}
foo
\end{document}

Expected behavior

Should compile without error.

Log and PDF files

(No PDF created.)

@ssolbUR ssolbUR added the bug Something isn't working label May 10, 2023
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