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
array
>{...}
Environments with b-type argument cannot not be used in argument of array v2.6g 's >{...}.
\RequirePackage{latexbug} \documentclass{article} % \usepackage{array}[=v2.5] % works \usepackage{array} % don't work \NewDocumentEnvironment{foo}{b}{\textit{#1}}{} \newcolumntype{\bar}{>{\begin{foo}}c<{\end{foo}}} \begin{document} \begin{tabular}{\bar c} Hello & World \\ \end{tabular} \end{document}
mwe.log
The text was updated successfully, but these errors were encountered:
Cell collection is tricky - what's the motivation here of using a b spec rather than say collcell?
b
collcell
Sorry, something went wrong.
My feeling here is that this usage is not supported, and we can address in the docs.
No branches or pull requests
Brief outline of the bug
Environments with b-type argument cannot not be used in argument of
array
v2.6g 's>{...}
.Minimal example showing the bug
Log file (required) and possibly PDF file
mwe.log
The text was updated successfully, but these errors were encountered: