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
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/s7l9r2%24bf6%241%40ciao.gmane.io.