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
|
+-----------------------------------------------------------------------------+
| blockquoteformat |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\bqfã%
Parameters: ã|submarkupã%
Submarkup: ã|\skipbefore, \everyblockquote, \skipafterã%
ã|Description:ã%
The \blockquoteformat markup controls the formatting of block quotes. The
following submarkup are effective only within block quotes.
\skipbefore indicates how much space is to be skipped before printing a
block. This amount is in addition to any paragraph skips.
\everyblockquote{Nested Markup} determines how the text of the quote is
formatted. You can specify justification or raggedness, single or double
spacing, left or right indentation, paragraph spacing and indentation, and
any font change needed within block quotes. You may use any markup such as
\tenpt, \interlineskip, \leftindent or \rightindent within \everyblockquote.
\skipafter indicates how much space is to be skipped after printing a
block. This amount is in addition to any paragraph skips.
ã|Example:ã%
The indentation has been changed in this sample. The text for the block
quote is to be printed right ragged in 9 point Computer Modern. Paragraphs
within the block quote, and only within, have a 1 pica paragraph indent and
zero paragraph skip. The skips before and after the quotation have been set
to zero.
\blockquoteformat{\skipbefore{0pt}
\everyblockquote{\pin{1pc}\psk{0pt}\ninepoint
\leftindent{1pc}\rightindent{1pc}\rr}
\skipafter{0pt}}
The example illustrated for \blockquotebegin would then begin:
+-----------------------------------------------------------------------------+
| |
| Salt (1958) names the process: |
| |
| This loss of fluids and cooling is known as aging. Most metamorphosis |
| occurs in ocean trenches, but it can also occur in forms in |
| trenchcoats. |
| |
+-----------------------------------------------------------------------------+
ã|Example:ã%
This sample is printed with a small interlineskip, normal paragraph values
and zero indentation. The text is in 9 point italics with an interlineskip
of 9.5 points.
\blockquoteformat{\skipbefore{0pt}
\everyblockquote{\ssp\ninept\it\isk{9.5pt}
\leftindent{0pt}\rightindent{0pt}}
\skipafter{0pt}}
+-----------------------------------------------------------------------------+
| |
| Salt (1958) names the process: |
| |
| This loss of fluids and cooling is known as aging. Most metamorphosis |
| occurs in ocean trenches, but it can also occur in forms in trenchcoats. |
| |
| |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
The \blockquoteformat markup must come after the \monospace markup, if both
are used.
The defaults for \blockquoteformat when using \monospace are different.
The space before and after is one blank line (1\bl), the left and right
indents are 36 points ( 1 2 inch), and the text is in the roman font since
you cannot print \tenpt with \monospace.
|