LyX ⇒ multirow | Missing Border in Table
-
- Posts: 13
- Joined: Mon Jan 31, 2011 5:16 pm
multirow | Missing Border in Table
- Attachments
-
- missing-border.zip
- (6.76 KiB) Downloaded 182 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 13
- Joined: Mon Jan 31, 2011 5:16 pm
Re: multirow | Missing Border in Table
I am really surprised as I'd have thought it would be a common problem. I'm creating more tables with multirow and the problem keeps cropping up. If I don't get a reply I'm going to have to use LaTeX code to create my tables, which is a complete pain!
multirow | Missing Border in Table
I've just had the same kind of problem - and in my case I've solved it.. Count your ampersands on each table line. You must include all cells including the one that is spanned. If you omit an ampersand, border would not be drawn since the corresponding cell wouldn't be drawn..
Hope this helps..