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

axessibility.sty: add lualatex support #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SeSodesa
Copy link

@SeSodesa SeSodesa commented May 27, 2023

  • \RequirePackage{ifluatex} in accsupp branch to allow checking whether the used compiler is lualatex or not.

  • Add a conditional to perform this check, and if lualatex is found to be used, set PDF version to 1.6 via \directlua.

  • Otherwise, use the more modern \pdfminorversion instead of the current (obsolete) \pdfoptionpdfminorversion to set the PDF version to 1.6.

  • Also remove invisible whitespace at ends of lines.

  • Closes axessibility is not compatible with lualatex #22.

- RequirePackage ifluatex in accsupp branch to allow checking whether the used
  compiler is lualatex or not.

- Add a conditional to perform this check, and if lualatex is found to be
  used, set PDF version to 1.6 via \directlua.

- Otherwise, use \pdfminorversion instead of the current
  \pdfoptionpdfminorversion to set the  PDF version to 1.6.
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

Successfully merging this pull request may close these issues.

axessibility is not compatible with lualatex
1 participant