summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/toclbr.helpmark
blob: b7503bd102d686f33b5676d820379e14dea03dbb (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
+-----------------------------------------------------------------------------+
|                                toclinebreak                                 |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\toclbrã%
 
Parameters:    ã|noneã%
 
    ã|Description:ã%
The  \toclinebreak markup  causes a  line to  finish without  interrupting a
paragraph in the  table of contents.  Occasionally  it is necessary to break
a line in  a precise place within  a paragraph, as  opposed to letting TEXT1
decide where to  break the line.   This markup does not  end a paragraph, it
simply starts the following text of the paragraph on a new line in the table
of contents instead of concatenating it to the end of the previous line.
 
    ã|Example:ã%
\chapter{More facts about Datapoint
information\toclbr processing\linebreak
 and office
automation products,\lbr\toclbr
systems, and software}
 
will print the chapter title on three lines in the text of the document:
 
+-----------------------------------------------------------------------------+
|                                                                             |
|              More facts about Datapoint information processing              |
|                       and office automation products,                       |
|                            systems, and software                            |
+-----------------------------------------------------------------------------+
 
and on three lines in the table of contents:
 
+-----------------------------------------------------------------------------+
|                                                                             |
|  1. More facts about Datapoint information                                  |
|     processing and office automation products,                              |
|     systems, and software . . . .... . . ...... . . .... . . ...... . .  32 |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
none.