LyXbulleted list inside table cells

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

bulleted list inside table cells

Post by scottkosty »

skonvols2k wrote:Hi, nothing changed.
here the example
TNX A LOT
Dang. That was my only idea. You could post your question (and minimum working example, both the .tex and .lyx files) on tex.stackexchange.com.

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

bulleted list inside table cells

Post by Stefan Kottwitz »

I got no tabular output. So I looked both at the .lyx source file and at the exported .tex file. There's a LyX list around the tabular environment, which let's that table disappear.

In the LyX layout it's \begin_layout Labeling ... \end_layout and in the exported .tex file it's

Code: Select all

\begin{lyxlist}{00.00.0000}
\item [{%
...}]
\end{lyxlist}
After I removed that in the exported file and compiled, it showed the table, which it did not before. Perhaps so Scott has another thought to fix that.
cv.png
cv.png (8 KiB) Viewed 3450 times
Stefan
LaTeX.org admin
skonvols2k
Posts: 7
Joined: Fri Sep 21, 2012 7:46 am

Re: bulleted list inside table cells

Post by skonvols2k »

Tnx !!! this solved my problem !!!
Tnx a lot again
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

bulleted list inside table cells

Post by scottkosty »

Stefan_K wrote:I got no tabular output. So I looked both at the .lyx source file and at the exported .tex file. There's a LyX list around the tabular environment, which let's that table disappear.

In the LyX layout it's \begin_layout Labeling ... \end_layout and in the exported .tex file it's

Code: Select all

\begin{lyxlist}{00.00.0000}
\item [{%
...}]
\end{lyxlist}
After I removed that in the exported file and compiled, it showed the table, which it did not before. Perhaps so Scott has another thought to fix that.

Stefan
No I don't, except for a hackish script that you could put in your LyX export script that does what Stefan suggested. This looks like a bug, right?

I will revisit this in a few months once I learn more about LyX's internal LaTeX code.

Thanks Stefan,

Scott
Post Reply