This will be my last ConTeXt question for a little while...I've set up
\setuptabulate[indenting=yes,margin=40pt]
This works only to the extent that the table cells are indented appropriately - but the horizontal rules stretch all the way to the left margin. How do I set up a table to be indented properly - including its horizontal lines?
Here's a minimal example (without changing the table margin):
\setupindenting[20pt, yes]
\setuptabulate[indenting=yes]
\starttext
The following is a table for which the horizontal lines are wrong.
\starttabulate[|c|c|]
\HL
\NC Col 1 \NC Col 2 \NC\NR
\HL
\NC 1 \NC 2 \AR
\NC 3 \NC 3 \AR
\HL
\stoptabulate
See what I mean?
\stoptext
If you bung this through texexec you'll see that the lines of text are indented, but that the horizontal lines in the table aren't.
Thanks!
