Update contrib.
3 This is the first piece of "PML" code used to test the Rich Text
4 component of the Editable Text hierarchy.
6 First off, each paragraph is specified with a different paragraph
9 The idea is that using this tool we can quickly and easily build up
10 large complex rich text documents with lots of complex formatting.
11 This paragraph, for example, has its left margin set to 1".
13 ...whilst this paragraph has a right margin of 1" also. However, we
14 are currently in the process of making each paragraph inherit
15 attributes from the preceeding one, so this paragraph may also have
16 the one inch left margin, though currently it may not.
18 This next paragraph should be long enough to word wrap to enable the
19 viewer to observe the attribute set here. This paragraph has a first
20 line indent set to 2". The appearance should be that the first line
21 is indented further than the following lines, a sort of hanging
24 Now we move onto line spacing. The line spacing for this paragraph
25 has been set to one half inch. (This is stores in its twips platinum
26 bar value of 720 twips. One twip is a twentieth of a point, and
27 there are seventy-two points to the inch. Therefore, 20*72=1440.
28 <P LINESPACINGCONTROL=EXACTLY LINESPACING=360>
29 This paragraph sets the line spacing control to 'exactly' 360 twips,
30 or one quarter of an inch. Here's some rubbish to fill a couple of
31 lines---->jfdjkf kfj kl jlsdkfjdlsfjwoifj iojf lkfj ldkfjdslkfj sl;kj
32 fklsjlfjk fjkj flkdfj slfk klf jlskjlkdj flkdjflskjf lk fjlkdfj
33 lskfslk lksd fjkls fjklsdj flsfjskdfldsj fksdj fklj j fls fs ks lfks
34 jlskd jflsdkfjlsdkfjklsdjfklsdj fsldfjlsfjslfj lsfjlsj flsdfj
35 lsfjlsdfjlsdjflsdjflsdfjlsdkfjsldkfjlsdjflsdkjflsdkjflksdjflsdkfjlsdfj
36 lsdsdlk l. Hope this worked !!!!!
37 <P KEEPTOGETHER KEEPWITHNEXT>
38 This paragraph has the keep together flag set, and the keep with next
40 <P STARTNEWPAGE WIDOWORPHAN>
41 ...whilst this paragraph is formatted to start on a new page and has
42 widow/orphan control enabled.
44 And there you have it......
46 ...the last paragraph. THE END.