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

disable bidi's custom pdf properties #33

Open
4 tasks
Udi-Fogiel opened this issue Oct 29, 2023 · 0 comments
Open
4 tasks

disable bidi's custom pdf properties #33

Udi-Fogiel opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Udi-Fogiel
Copy link

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode

\documentclass{article}      
\usepackage{bidi}
  
\begin{document}
  Hello!
\end{document}

Problem

The pdf and xdv produced by the minimal example contains in it the line
BIDI.Fullbanner(This is the bidi package, Version 39.8 (Release Donald Ervin Knuth) Released August 2, 2023. ),
(it is inserted to the pdf via the docinfo key). It can create problems if the the establishment to whom the pdf is created
does not accept it because of that fact. It would nice to have an appropriate way to disable that.

Today, thanks to LaTeX's new hook management system one can remove with

\documentclass{article}      
\usepackage{bidi}
 \RemoveFromHook{enddocument}[bidi]
\begin{document}
  Hello!
\end{document}

But that removes bidi's enddocument hook entirely, which might be undesirable.

@Udi-Fogiel Udi-Fogiel added the bug Something isn't working label Oct 29, 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