blob: e0c19a24b89a3fcf38b85c8e4d651f24d7499414 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
+-----------------------------------------------------------------------------+
| TEXT1 \blockquotebegin (\bqb) COMMAND |
+-----------------------------------------------------------------------------+
The \blockquotebegin (\bqb) command will begin a new paragraph and indent the
following text the amount of the current paragraph indentation on both the left
and right margins. If the current paragraph indentation value is zero, the
indentation for the block quote will be one-half inch. The format for the
\blockquotebegin (\bqb) command is:
\blockquotebegin
tttttt
tttttt
tttttt
\blockquoteend
Where the "tttttt" designates the text included as the block quote. The
\blockquotebegin (\bqb) command is always used in conjunction with the
\blockquoteend (\bqe) command.
|