<div dir="ltr">Hi,<div><br></div><div>there are two bugs in the booktabs package, that might have been caused by the October update to booktabs.</div><div><br></div><div>Consider the following example:</div><div><br></div><div>\documentclass[a4paper]{article}<br><br>\usepackage{xltabular}<br>\usepackage{booktabs}<br><br>\begin{document}<br><br>\begin{tabular*}{\textwidth}{@{}ll@{}}<br>  \toprule<br>  Column 1 & Column 2 \\<br>  \midrule<br>  (None) & Other \\<br>  \bottomrule<br>\end{tabular*}<br><br>\end{document}<br></div><div><br></div><div>The first bug:</div><div>LuaLaTeX crashes with this error:</div><div><br></div><div>! Undefined control sequence.<br><argument> ...al \expandafter \let \cmrsideswitch <br>                                                  \@tempa \fi \fi <br>l.13   (None)<br>              & Other \\<br>? <br></div><div><br></div><div>If you remove the opening parenthesis in "(None)" it works. </div><div><br></div><div>The second bug:</div><div>The \toprule, \midrule and \bottomrule only extend to the first column of the table. No rules on, over or under the second column. However, if you use tabularx instead of xltabular the rules extend the whole line, as expected.</div><div><br></div><div>Kindly take a look at this.</div><div><br></div><div>Thanks!</div><div><br></div><div>   Alexander</div></div>