-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Longtable change breaks 'X' column specification #111
Comments
as should be indicated by the latexbug package this is an issue with tabu not with packages that we support directly. So we can not handle this here, sorry See for example https://tex.stackexchange.com/questions/469282/xcolor-breaking-and-align-environments-inside-tabu https://tex.stackexchange.com/questions/468948/longtabu-and-color-compatibility/468958#468958 We are trying to reach the tabu author but he did post several years ago that the package was not maintained and currently he is not contactable by any email address that we know. Hopefully the patches discussed in those stackexchange answers will allow you to get your document working. |
The commit you mention doesn't break longtable's X specification. Instead it exhibits (one of several) issues with the tabu package that is not maintained by us. Note that latexbug clearly says
and if you would remove tabu and use longtable there would be no such issue. What happens inside tabu is that it does uses some internal implementation detail that is not part of a public interface and that detail has changed. We are aware if this fact and trying to contact the author of tabu to get the dependency on this no longer existing internal removed. Until that happened you may want to take a look at If we don't get a reaction by the package owner it might be the case that the package evenually has to be forked as the correction in the kernel is necessary and the depdency in tabu should be there in the first place (or if then the package owner needs to be preparted to adjust). |
I think it is worth mentioning the new repository: https://github.com/tabu-fixed/tabu |
Brief outline of the bug
The recent commit 6ec3409 breaks long tables with 'X' column specification. Building the example code below generates >100 errors and then terminates. I'm using the
tabu
package in my example to combine long tables and tabularx, so maybe this is also problem with tabu. Also, not including thecolor
package makes the code work again.Minimal example showing the bug
Log file (required) and possibly PDF file
test.log
The text was updated successfully, but these errors were encountered: