summaryrefslogtreecommitdiffstats
path: root/doc/groff.html.node/Tabs-and-Leaders.html
blob: c8298a1b2109d5b8e74741e321a5989e8e5c6ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<!-- Created by GNU Texinfo 7.0.3, https://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- This manual documents GNU troff version 1.23.0.

Copyright � 1994-2023 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<title>Tabs and Leaders (The GNU Troff Manual)</title>

<meta name="description" content="Tabs and Leaders (The GNU Troff Manual)">
<meta name="keywords" content="Tabs and Leaders (The GNU Troff Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link href="index.html" rel="start" title="Top">
<link href="Request-Index.html" rel="index" title="Request Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Text.html" rel="up" title="Text">
<link href="Input-Conventions.html" rel="next" title="Input Conventions">
<link href="Adjustment.html" rel="prev" title="Adjustment">
<style type="text/css">
<!--
div.example {margin-left: 3.2em}
kbd.key {font-style: normal}
span.r {font-family: initial; font-weight: normal; font-style: normal}
-->
</style>


</head>

<body lang="en">
<div class="subsection-level-extent" id="Tabs-and-Leaders">
<div class="nav-panel">
<p>
Next: <a href="Input-Conventions.html" accesskey="n" rel="next">Input Conventions</a>, Previous: <a href="Adjustment.html" accesskey="p" rel="prev">Adjustment</a>, Up: <a href="Text.html" accesskey="u" rel="up">Text</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Request-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<h4 class="subsection" id="Tabs-and-Leaders-1">5.1.6 Tabs and Leaders</h4>

<a class="index-entry-id" id="index-horizontal-tab-character"></a>
<a class="index-entry-id" id="index-tab-character"></a>
<a class="index-entry-id" id="index-character_002c-horizontal-tab"></a>
<a class="index-entry-id" id="index-leader-character"></a>
<a class="index-entry-id" id="index-character_002c-leader"></a>
<a class="index-entry-id" id="index-tab-stops"></a>
<a class="index-entry-id" id="index-stops_002c-tab"></a>
<p>GNU <code class="code">troff</code> translates input horizontal tab characters (&ldquo;tabs&rdquo;)
and <kbd class="key">Control+A</kbd> characters (&ldquo;leaders&rdquo;) into movements to the next
tab stop.  Tabs simply move to the next tab stop; leaders place enough
periods to fill the space.  Tab stops are by default located every half
inch measured from the drawing position corresponding to the beginning
of the input line; see <a class="ref" href="Page-Geometry.html">Page Geometry</a>.   Tabs and leaders do not
cause breaks and therefore do not interrupt filling.  Below, we use
arrows &rarr; and bullets &bull; to indicate input tabs and
leaders, respectively.
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">1
&rarr; 2 &rarr; 3 &bull; 4
&rarr; &bull; 5
&rArr; 1         2       3.......4         ........5
</pre></div></div>

<p>Tabs and leaders lend themselves to table construction.<a class="footnote" id="DOCF24" href="groff.html_fot.html#FOOT24"><sup>24</sup></a> The tab and leader glyphs can be
configured, and further facilities for sophisticated table composition
are available; see <a class="ref" href="Tabs-and-Fields.html">Tabs and Fields</a>.  There are many details to
track when using such low-level features, so most users turn to the
<cite class="cite">tbl<span class="r">(1)</span></cite> preprocessor to lay out tables.
</p>

</div>



</body>
</html>