Open Nicholaswogan opened 1 year ago
Right, but the problem is not the one you think it is. The conflict is not with tabularx.
The problem is related to #149 -- latex's new implementation of array.sty breaks when you use p{} styles and AASTeX (the conflict is actually with revtex4-1.
It is interesting (and very useful) that you've shown that the problem is related to the lineno package and not to some other issue. This means that when we don't need linenumbers we don't need the new array.sty inorder to use p{} column formats.
The solution is in #149 -- use the old version of array.sty.
The following code does not compile
However, the code does compile if I use
\documentclass[preprint]{aastex63}
, or instead I use the defaultarticle
style: