___________
\begin{center} Text on line 1 \\ Text on line 2 \\ . . . \end{center}The
center
environment allows you to create a paragraph consisting of
lines that are centred within the left and right margins on the current
page. Each line must be terminated with the string \\
.
See also: \centering
\begin{flushleft} Text on line 1 \\ Text on line 2 \\ . . . \end{flushleft}The
flushleft
environment allows you to create a paragraph consisting
of lines that are flushed left, to the left-hand margin. Each line must
be terminated with the string \\
.
See also: \raggedright
\begin{flushright} Text on line 1 \\ Text on line 2 \\ . . . \end{flushright}The
flushright
environment allows you to create a paragraph consisting
of lines that are flushed right, to the right-hand margin. Each line
must be terminated with the string \\
.
See also: \raggedleft
\begin{minipage}[position]{width} text \end{minipage}The
minipage
environment is similar to a
\parbox
command. It takes
the same optional position argument and
mandatory width argument. You may use other paragraph-making
environments inside a minipage.
Footnotes in a minipage
environment are handled in a way that is
particularly useful for putting footnotes in figures or tables. A
\footnote
or
\footnotetext
command puts the
footnote at the bottom of the minipage instead of at the
bottom of the page, and it uses the
mpfootnote
counter instead of the ordinary footnote
counter
NOTE: Don't put one minipage inside another if you are using footnotes; they may wind up at the bottom of the wrong minipage.
\begin{quotation} text \end{quotation}The margins of the
quotation
environment are indented on the left and
the right. The text is justified at both margins and there is paragraph
indentation. Leaving a blank line between text produces a new
paragraph.
\begin{quote} text \end{quote}The margins of the
quote
environment are indented on the left and the
right. The text is justified at both margins. Leaving a blank line
between text produces a new paragraph.
\begin{verbatim} text \end{verbatim}The
verbatim
environment is a paragraph-making environment that gets
LaTeX to print exactly what you type in. It turns LaTeX into a
typewriter with carriage returns and blanks having the same effect that
they would on a typewriter.
See also: \verb
\begin{verse} text \end{verse}The
verse
environment is designed for poetry, though you may find
other uses for it.
The margins are indented on the left and the right. Separate the lines
of each stanza with \\
, and use one or more blank lines to separate
the stanzas.