-
Notifications
You must be signed in to change notification settings - Fork 6
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
port to luatex #33
Comments
pdfTeX is not obsolete, but I agree that it would be good to support LuaTeX. I tried the following in my LuaLaTeX document but got a cryptic error that I haven't yet figured out how to debug ( \usepackage{luatex85}
\usepackage[tagged,highstructure]{accessibility} |
I don't get the same error. With this minimal example \documentclass{scrreprt}
\usepackage[tagged]{accessibility}
\usepackage{luatex85}
\begin{document}
Text.
\end{document} I get an error |
The |
Great! We're a big step forward then. No error anymore using LuaTeX 1.11.2. \documentclass{scrreprt}
\usepackage{luatex85}
\usepackage[tagged]{accessibility}
\usepackage{hyperxmp}
\usepackage[pdfa=true]{hyperref}
\usepackage{polyglossia}
\hypersetup{%
pdflang={de},
pdfdisplaydoctitle=true,
}
\setmainlanguage{german}
\begin{document}
Text.
\end{document} |
I agree. |
Right now the package runs on pdftex only. But this converter is obsolete, we should use luatex, don't we? I like how easily OT fonts can be used with luatex. So please make the package work with luatex.
The text was updated successfully, but these errors were encountered: