Will Parsons writes: > > Scott Kostyshak wrote: > > > > Hi Will, > > > > Thanks for the report. This does indeed seem like a LyX bug. Borders > > are tricky to get right. Can you write instructions for how to > > reproduce the table? Did you do it in LyX or did you import a .tex > > file? > > I created it in LyX. I don't know if I can recreate the steps I took, > but I'll see if I can. >
I don't know whether this is really a LyX bug or not, but you can workaround the issue as follows: 1) Put the cursor just before the table and enter in ERT the following: {\def\hline{\cline{1-4}} 2) Put the cursor just after the table and again enter in ERT: } i.e., a single closing brace that pairs with the first one above. 3) The table should now typeset correctly. The opening and closing braces limit the scope of the redefintion of \hline to that single table. If you have other tables, you will have to repeate the procedure for each one of them, maybe adjusting the argument of \cline if they have a different number of columns. HTH -- Enrico