Lines Matching +full:in +full:- +full:and +full:- +full:around

6 .\" Permission to use, copy, modify, and distribute this software for any
8 .\" copyright notice and this permission notice appear in all copies.
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
48 lines, and ends with a
51 All input must be 7-bit ASCII.
54 case-insensitive options separated by spaces, tabs, or commas.
60 Some of them require arguments enclosed in parentheses:
61 .Bl -tag -width Ds
63 Draw a single-line box around each table cell.
65 Draw a single-line box around the table.
69 Center the table instead of left-adjusting it.
73 Use the single-character argument as the decimal point with the
83 Draw a double-line box around the table.
94 This is a GNU extension and currently ignored.
96 Ignore leading and trailing spaces in data cells.
100 This is a GNU extension and currently ignored.
102 Use the single-character argument as a delimiter between data cells.
124 The following case-insensitive key characters start a new cell
126 .Bl -tag -width 2n
128 Center the string in this cell.
130 Right-justify the string in this cell.
132 Left-justify the string in this cell.
134 Justify a number around its last decimal point.
135 If no decimal point is found in the number,
139 .Pf non- Cm s
149 Left-justify a string and pad with one space.
152 .Pf non- Cm \(ha
158 Draw a single horizontal line in this cell.
159 This consumes a data cell and discards the content.
161 .Cm \- .
163 Draw a double horizontal line in this cell.
164 This consumes a data cell and discards the content.
168 case-insensitive modifiers:
169 .Bl -tag -width 2n
182 One-character font names must be followed by a blank or period.
190 This is a GNU extension and currently unsupported.
200 Do not vertically center content in this vertical span,
201 leave it in the top row.
222 it specifies a minimum spacing in units of
224 between this column and the next column to the right.
268 occurs at the beginning of a physical input line and is followed
269 by an end-of-cell indicator.
273 the data cell, and the data line ends at this point.
278 character, only the text block and the data cell end,
287 String justification and font selection:
288 .Bd -literal -offset indent
297 .Bd -filled -offset indent
307 Some ports in
309 to show number alignment and line drawing:
310 .Bd -literal -offset indent
323 .Bd -filled -offset indent
337 Spans and skipping width calculations:
338 .Bd -literal -offset indent
349 .Bd -filled -offset indent
361 Text blocks, specifying spacings and specifying and equalizing
362 column widths, putting lines into individual cells, and overriding
364 .Bd -literal -offset indent
379 .Bd -filled -offset indent
397 features in a compact way.
399 They usually look better, are less fragile, and are more portable.
409 macros and
425 E. Lesk at Bell Labs in 1975.
428 A standalone tbl implementation was written by Kristaps Dzonsons in
430 This formed the basis of the implementation that first appeared in
451 It is unlikely this can be improved in the future because the box
452 drawing characters are already marked in Unicode as characters
455 So it seems unlikely that the missing ones might get added in the future.