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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This document is an unofficial reference manual for LaTeX, a
document preparation system, version of October 2018.
This manual was originally translated from LATEX.HLP v1.0a in the
VMS Help Library. The pre-translation version was written by
George D. Greenwade of Sam Houston State University. The
LaTeX 2.09 version was written by Stephen Gilmore. The
LaTeX2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
using Hypertext Help with LaTeX, by Sheldon Green, and
LaTeX Command Summary (for LaTeX 2.09) by
L. Botway and C. Biemesderfer (published by the TeX Users
Group as TeXniques number 10), as reference material. We also
gratefully acknowledge additional material appearing in
latex2e-reference by Martin Herbert Dietze. (From these references no
text was directly copied.)
Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
2014, 2015, 2016, 2017, 2018 Karl Berry.
Copyright 1988, 1994, 2007 Stephen Gilmore.
Copyright 1994, 1995, 1996 Torsten Martinsen.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.
Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions. -->
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Making paragraphs (LaTeX2e unofficial reference manual (October 2018))</title>
<meta name="description" content="Making paragraphs (LaTeX2e unofficial reference manual (October 2018))">
<meta name="keywords" content="Making paragraphs (LaTeX2e unofficial reference manual (October 2018))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="latex2e_0.html#Top" rel="start" title="Top">
<link href="latex2e_30.html#Index" rel="index" title="Index">
<link href="latex2e_0.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="latex2e_0.html#Top" rel="up" title="Top">
<link href="latex2e_16.html#Math-formulas" rel="next" title="Math formulas">
<link href="latex2e_14.html#g_t_005csettowidth" rel="prev" title="\settowidth">
<style type="text/css">
<!--
body {margin: 1em; margin-top: 0px; padding-top: 1px}
a.anchor {float: right}
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body id="top" lang="en">
<a name="Making-paragraphs" class="anchor"></a>
<a name="Making-paragraphs-1" class="anchor"></a>
<h2 class="chapter">Making paragraphs</h2>
<a name="index-making-paragraphs" class="anchor"></a>
<a name="index-paragraphs" class="anchor"></a>
<p>To start a paragraph, just type some text. To end the current
paragraph, put an empty line. This is three paragraphs, separated by
two empty lines.
</p>
<div class="example">
<pre class="example">It is a truth universally acknowledged, that a single man in possession
of a good fortune, must be in want of a wife.
However little known the feelings or views of such a man may be on his
first entering a neighbourhood, this truth is so well fixed in the minds
of the surrounding families, that he is considered the rightful property
of some one or other of their daughters.
``My dear Mr. Bennet,'' said his lady to him one day,
``have you heard that Netherfield Park is let at last?''
</pre></div>
<p>The separator lines must be empty, including not containing a comment
character, <code>%</code>.
</p>
<p>Once LaTeX has gathered all of a paragraph’s contents it divides that
content into lines in a way that is optimized over the entire paragraph
(see <a href="latex2e_9.html#Line-breaking">Line breaking</a>).
</p>
<p>There are places where a new paragraph is not permitted. Don’t put a
blank line in math mode (see <a href="latex2e_17.html#Modes">Modes</a>); here the line before the
<code>\end{equation}</code>
</p>
<div class="example">
<pre class="example">\begin{equation}
2^{|S|} > |S|
\end{equation}
</pre></div>
<p>will get you the error ‘<samp>Missing $ inserted</samp>’. Similarly, the blank
line in this <code>section</code> argument
</p>
<div class="example">
<pre class="example">\section{aaa
bbb}
</pre></div>
<p>gets ‘<samp>Runaway argument? {aaa ! Paragraph ended before \@sect was
complete</samp>’.
</p>
<hr>
<a name="g_t_005cpar" class="anchor"></a>
<a name="g_t_005cpar-1" class="anchor"></a>
<h3 class="section"><code>\par</code></h3>
<a name="index-_005cpar" class="anchor"></a>
<a name="index-paragraph_002c-ending" class="anchor"></a>
<p>Synopsis (note that while reading the input TeX converts two
consecutive newlines to a <code>\par</code>):
</p>
<div class="example">
<pre class="example">\par
</pre></div>
<p>End the current paragraph. The usual way to separate paragraphs is with
a blank line but the <code>\par</code> command is entirely equivalent. This
command is robust (see <a href="latex2e_12.html#g_t_005cprotect">\protect</a>).
</p>
<p>This example uses <code>\par</code> rather than a blank line simply for
readability.
</p>
<div class="example">
<pre class="example">\newcommand{\syllabusLegalese}{%
\whatCheatingIs\par\whatHappensWhenICatchYou}
</pre></div>
<p>In LR mode or a vertical mode the <code>\par</code> command does nothing but
it terminates paragraph mode, switching LaTeX to vertical mode
(see <a href="latex2e_17.html#Modes">Modes</a>).
</p>
<p>You cannot use the <code>\par</code> command in a math mode. You also cannot
use it in the argument of many commands, such as the <code>\section</code>
command (see <a href="#Making-paragraphs">Making paragraphs</a> and <a href="latex2e_12.html#g_t_005cnewcommand-_0026-_005crenewcommand">\newcommand & \renewcommand</a>).
</p>
<p>The <code>\par</code> command is not the same as the <code>\paragraph</code>
command. The latter is, like <code>\section</code> or <code>\subsection</code>, a
sectioning unit used by the standard LaTeX documents
(see <a href="latex2e_6.html#g_t_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph">\subsubsection & \paragraph & \subparagraph</a>).
</p>
<p>The <code>\par</code> command is not the same as <code>\newline</code> or the line
break double backslash, <code>\\</code>. The difference is that <code>\par</code>
ends the paragraph, not just the line, and also triggers the addition of
the between-paragraph vertical space <code>\parskip</code> (see <a href="#g_t_005cparindent-_0026-_005cparskip">\parindent & \parskip</a>).
</p>
<p>The output from this example
</p>
<div class="example">
<pre class="example">xyz
\setlength{\parindent}{3in}
\setlength{\parskip}{5in}
\noindent test\indent test1\par test2
</pre></div>
<p>is: after ‘<samp>xyz</samp>’ there is a vertical skip of 5 inches and then
‘<samp>test</samp>’ appears, aligned with the left margin. On the same line,
there is an empty horizontal space of 3 inches and then
‘<samp>test1</samp>’ appears. Finally. there is a vertical space of
5 inches, followed by a fresh paragraph with a paragraph indent of
3 inches, and then LaTeX puts the text ‘<samp>test2</samp>’.
</p>
<hr>
<a name="g_t_005cindent-_0026-_005cnoindent" class="anchor"></a>
<a name="g_t_005cindent-_0026-_005cnoindent-1" class="anchor"></a>
<h3 class="section"><code>\indent</code> & <code>\noindent</code></h3>
<a name="index-_005cindent" class="anchor"></a>
<a name="index-_005cnoindent" class="anchor"></a>
<a name="index-_005cparindent-1" class="anchor"></a>
<a name="index-indent_002c-forcing" class="anchor"></a>
<p>Synopsis:
</p>
<div class="example">
<pre class="example">\indent
</pre></div>
<p>or
</p>
<div class="example">
<pre class="example">\noindent
</pre></div>
<p>Go into horizontal mode (see <a href="latex2e_17.html#Modes">Modes</a>). The <code>\indent</code> command
first outputs an empty box whose width is <code>\parindent</code>. These
commands are robust (see <a href="latex2e_12.html#g_t_005cprotect">\protect</a>).
</p>
<p>Ordinarily you create a new paragraph by putting in a blank line.
See <a href="#g_t_005cpar">\par</a> for the difference between this command and <code>\par</code>. To
start a paragraph without an indent, or to continue an interrupted
paragraph, use <code>\noindent</code>.
</p>
<p>In the middle of a paragraph the <code>\noindent</code> command has no effect,
because LaTeX is already in horizontal mode there. The
<code>\indent</code> command’s only effect is to output a space.
</p>
<p>This example starts a fresh paragraph.
</p>
<div class="example">
<pre class="example">... end of the prior paragraph.
\noindent This paragraph is not indented.
</pre></div>
<p>and this continues an interrupted paragraph.
</p>
<div class="example">
<pre class="example">The data
\begin{center}
\begin{tabular}{rl} ... \end{tabular}
\end{center}
\noindent shows this clearly.
</pre></div>
<p>To omit indentation in the entire document put
<code>\setlength{\parindent}{0pt}</code> in the preamble. If you do that,
you may want to also set the length of spaces between paragraphs,
<code>\parskip</code> (see <a href="#g_t_005cparindent-_0026-_005cparskip">\parindent & \parskip</a>).
</p>
<a name="index-package_002c-indentfirst-5" class="anchor"></a>
<a name="index-indentfirst-package-5" class="anchor"></a>
<p>Default LaTeX styles have the first paragraph after a section that is
not indented, as is traditional typesetting in English. To change that,
look on CTAN for the package <code>indentfirst</code>.
</p>
<hr>
<a name="g_t_005cparindent-_0026-_005cparskip" class="anchor"></a>
<a name="g_t_005cparindent-_0026-_005cparskip-1" class="anchor"></a>
<h3 class="section"><code>\parindent</code> & <code>\parskip</code></h3>
<a name="index-_005cparindent-2" class="anchor"></a>
<a name="index-_005cparskip" class="anchor"></a>
<a name="index-paragraph-indentation" class="anchor"></a>
<a name="index-vertical-space-before-paragraphs" class="anchor"></a>
<p>Synopsis:
</p>
<div class="example">
<pre class="example">\setlength{\parskip}{<var>horizontal len</var>}
\setlength{\parinden}{<var>vertical len</var>}
</pre></div>
<p>Both are a rubber lengths (see <a href="latex2e_14.html#Lengths">Lengths</a>). They give the indentation
of ordinary paragraphs, not paragraphs inside minipages
(see <a href="latex2e_8.html#minipage">minipage</a>), and the vertical space between paragraphs.
</p>
<p>This, put in the preamble,
</p>
<div class="example">
<pre class="example">\setlength{\parindent}{0em}
\setlength{\parskip}{1ex}
</pre></div>
<p>arranges that the document will have paragraphs that are not indented,
but instead are vertically separated by about the height of a lowercase
‘<samp>x</samp>’.
</p>
<p>In standard LaTeX documents, the default value for <code>\parindent</code>
in one-column documents is <code>15pt</code> when the default text size is
<code>10pt</code> , <code>17pt</code> for <code>11pt</code>, and <code>1.5em</code> for
<code>12pt</code>. In two-column documents it is <code>1em</code>. The default
value for <code>\parskip</code> in LaTeX’s standard document styles is
<code>0pt plus1pt</code>.
</p>
<hr>
<a name="Marginal-notes" class="anchor"></a>
<a name="Marginal-notes-1" class="anchor"></a>
<h3 class="section">Marginal notes</h3>
<a name="index-marginal-notes" class="anchor"></a>
<a name="index-notes-in-the-margin" class="anchor"></a>
<a name="index-remarks-in-the-margin" class="anchor"></a>
<a name="index-_005cmarginpar" class="anchor"></a>
<p>Synopsis, one of:
</p>
<div class="example">
<pre class="example">\marginpar{<var>right</var>}
\marginpar[<var>left</var>]{<var>right</var>}
</pre></div>
<p>Create a note in the margin. The first line of the note will have the
same baseline as the line in the text where the <code>\marginpar</code>
occurs.
</p>
<p>The margin that LaTeX uses for the note depends on the current layout
(see <a href="latex2e_3.html#Document-class-options">Document class options</a>) and also on <code>\reversemarginpar</code>
(see below). If you are using one-sided layout (document option
<code>oneside</code>) then it goes in the right margin. If you are using
two-sided layout (document option <code>twoside</code>) then it goes in the
outside margin. If you are in two-column layout (document option
<code>twocolumn</code>) then it goes in the nearest margin.
</p>
<a name="index-_005creversemarginpar" class="anchor"></a>
<a name="index-_005cnormalmarginpar" class="anchor"></a>
<p>If you declare <code>\reversemarginpar</code> then LaTeX will place
subsequent marginal notes in the opposite margin to that given in the
prior paragraph. Revert that to the default position with
<code>\normalmarginpar</code>.
</p>
<p>When you specify the optional argument <var>left</var> then it is used for
a note in the left margin, while the mandatory argument <var>right</var> is
used for a note in the right margin.
</p>
<p>Normally, a note’s first word will not be hyphenated. You can enable
hyphenation there by beginning <var>left</var> or <var>right</var> with
<code>\hspace{0pt}</code>.
</p>
<p>These parameters affect the formatting of the note:
</p>
<dl compact="compact">
<dt><code>\marginparpush</code>
<a name="index-_005cmarginparpush-2" class="anchor"></a>
</dt>
<dd><a name="marginal-notes-marginparpush" class="anchor"></a><p>Minimum vertical space between notes; default ‘<samp>7pt</samp>’ for
‘<samp>12pt</samp>’ documents, ‘<samp>5pt</samp>’ else.
</p>
</dd>
<dt><code>\marginparsep</code>
<a name="index-_005cmarginparsep" class="anchor"></a>
</dt>
<dd><a name="marginal-notes-marginparsep" class="anchor"></a><p>Horizontal space between the main text and the note; default
‘<samp>11pt</samp>’ for ‘<samp>10pt</samp>’ documents, ‘<samp>10pt</samp>’ else.
</p>
</dd>
<dt><code>\marginparwidth</code>
<a name="index-_005cmarginparwidth-2" class="anchor"></a>
</dt>
<dd><a name="marginal-notes-marginparwidth" class="anchor"></a><p>Width of the note itself; default for a one-sided ‘<samp>10pt</samp>’ document
is ‘<samp>90pt</samp>’, ‘<samp>83pt</samp>’ for ‘<samp>11pt</samp>’, and ‘<samp>68pt</samp>’ for
‘<samp>12pt</samp>’; ‘<samp>17pt</samp>’ more in each case for a two-sided document.
In two column mode, the default is ‘<samp>48pt</samp>’.
</p>
</dd>
</dl>
<p>The standard LaTeX routine for marginal notes does not prevent
notes from falling off the bottom of the page.
</p>
</body>
</html>
|