Yves --

On Sat, Oct 11, 2014, Yves Cloutier wrote:
> hmmm, I think this is not compatible with Peter's MOM macros?

I've never tested mom with hdtbl.
 
> Just having a real hard time doing a really simple table one col table with
> tbl and thought I would try hdtbl...

Mom's implementation of .TS requires you to supply the CENTER and
BOXED args to TS if your table is centered and boxed.  I imagine
that's why you're having trouble with tbl(1), mom, and the input you
sent.

Original:
> .TS H
> center box;

Correct:
  .TS H BOXED CENTER
  center box;

-- 
Peter Schaffter
http://www.schaffter.ca

Reply via email to