On 14. 05. 21 9:45, jfbu wrote:
Le 14/05/2021 à 09:39, jfbu a écrit :
Le 14/05/2021 à 09:29, Vladimír Marek a écrit :
Yeah sorry, that's what I meant by the "beginning".
I have there something like:

.. tabularcolumns:: |l|L|L|
+-----+-----+----+
|    1  |   2  |  3  |
+-----+-----+----+

V.

ah ok sorry.

If a cell in first column contains a list for example then it will trigger the error you see


! LaTeX Error: Something's wrong--perhaps a missing \item.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
  ...
l.106 \end{tabulary}


.. tabularcolumns:: |l|L|L|

+-----+-----+----+
| - a |  2  | 3  |
+-----+-----+----+


the l specifier is not compatible with list in table cell



the L specifier also is incompatible
according to https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html?highlight=table#tables
the L is suppose to be supported ...


You can use p{2cm}, or the \X, \Y from Sphinx, e.g. \Y{0.3} to occupy 30% of page width for that column

is that your case?
Best,
JF




--
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/5947d0c1-c89e-9ae5-7e52-df95b20695f6%40frafos.com.

Reply via email to