diff options
Diffstat (limited to 'doc/groff.html.node/Tabs-and-Leaders.html')
-rw-r--r-- | doc/groff.html.node/Tabs-and-Leaders.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/groff.html.node/Tabs-and-Leaders.html b/doc/groff.html.node/Tabs-and-Leaders.html new file mode 100644 index 0000000..c8298a1 --- /dev/null +++ b/doc/groff.html.node/Tabs-and-Leaders.html @@ -0,0 +1,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> [<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 (“tabs”) +and <kbd class="key">Control+A</kbd> characters (“leaders”) 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 → and bullets • to indicate input tabs and +leaders, respectively. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted">1 +→ 2 → 3 • 4 +→ • 5 +⇒ 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> |