We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\pdfminorversion=3 is obsolete in recent releases of luaTeX.
\pdfminorversion=3
To make that work with recent TeXlive, common.tex should either \usepackage{luatex85}, or adopt the new primitive \pdfvariable minorversion 3
common.tex
\usepackage{luatex85}
\pdfvariable minorversion 3
The text was updated successfully, but these errors were encountered:
cdlm
No branches or pull requests
\pdfminorversion=3
is obsolete in recent releases of luaTeX.To make that work with recent TeXlive,
common.tex
should either\usepackage{luatex85}
, or adopt the new primitive\pdfvariable minorversion 3
The text was updated successfully, but these errors were encountered: