LyX ⇒ Point character in cell content moves rest of content
Point character in cell content moves rest of content
When I write multiple sentences as the content of a table cell, all text after the first point character is rendered in the next row of the same column.
I am using Lyx and have a set tablewidth(100% linewidth), and columnwidths(%'s linewidth). Text with only a point character at the end is wrapped correctly.
Can anybody help me solve this issue? Many thanks in advance.
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
Point character in cell content moves rest of content
Welcome to the LaTeX community.
Please post a

\documentclass
and ending with \end{document}
(~10-20 lines), that let's reproduce the issue. Otherwise it will be hard to give any advice.Regards
Re: Point character in cell content moves rest of content
After making an example I noticed the problem did not occur.. the faulty table had multirow settings enabled which caused the strange behavior.
Thanks for the assistance.
Point character in cell content moves rest of content
I wouldn't think so: similar things have happened to all of ushark wrote:What a great way to make yourself feel(and look) stupid.

hark wrote:After making an example I noticed the problem did not occur.. the faulty table had multirow settings enabled which caused the strange behavior.

- They help focusing on the problem
- potential helpers will be able to find what the problem is much faster (Also with non-minimal examples they sometimes don't bother looking...)
- In many cases one finds the issue oneself while creating a MWE (the most important point to me)