Please post the tabularcolumns directive you are using and enough of the
table definition to see the first header row.  There isn't enough info to
see what the issue could be.

One thing to verify is that the number of columns in the tabularcolumns
directive is the same as the actual table.

On Oct 24, 2016 4:40 PM, "Warren Block" <wbl...@wonkity.com> wrote:

On Mon, 10 Oct 2016, Peter Burdine wrote:

Sphinx tables in latex are inconsistent at the moment.  There is a ticket
> open to use just one package for tables, but right now I think it picks 1
> of 4(?) packages depending on what it thinks it best.  In all of the
> documentation we write, I always
> add :class: longtable to all of the table definitions to allow for (what I
> think) is better layout, plus the header/footer for continuations.
>
> You can format the columns and overall table width using the
> tabularcolumns directive, eg
> .. tabularcolumns:: |>{\RaggedRight}p{\dimexpr 0.3\linewidth-2\tabcolsep}
>                     |>{\RaggedRight}p{\dimexpr 0.5\linewidth-2\tabcolsep}
>                     |>{\RaggedRight}p{\dimexpr 0.2\linewidth-2\tabcolsep}|
>
> Adding that everywhere tends to get annoying quickly, plus is is difficult
> for most people understand what is going on (FYI this produces a table with
> 3 columns, all left aligned, with 30%, 50%, and 20% of the page widths).
>

What else is needed to use this?  If I add it, PDF creation halts in the
middle, with

  ! Undefined control sequence.
  <template> ...inewidth -2\tabcolsep }\RaggedRight
                                                    \ignorespaces
  l.5169 \textsf
                {\relax
  ?

This is sphinx 1.4.6.


-- 
You received this message because you are subscribed to a topic in the
Google Groups "sphinx-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/sphinx-users/LBGxmGESUhg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to