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

The problem of creating a blank page and not working \nobidilogo #16

Open
5 tasks
Tex-Ahmadi opened this issue Dec 14, 2022 · 1 comment
Open
5 tasks
Assignees
Labels
bug Something isn't working

Comments

@Tex-Ahmadi
Copy link

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% xetex test

\input bidi
\nobidilogo
test
\bye



Expected behavior

Log and PDF files

test.log
test.pdf

@Tex-Ahmadi Tex-Ahmadi added the bug Something isn't working label Dec 14, 2022
@Udi-Fogiel
Copy link

Udi-Fogiel commented Oct 2, 2023

As a workaround you can do the following

\let\originert\insert
\def\insert#1#2{\let\insert\originert}
\input bidi
\outer\def\bye{\par\vfill\supereject\end}
test
\bye

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

3 participants