7 Dec
2020
7 Dec
'20
5:18 a.m.
On Sun, 6 Dec 2020, T. Kurt Bond wrote:
On Sun, Dec 6, 2020 at 2:20 AM Aditya Mahajan
wrote: On Sun, 6 Dec 2020, T. Kurt Bond wrote:
Setting maxwidth and textwidth on the \bTABLE doesn't seem to do anything.
Use:
\bTABLE[width=broad]
\eTABLE
That did the trick! It did distribute the new width oddly, with adding more width to the the first and second columns, while the third column, which had the most text to wrap, was not as wide as it could have been. I had to set widths for the first and second columns, and had to experiment to get them right.
A MWE (Minimal working example) is needed to see what is going on. Aditya