On 2013-01-14, Dedeco wrote: > there seem to be a problem with Latex output and tables that have row or > column spans. Can it be done?
> $make latex > Markup is unsupported in LaTeX: > manual:: column or row spanning cells are not yet implemented. > make: ** [latex] Error 1 > HTML output has no errors. I know it can be done in Latex. > An example for this kind of table in Latex, in section 6.1.1: > http://xoomer.virgilio.it/sam_psy/soft/my_latex_notes.pdf There is a known error in the LaTeX table writer regarding column spans http://docutils.sourceforge.net/docs/user/latex.html#tables which is unfortunately not trivial to fix because the table models of Docutils and LaTeX are quite different. Günter -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
