summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/fig.helpmark
blob: be6fe909eafe96aebdc31ba2e419ef8b4616a7af (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
+-----------------------------------------------------------------------------+
|                                   figure                                    |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\figã%
 
Parameters:    ã|first parameter = markup
    second parameter = the figure titleã%
 
    ã|Description:ã%
A figure is a representation or  illustration.  The \figure markup can leave
space for a figure,  number it, print the figure  title, and ensure that the
title gets  placed in the contents.   The figure  markup has two parameters:
markup and the title of the figure.
    The "markup"  can be a  \verticalspace markup, \fullpage,  \halfpage, or
text such  as a table, etc.   The "title"  is the title of  the figure which
will print at the bottom of the figure and in the table of contents.
    If you  want a figure  on an entire  page, enter \fullpage  as the first
parameter.  If  you want a figure to fill half  of the page, enter \halfpage
as the first parameter.
 
    ã|Example:ã%
If you  want to use  \asisbegin, it  must go outside  of the  figure and the
title cannot be more than one line long.
 
\aib
\figure{\tt
           clay
                                Human
  pressure
                  parent rock
                                 temperature
}{Origin of the Stone Species}
\aie
 
+-----------------------------------------------------------------------------+
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|            clay                                                             |
|                                 Human                                       |
|   pressure                                                                  |
|                   parent rock                                               |
|                                  temperature                                |
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|      Figure 1.  Origin of the Stone Species                                 |
|                                                                             |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Example:ã%
This figure leaves  half an inch of  space above the title,  "Size data of a
| . .  ".                                                                     |
 
the same proportions.
\db{\figure{\vs{.5in}}{Size data of a Yellow
Transparent fruit during the period of July 23 to August 9,
1977. (fruit No. IV@_b@)}
This suggests parallels  . . .  }
 
+-----------------------------------------------------------------------------+
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|      Figure 2.     Size data of a Yellow Transparent fruit during the       |
|         period of July 23 to August 9, 1977.  (fruit No.  IV[b])            |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Example:ã%
This figure  leaves an entire  empty page for the  figure.   The title would
print at the bottom of the figure.
 
the same proportions.
\figure{\fullpage}{Origins of the Human Species}
This suggests parallels  . . .
 
    ã|Example:ã%
This figure leaves a half page  empth for the figure.  The title would print
at the bottom of the figure.
 
the same proportions.
\figure{\halfpage}{Origins of the Human Species}
This suggests parallels  . . .
 
    ã|Notes:ã%
 
By default, text "floated" is text that  is moved in front of a figure.  The
figure is moved  to the top of the  current page if there is  room left.  If
not enough room remains,  then the figure is printed at  the top of the next
page.  To disable this floating process, refer to the \figureformat markup.
    For  both \halfpage  and  \fullpage,  the figure  title  is  included in
determining how much space to leave.
    By default, each new \part will start numbering figures over again at 1.
Use \setfigurenumber to reset the figurenumber outside of parts.
    When figures  are using the  default "float" method  of placing figures,
you  cannot  use \twocolumns  or  \threecolumns  in parameter  1.     If you
are using  the \nofloat  option specified in  \figureformat you  may use the
multiple column specifications.
    Use the \figureformat markup to modify the figure style.
    You can not use \settabs within \figure.