> Anyway, it's kind of surprising that there's no "pointsize" global
> option for tables.

Do we really need this?

> I guess the typical workaround is to bracket the table with .ps
> requests.

Yes, maybe something like this (untested):

  .ds table-size 14.4

  .am TS
  .  ds orig-ev \\n[.ev]\"
  .  ev table          \" push the `table' environment on the stack
  .  evc \\*[orig-ev]
  .  ps \\*[table-size]
  ..

  .am TE
  .  ev                \" pop the `table' environment.
  ..


     Werner


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to