Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The macro .Ns has no effect at the beginning of an input line; | Ingo Schwarze | 2011-02-07 | 1 | -5/+5 |
| | | | | ok kristaps@ jmc@. | ||||
* | "decimalpoint" is in fact supported. | Kristaps Dzonsons | 2011-01-17 | 1 | -2/+0 |
| | |||||
* | Note that "^" needs an empty cell, while "s" does not. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
| | |||||
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -3/+9 |
| | | | | | | | error-class messages when data is being ignored by specifying it in "^" cells (either as-is or in blocks). Also note again that horizontal spanners aren't really supported... | ||||
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+6 |
| | | | | | | | | | | | | always hold, which cleans up the table stuff a bit. Second, set a "spans" value per data cell consisting of the number of skipped TBL_CELL_SPAN layout cells. Third, make tbl_term.c understand how to skip over spanned sections when iterating over the header queue. What remains is to calculate the widths of spanned cells. | ||||
* | Note that we support the "a" key. | Kristaps Dzonsons | 2011-01-08 | 1 | -2/+1 |
| | |||||
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -8/+8 |
| | |||||
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+4 |
| | | | | | | | | | work and add documentation for it. Also make tbl_term() not puke if the number of data cells is less than the number of layout cells (which happens from time to time). This still needs work because we should pad out empty cells so that the borders all work out. | ||||
* | Tweaks to tbl.7 from Jason McIntyre. | Kristaps Dzonsons | 2011-01-05 | 1 | -8/+8 |
| | |||||
* | Tweak some language in tbl.7. | Kristaps Dzonsons | 2011-01-05 | 1 | -12/+19 |
| | |||||
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+312 |
Added cross-links to tbl.7 from other manuals. |