multitable_in_example.texi 251 B

1234567891011121314151617181920212223242526
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename multitable_in_example.info
  3. @node Top
  4. @top Element
  5. @example
  6. @multitable {a} {b}
  7. @item beginnin
  8. end
  9. @end multitable
  10. @multitable {a} {b}
  11. @item aaa
  12. @tab
  13. a new column
  14. @end multitable
  15. @end example
  16. @bye