-
Notifications
You must be signed in to change notification settings - Fork 0
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
hardwrap is incompatible with xelatex #12
Comments
Per your XeTeX reference, it looks like |
How strict do you need to be about requiring supplementary packages? We could use the pdftexcmds to provide a wrapper for these, or we could do the more complex
(If we're going to those efforts, we should also add code for the existence of What do you think? |
If I'm typically all for using existing packages when possible. The only downsides I've seen are that there are sometimes compatibility issues between packages and I've run into problems with requiring packages that are in newer distributions. (Apparently many people install LaTeX once and never update their packages.) It looks like the Thoughts? |
Hmmm, it's probably in that class of packages for which users would need to upgrade their packages to some extent (Heiko's stuff can be relatively bleeding-edge and interdependent.)
Not quite -- it uses Lua to emulate certain pdftex primitives when running under LuaTeX, but when running under XeTeX it simply provides a consistent interface to the commands that are shared between the engines. Perhaps we can start with using the package and then add in compatibility for older distribution if/when we feel it's necessary. |
That sounds like a good idea, then. We'll take the easy route first and write more code later if we actually need to. |
fix xetex and luatex compilation I thought XeTeX used input pipes as well, but I Closed by 9b745c6 |
When attempting to compile a document with xelatex, I get the following error:
We should probably account for this possibility.
The text was updated successfully, but these errors were encountered: