tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* tbl center box should center whole table
@ 2019-01-29  9:38 Anthony J. Bentley
  2019-01-31 16:15 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony J. Bentley @ 2019-01-29  9:38 UTC (permalink / raw)
  To: tech

Hi,

From fceux(6):

.TS
center box;
cb | cb, cb | c.
NES Gamepad     Keyboard
=
\(ua    Keypad Up
\(da    Keypad Down
\(<-    Keypad Left
\(->    Keypad Right
A       F
B       D
Select  S
Start   Enter
.TE

                           +------------+--------------+
                           |NES Gamepad |   Keyboard   |
     +============+==============+
     |    ^       |  Keypad Up   |
     |    v       | Keypad Down  |
     |    <-      | Keypad Left  |
     |    ->      | Keypad Right |
     |     A      |      F       |
     |     B      |      D       |
     |  Select    |      S       |
     |   Start    |    Enter     |
     +------------+--------------+

groff(1) centers the whole table, and tbl(7)'s description seems to
apply to the whole table:

     center  Center the table instead of left-adjusting it.  For GNU
             compatibility, this may also be invoked with centre.
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-31 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29  9:38 tbl center box should center whole table Anthony J. Bentley
2019-01-31 16:15 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).