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

cannot pass pdftitle in square brackets: LaTeX Error: Encoding scheme `PU' unknown #172

Closed
stuart-little opened this issue Feb 10, 2021 · 3 comments

Comments

@stuart-little
Copy link

I have a vanilla install of TeX Live 2020, with up-to-date hyperref as of 2021-02-10. With the latest update the following short document produces an error:

\documentclass[11pt]{article}
\usepackage[pdftitle={}]{hyperref}

\title{}
\begin{document}
\maketitle
\end{document}

The error is as in the title of this issue:

ERROR: LaTeX Error: Encoding scheme `PU' unknown.

I can get it to compile fine if I pass the option separately, after the usepackage command:

\documentclass[11pt]{article}

\usepackage{hyperref}
\hypersetup{pdftitle={}}

\title{}
\begin{document}
\maketitle
\end{document}
@u-fischer
Copy link
Member

Yes, sorry, I know that already and will upload tomorrow the fixed version.

@stuart-little
Copy link
Author

Thanks!

For what it's worth: pdftitle is not the only culprit; I've had pdfproducer behave identically.

In any case, I suppose it's one problem that the update will fix in one go.

@u-fischer
Copy link
Member

This has been resolved with todays update. (7.00j)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants