diff options
Diffstat (limited to 'doc/groff.html.node/Paragraphs.html')
-rw-r--r-- | doc/groff.html.node/Paragraphs.html | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/doc/groff.html.node/Paragraphs.html b/doc/groff.html.node/Paragraphs.html new file mode 100644 index 0000000..a230bcd --- /dev/null +++ b/doc/groff.html.node/Paragraphs.html @@ -0,0 +1,109 @@ +<!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>Paragraphs (The GNU Troff Manual)</title> + +<meta name="description" content="Paragraphs (The GNU Troff Manual)"> +<meta name="keywords" content="Paragraphs (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="Common-Features.html" rel="up" title="Common Features"> +<link href="Sections-and-Chapters.html" rel="next" title="Sections and Chapters"> +<link href="Common-Features.html" rel="prev" title="Common Features"> +<style type="text/css"> +<!-- +div.example {margin-left: 3.2em} +--> +</style> + + +</head> + +<body lang="en"> +<div class="subsection-level-extent" id="Paragraphs"> +<div class="nav-panel"> +<p> +Next: <a href="Sections-and-Chapters.html" accesskey="n" rel="next">Sections and Chapters</a>, Previous: <a href="Common-Features.html" accesskey="p" rel="prev">Common Features</a>, Up: <a href="Common-Features.html" accesskey="u" rel="up">Common Features</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="Paragraphs-1">3.2.1 Paragraphs</h4> +<a class="index-entry-id" id="index-paragraphs"></a> + +<p>Paragraphs can be separated and indented in various ways. Some start +with a blank line and have a first-line indentation, like most of the +ones in this manual. Block paragraphs omit the indentation. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted"> ⇒ Some men look at constitutions with sanctimonious + ⇒ reverence, and deem them like the ark of the + ⇒ covenant, too sacred to be touched. +</pre></div></div> + +<a class="index-entry-id" id="index-tags_002c-paragraph"></a> +<a class="index-entry-id" id="index-tagged-paragraphs"></a> +<a class="index-entry-id" id="index-lists"></a> +<p>We also frequently encounter <i class="slanted">tagged</i> paragraphs, which begin +with a tag or label at the left margin and indent the remaining text. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted"> ⇒ one This is the first paragraph. Notice how the + ⇒ first line of the resulting paragraph lines + ⇒ up with the other lines in the paragraph. +</pre></div></div> + +<p>If the tag is too wide for the indentation, the line is broken. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted"> ⇒ longlabel + ⇒ The label does not align with the subsequent + ⇒ lines, but they align with each other. +</pre></div></div> + +<p>A variation of the tagged paragraph is the itemized or enumerated +paragraph, which might use punctuation or a digit for a tag, +respectively. These are frequently used to construct lists. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted"> ⇒ o This list item starts with a bullet. When + ⇒ producing output for a device using the ASCII + ⇒ character set, an 'o' is formatted instead. +</pre></div></div> + +<p>Often, use of the same macro without a tag continues such a discussion. +</p> +<div class="example"> +<div class="group"><pre class="example-preformatted"> ⇒ -xyz This option is recognized but ignored. + ⇒ + ⇒ It had a security hole that we don't discuss. +</pre></div></div> + + +</div> +<hr> +<div class="nav-panel"> +<p> +Next: <a href="Sections-and-Chapters.html">Sections and Chapters</a>, Previous: <a href="Common-Features.html">Common Features</a>, Up: <a href="Common-Features.html">Common Features</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> + + + +</body> +</html> |