blob: b2513733f8e91218c2313f0419e298eac21d460f (
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
|
+-----------------------------------------------------------------------------+
| hyphenon |
+-----------------------------------------------------------------------------+
Abbreviation: ã|\honã%
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:ã%
First print a paragraph without hyphenation and then turn hyphenation on.
\hyphenoff
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
\hyphenon
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.
will print as:
+-----------------------------------------------------------------------------+
| |
| 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 disk, since the actual |
| storage components look like |
| platters or disks. |
| The CP Directory entry for |
| each user indicates what vir- |
| tual 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 with the example for \hyphenoff on the previous page.
|