Lines Matching +full:in +full:- +full:line

8 .\" copyright notice and this permission notice appear in all copies.
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.
42 macro, consist of at most one line of
51 All input must be 7-bit ASCII.
53 If the first input line of a table ends with a semicolon, it contains
54 case-insensitive options separated by spaces, tabs, or commas.
57 line.
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.
87 Increase the width of the table to the current line length.
96 Ignore leading and trailing spaces in data cells.
99 Suppress warnings about tables exceeding the current line length.
102 Use the single-character argument as a delimiter between data cells.
108 line or a
114 Each layout line specifies how one line of
117 The last layout line ends with a full stop.
120 input line.
122 Each layout line consists of one or more layout cell specifications,
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.
135 If no decimal point is found in the number,
139 .Pf non- Cm s
145 cell, or comes first on a layout line.
147 of the corresponding data line.
149 Left-justify a string and pad with one space.
152 .Pf non- Cm \(ha
154 It is an error to invoke a vertical span on the first layout line.
158 Draw a single horizontal line in this cell.
161 .Cm \- .
163 Draw a double horizontal line in this cell.
168 case-insensitive modifiers:
169 .Bl -tag -width 2n
182 One-character font names must be followed by a blank or period.
196 Set the vertical line spacing to the following unsigned argument,
200 Do not vertically center content in this vertical span,
201 leave it in the top row.
210 rest of the line length among all columns having the
216 Draw a single vertical line to the right of this cell.
218 Draw a double vertical line to the right of this cell.
222 it specifies a minimum spacing in units of
226 If there is a vertical line, it is drawn inside the spacing.
230 line.
231 Each data line consists of one or more data cells, delimited by
245 a single or double horizontal line is drawn across the cell,
251 a single or double horizontal line is drawn inside the cell,
253 If a data line contains nothing but the single character
257 a horizontal line across the whole table is inserted
260 In place of any data cell, a text block can be used.
263 at the end of a physical input line.
264 Input line breaks inside the text block
268 occurs at the beginning of a physical input line and is followed
269 by an end-of-cell indicator.
272 is followed by the end of the physical input line, the text block,
273 the data cell, and the data line ends at this point.
279 but the data line continues with the data cell following the
285 which instead continues to the following physical input line.
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
338 .Bd -literal -offset indent
349 .Bd -filled -offset indent
364 .Bd -literal -offset indent
368 The fourth line:_:line 1
369 of this column:=:line 2
370 determines:\e_:line 3
373 T}:line 4
376 T}::line 5
379 .Bd -filled -offset indent
383 The fourth line:_:line 1
384 of this column:=:line 2
385 determines:\_:line 3
388 T}:line 4
391 T}::line 5
397 features in a compact way.
398 In real manual pages, keep tables as simple as possible.
425 E. Lesk at Bell Labs in 1975.
427 in 1990 by James Clark.
428 A standalone tbl implementation was written by Kristaps Dzonsons in
430 This formed the basis of the implementation that first appeared in
443 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.