summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/fif.helpmark
blob: 049452e97564b79bf132bff2c1baa394e59497ed (plain)
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
+-----------------------------------------------------------------------------+
|                                figureformat                                 |
+-----------------------------------------------------------------------------+
 
\figureformat{\skipbefore{1\bl}
         \position{\float}
         \titleformat{\bqb\hp\tenpt
              \bd Figure \figurenumber.
              \rm\figuretitle \bqe}
         \incontents{yes}
         \skipafter{1\bl}
   }
 
Abbreviation:  ã|\fifã%
 
Parameters:    ã|submarkupã%
 
Submarkup:     ã|\skipbefore, \position, \titleformat,
\incontents, \skipafterã%
 
    ã|Description:ã%
The \figureformat markup allows you  to modify the defaults that control the
appearance of the figure.  The submarkup is described.
 
ã|\skipbeforeã%  indicates how much  space is to  be skipped  before printing a
figure block.  This amount is in addition to any paragraph skips.
 
ã|\positionã%  By  default,  text is  floated around  a  figure and  the figure
printed  at the  top of  the next  page if  not enough  room remains  on the
current page to print  the figure.  If you do  not want text to float around
the figure, and you want the figure to print exactly where you place it, use
\position{\nofloat}.
 
\figureformat{\position{\nofloat}}
 
ã|\titleformat{Nested Markup}ã%  controls the  appearance of  the figure title.
You may  use markup such as  \blockquotebegin, \hangingparagraph, \vertical-
space, and \centerline  within \titleformat as Nested Markup.   Other markup
you may use within or outside of \figureformat:
 
  * \figurenumberprints the most recent figure number.
 
  * \figuretitleprints the most recent figure title.
 
ã|\skipafterã%  indicates how much  space is to  be skipped  after printing the
figure title.  This amount is in addition to any paragraph skips.
 
ã|\incontentsã%  places  the  figure title  in  contents (if  one  is printed).
Printing can be suppressed by changing to "no."
 
    ã|Example:ã%
The amount  of space skipped before  and after has been  reduced to 6 points
(half a line with 12 point  interline space), the figure number is placed in
\label and the figure title is printed in italics.
 
\figureformat{\skipbefore{6pt}
         \titleformat{\label{\bd Figure \figurenumber.}
                                \it\figuretitle}
         \skipafter{6pt}
         \incontents{yes}
   }
 
\figure{\halign{\ctr{#}&&\hs{1em}\ctr{#}\cr
July 23&July 27&July 31&August 5&August 9\cr
32&67&44&47&18\cr}{Size data of a Yellow
 
Transparent fruit during the period of July 23 to August 9,
1977. (fruit No. IV@_b@)}
 
+-----------------------------------------------------------------------------+
|                                                                             |
|                                                                             |
| July 23 July 27 July 31 August 5 August 9                                   |
|   32       67     44       47       18                                      |
|                                                                             |
| Figure 1.  Size data  of a Yellow  Transparent fruit during  the period of  |
|            July 23 to August 9, 1977.  (fruit No.  IV[b])                   |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
The \figureformat markup must come  after the \monospace markup, if both are
used.   If  you are  using \monospace,  the only  difference in  defaults is
 
that the  figure title is  printed in the  roman \monospace  font instead of
\tenpt.