LyXInserted Table has no Cells

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
grevillea
Posts: 3
Joined: Tue Jun 11, 2013 10:07 am

Inserted Table has no Cells

Post by grevillea »

I am using LyX on Windows, the default bundle setup with MikTeX. I successfully created simple LyX documents.

But when I select insert table option (either menu or toolbar icon) it does not prompt for the size of the table. It gives me an empty table with an empty caption. The LaTeX code appears as follows.

Code: Select all

% Preview source code for paragraph 0

\begin{table}


\caption{}


\end{table}
It is a few years since I used LaTeX but I recall & between table items in a row. However, there is no tabular environment here.
Last edited by localghost on Tue Jun 11, 2013 10:25 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

grevillea
Posts: 3
Joined: Tue Jun 11, 2013 10:07 am

Re: Inserted Table has no Cells

Post by grevillea »

This turns out to be one of the less clear aspects of LyX documentation. One has to insert a float table and then insert a table within that.
Post Reply