Next: Images in Texinfo export, Previous: Plain lists in Texinfo export, Up: Texinfo Export [Contents][Index]
When exporting tables, the Texinfo export back-end uses the widest cell width in each column. To override this and instead specify as fractions of line length, use the ‘:columns’ attribute. See example below.
#+ATTR_TEXINFO: :columns .5 .5 | a cell | another cell |