blob: 54d1467d378b2047447c56e97b346b516de05afb (
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
|
+-----------------------------------------------------------------------------+
| hyphenoff |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\hofã%
Parameters: ã|noneã%
ã|Description:ã%
By default, TEXT1 will do hyphenation if necessary to achieve nice line
breaks. The \hyphenoff markup can be used to disable hyphenation. It will
remain this way until a \hyphenon is encountered.
ã|Example:ã%
By default, hyphenation begins this example,
Direct Access Storage Device (DASD) is a term for long
term file and program storage devices. A more common
term for the same thing is {\it disk}, since the
actual storage components look like platters or disks.
\par
\hyphenoff
The CP Directory entry for each user indicates what
virtual disks his machine will include. Each disk
is known by its {\it virtual address}. In general,
users will have one 191 virtual disk.
\par
\hyphenon
will print as:
+-----------------------------------------------------------------------------+
| |
| Direct Access Storage De- |
| vice (DASD) is a term for long |
| term file and program storage |
| devices. A more common term |
| for the same thing is disk, |
| since the actual storage com- |
| ponents look like platters or |
| disks. |
| The CP Directory entry |
| for each user indicates what |
| virtual disks his machine will |
| include. Each disk is known |
| by its virtual address. In |
| general, users will have one |
| 191 virtual disk. |
| |
+-----------------------------------------------------------------------------+
ã|Notes:ã%
Compare this output to that of the \hyphenon markup on the next page.
|