summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/windvi/windvi.html
blob: 4e4bab791c44b5ee1398887beb0d8444a652eb88 (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
  "http://www.w3.org/TR/html4/loose.dtd">  
<html > 
<head><title>Windvi 0.67 User&#8217;s Manual</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html)"> 
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn.html)"> 
<!-- html --> 
<meta name="src" content="windvi.tex"> 
<meta name="date" content="2004-10-26 21:52:00"> 
<link rel="stylesheet" type="text/css" href="windvi.css"> 
</head><body 
>
   <div class="maketitle">
                                                                                  

                                                                                  
                                                                                  

                                                                                  
<h2 class="titleHead">Windvi 0.67 User&#8217;s Manual</h2>
         <div class="author" ><span 
class="cmr-12">Fabrice Popineau</span>
<br> <span 
class="cmtt-12">Fabrice.Popineau@supelec.fr</span></div>
<br>
<div class="date" ><span 
class="cmr-12">October 26, 2004</span></div>
   </div>
   <h3 class="likesectionHead"><a 
 id="x1-1000"></a>Contents</h3>
   <div class="tableofcontents">
   <span class="sectionToc">1 <a 
href="#x1-20001" id="QQ2-1-2">Introduction</a></span>
<br>   &nbsp;<span class="subsectionToc">1.1 <a 
href="#x1-30001.1" id="QQ2-1-3">Why another Windows dvi viewer ?</a></span>
<br>   &nbsp;<span class="subsectionToc">1.2 <a 
href="#x1-40001.2" id="QQ2-1-4">Features</a></span>
<br>   <span class="sectionToc">2 <a 
href="#x1-50002" id="QQ2-1-5">Installation</a></span>
<br>   &nbsp;<span class="subsectionToc">2.1 <a 
href="#x1-60002.1" id="QQ2-1-6">The home of Windvi</a></span>
<br>   &nbsp;<span class="subsectionToc">2.2 <a 
href="#x1-70002.2" id="QQ2-1-7">Unpacking</a></span>
<br>   &nbsp;<span class="subsectionToc">2.3 <a 
href="#x1-80002.3" id="QQ2-1-8">Con&#xFB01;guration</a></span>
<br>   &nbsp;<span class="subsectionToc">2.4 <a 
href="#x1-90002.4" id="QQ2-1-9">Generation of PK &#xFB01;les</a></span>
<br>   &nbsp;<span class="subsectionToc">2.5 <a 
href="#x1-100002.5" id="QQ2-1-10">Type1 fonts</a></span>
<br>   &nbsp;<span class="subsectionToc">2.6 <a 
href="#x1-110002.6" id="QQ2-1-11">PostScript<span 
class="psyr-x-x-109">&#x2122; </span>inclusions</a></span>
<br>   <span class="sectionToc">3 <a 
href="#x1-120003" id="QQ2-1-12">Quick startup</a></span>
<br>   &nbsp;<span class="subsectionToc">3.1 <a 
href="#x1-130003.1" id="QQ2-1-13">HyperTEX support</a></span>
<br>   <span class="sectionToc">4 <a 
href="#x1-140004" id="QQ2-1-14">Reference guide</a></span>
<br>   &nbsp;<span class="subsectionToc">4.1 <a 
href="#x1-150004.1" id="QQ2-1-15">Settings</a></span>
<br>   &nbsp;<span class="subsectionToc">4.2 <a 
href="#x1-160004.2" id="QQ2-1-16">Logging</a></span>
<br>   &nbsp;<span class="subsectionToc">4.3 <a 
href="#x1-170004.3" id="QQ2-1-17">Features</a></span>
<br>   &nbsp;<span class="subsectionToc">4.4 <a 
href="#x1-210004.4" id="QQ2-1-21">Printing</a></span>
<br>   &nbsp;<span class="subsectionToc">4.5 <a 
href="#x1-220004.5" id="QQ2-1-22">Command line options</a></span>
<br>   &nbsp;<span class="subsectionToc">4.6 <a 
href="#x1-230004.6" id="QQ2-1-23">Mouse</a></span>
<br>   &nbsp;<span class="subsectionToc">4.7 <a 
href="#x1-240004.7" id="QQ2-1-24">Shortcut keys</a></span>
<br>   <span class="sectionToc">5 <a 
href="#x1-250005" id="QQ2-1-25">Ghostscript installation</a></span>
<br>   <span class="sectionToc">6 <a 
href="#x1-260006" id="QQ2-1-26">FAQ</a></span>
<br>   <span class="sectionToc">7 <a 
href="#x1-270007" id="QQ2-1-27">Known bugs and TODO list</a></span>
                                                                                  

                                                                                  
<br>   <span class="sectionToc">A <a 
href="#x1-28000A" id="QQ2-1-28">Color naming</a></span>
   </div>
   <h3 class="sectionHead"><span class="titlemark">1   </span> <a 
 id="x1-20001"></a>Introduction</h3>
<!--l. 57--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">1.1   </span> <a 
 id="x1-30001.1"></a>Why another Windows dvi viewer ?</h4>
<!--l. 58--><p class="noindent">
     <div class="quote">
     <!--l. 59--><p class="noindent">Note that throughout this document, when I say &#8216;Win32&#8217;, this means Windows
     9x and Windows NT.</div>
<!--l. 63--><p class="noindent">There are many previewers for dvi &#xFB01;les under Win32. The most popular is probably <span 
class="cmtt-10x-x-109">Dviwin </span>by H.
Sendoukas. However it lacks some important features:
     <ul class="itemize1">
     <li class="itemize">the ability to recursively search directories for font &#xFB01;les,
     </li>
     <li class="itemize">the ability to use .vf &#xFB01;les or display PostScript fonts,
     </li>
     <li class="itemize">the ability to display PostScript images.</li></ul>
<!--l. 72--><p class="indent">   Unfortunately, the <span 
class="cmtt-10x-x-109">Dviwin </span>sources were never put into the public domain; on the other side of
the fence, <span 
class="cmtt-10x-x-109">Xdvi </span>under Unix has these features, is widely used and its sources are available.
<span 
class="cmtt-10x-x-109">Xdvi(k) </span>uses the <span 
class="cmtt-10x-x-109">kpathsea </span>library to search directories, already used in the Web2c-win32 port of
<span class="TEX">T<span 
class="E">E</span>X</span>, so there was some interest in porting <span 
class="cmtt-10x-x-109">Xdvi(k) </span>to Win32. It turned out that this was far
more than just a port, since X Window is far from Win32. All the user interface and the graphical
part has been rewritten.
<!--l. 82--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">1.2   </span> <a 
 id="x1-40001.2"></a>Features</h4>
<!--l. 84--><p class="noindent">The most important features of <span 
class="cmss-10x-x-109">Windvi </span>are as follows:
     <ul class="itemize1">
     <li class="itemize">monochrome or grey scale bitmaps (antialiasing) for fonts,
     </li>
     <li class="itemize">easy navigation through the dvi &#xFB01;le
                                                                                  

                                                                                  
          <ul class="itemize2">
          <li class="itemize">page by page,
          </li>
          <li class="itemize">with di&#xFB00;erent increments (by 5 or 10 pages at a time)
          </li>
          <li class="itemize">goto home, end, or any page within the document,</li></ul>
     </li>
     <li class="itemize">di&#xFB00;erent shrink factors to zoom page in and out,
     </li>
     <li class="itemize">magnifying glass to show the page at the pixel level,
     </li>
     <li class="itemize">use of .vf fonts
     </li>
     <li class="itemize">display .pk .gf font &#xFB01;les
     </li>
     <li class="itemize">automatic generation of missing PK &#xFB01;les even for PostScript fonts,
     </li>
     <li class="itemize">tracking dvi &#xFB01;le changes, and automatic reopening,
     </li>
     <li class="itemize">understanding Omega extended dvi &#xFB01;les,
     </li>
     <li class="itemize">drag-and-drop &#xFB01;le from the Windows shell explorer,
     </li>
     <li class="itemize">color support (a-la dvips),
     </li>
     <li class="itemize">real-time logging of background font generation,
     </li>
     <li class="itemize">visualization of PostScript inclusions,
     </li>
     <li class="itemize">graphical transformations under NT only,
     </li>
     <li class="itemize">support of Hyper<span class="TEX">T<span 
class="E">E</span>X</span> specials,
     </li>
     <li class="itemize">printing support through the uni&#xFB01;ed printer driver.</li></ul>
                                                                                  

                                                                                  
<!--l. 109--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">2   </span> <a 
 id="x1-50002"></a>Installation</h3>
<!--l. 111--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.1   </span> <a 
 id="x1-60002.1"></a>The home of Windvi</h4>
<!--l. 113--><p class="noindent">Windvi is part of the fp<span class="TEX">T<span 
class="E">E</span>X</span> distribution, which is itself based on <a 
href="http://www.tug.org/teTeX" >te<span class="TEX">T<span 
class="E">E</span>X</span> </a>and Web2C.
<!--l. 116--><p class="indent">   You will &#xFB01;nd the whole fp<span class="TEX">T<span 
class="E">E</span>X</span> distribution on any CTAN archive, for example:
<!--l. 118--><p class="indent">   <a 
href="ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex" ><span class="obeylines-h">  <a 
href="ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex" class="url" >ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex</a></span></a>
<!--l. 120--><p class="indent">   Beta versions of fp<span class="TEX">T<span 
class="E">E</span>X</span> and other tools are available from:
<!--l. 122--><p class="indent">   <a 
href="ftp://ftp.ese-metz.fr/pub/tex/win32-beta" ><span class="obeylines-h">  <a 
href="ftp://ftp.ese-metz.fr/pub/tex/win32-beta" class="url" >ftp://ftp.ese-metz.fr/pub/tex/win32-beta</a></span></a>
<!--l. 124--><p class="indent">   If you want to retrieve only the windvi distribution, you should get:
<!--l. 126--><p class="indent">   <a 
href="ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex/windvi.zip" ><span class="obeylines-h">  <a 
href="ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex/windvi.zip" class="url" >ftp://ftp.tex.ac.uk/pub/tex/systems/win32/fptex/windvi.zip</a></span></a> for the standalone released
version;
<!--l. 129--><p class="indent">   <a 
href="ftp://ftp.ese-metz.fr/pub/tex/win32-beta/windvixx.zip" ><span class="obeylines-h">  <a 
href="ftp://ftp.ese-metz.fr/pub/tex/win32-beta/windvixx.zip" class="url" >ftp://ftp.ese-metz.fr/pub/tex/win32-beta/windvixx.zip</a></span></a> for beta versions, xx being always as
high as possible.
<!--l. 132--><p class="indent">   Announcements of beta version are made through the fptex mailing-list. Subscriptions can be
sent to <a 
href="mailto:majordomo@tug.org" ><span class="obeylines-h">  <a 
href="mailto:majordomo@tug.org" class="url" >mailto:majordomo@tug.org</a></span></a>. Send a message whose body is &#8217;subscribe fptex&#8217; to
subscribe. The list address is &#8217;fptex@tug.org&#8217;.
<!--l. 137--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.2   </span> <a 
 id="x1-70002.2"></a>Unpacking</h4>
<!--l. 139--><p class="noindent">Assuming you have retrieved one of the <span 
class="cmtt-10x-x-109">windvixx.zip </span>&#xFB01;les, you will have to unpack it at the
<span 
class="cmtt-10x-x-109">&lt;root&gt; </span>of some TDS conformant texmf tree like this one:
                                                                                  

                                                                                  
   <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;root&gt;/bin/win32
&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/texmf/
&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/dvips
&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/tex
&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/latex
&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/web2c
</div>
</td></tr></table>
<!--l. 151--><p class="nopar">
     <ul class="itemize1">
     <li class="itemize"><span 
class="cmtt-10x-x-109">owindvi.exe</span>, <span 
class="cmtt-10x-x-109">windvi.exe</span>, <span 
class="cmtt-10x-x-109">mktex*.exe </span>and <span 
class="cmtt-10x-x-109">gsftopk.exe </span>go to <span 
class="cmtt-10x-x-109">bin/win32</span>
     </li>
     <li class="itemize"><span 
class="cmtt-10x-x-109">render.ps </span>(used by gsftopk) goes to <span 
class="cmtt-10x-x-109">texmf/dvips</span>
     </li>
     <li class="itemize"><span 
class="cmtt-10x-x-109">texmf.cnf </span>and <span 
class="cmtt-10x-x-109">mktex.cnf </span>go to <span 
class="cmtt-10x-x-109">texmf/web2c</span>.</li></ul>
<!--l. 161--><p class="indent">   In order not to overwrite the texmf.cnf and mktex.cnf &#xFB01;les of people who are already using
Web2C for win32, those &#xFB01;les are distributed as texmf.xam and mktex.xam. You must rename
them if you don&#8217;t already have .cnf &#xFB01;les.
<!--l. 166--><p class="indent">   Next, add <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">&lt;root&gt;\bin\win32</span></span></span> to your <span 
class="cmtt-10x-x-109">PATH</span>. This is done by modifying <span 
class="cmtt-10x-x-109">autoexec.bat </span>under
Windows 9x or the Control Panel/System under NT/W2K.
<!--l. 170--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.3   </span> <a 
 id="x1-80002.3"></a>Con&#xFB01;guration</h4>
<!--l. 172--><p class="noindent">If you have respected the previous layout for the tree, ie the relative position of <span 
class="cmtt-10x-x-109">windvi.exe </span>with
respect to the texmf directory, you should not have anything more to con&#xFB01;gure than update your
PATH environment variable.
<!--l. 177--><p class="indent">   If you want to use <span 
class="cmtt-10x-x-109">windvi.exe </span>in another context, you may need to set the TEXMFMAIN
and / or TEXMFCNF environment variable. TEXMFMAIN must point to the texmf directory
and TEXMFCNF to the directory containing texmf.cnf.
<!--l. 182--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.4   </span> <a 
 id="x1-90002.4"></a>Generation of PK &#xFB01;les</h4>
<!--l. 184--><p class="noindent">The generation of PK &#xFB01;les is under control of the kpathsea library through the use of
<span 
class="cmtt-10x-x-109">mktexpk.exe</span>. You can choose the destination for generated &#xFB01;les &#8212; the scheme is explained in
detail in the kpathsea documentation.
<!--l. 189--><p class="indent">   The main points are:
                                                                                  

                                                                                  
     <ul class="itemize1">
     <li class="itemize">any generated &#xFB01;le will go in the same texmf tree as the one in which the font source
     has been found,
     </li>
     <li class="itemize">if the source directory is not writable, the directory named by VARTEXFONTS will
     be used, so you had better set this variable to something meaningful in texmf.cnf
     </li>
     <li class="itemize">MT_FEATURES can be set either in mktex.cnf or in your environment to control
     the  naming  of  generated  &#xFB01;les:  you  can  add  &#8217;dosnames&#8217;,  &#8217;nomode&#8217;,  &#8217;stripsupplier&#8217;,
     &#8217;striptypeface&#8217;, &#8217;fontmaps&#8217; and &#8217;varfonts&#8217; to the features. Feel free to experiment with
     them by setting MT_FEATURES in the environment and checking with &#8217;mktexnam
     cmr10&#8217; for the result you want.</li></ul>
<!--l. 204--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.5   </span> <a 
 id="x1-100002.5"></a>Type1 fonts</h4>
<!--l. 206--><p class="noindent">In order to use <span 
class="cmtt-10x-x-109">gsftopk.exe </span>to generate PK &#xFB01;les for Type1 fonts, you will need to install
Ghostscript. Ghostscript is used in the background for computing the bitmaps. See section&nbsp;<a 
href="#x1-250005">5<!--tex4ht:ref: gs-install --></a>
about Ghostscript installation.
<!--l. 211--><p class="indent">   After that, <span 
class="cmss-10x-x-109">Windvi </span>should be able to generate PK &#xFB01;les for your Type1 fonts, providing you
have the corresponding vf and tfm &#xFB01;les. It is however wise to try <span 
class="cmtt-10x-x-109">mktexnam.exe </span>on some of your
fonts (<span 
class="cmtt-10x-x-109">&#8217;mktexnam ptmr8r&#8217; </span>for example) to check that the fonts will be put at the right
place.
<!--l. 217--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">2.6   </span> <a 
 id="x1-110002.6"></a>PostScript<span 
class="psyr-x-x-109">&#x2122;</span>&nbsp;inclusions</h4>
<!--l. 219--><p class="noindent"><span 
class="cmss-10x-x-109">Windvi</span>&nbsp;is able to display some PostScript<span 
class="psyr-x-x-109">&#x2122;</span>&nbsp;inclusions, thanks to Ghostscript. What is
understood&nbsp;:
     <ul class="itemize1">
     <li class="itemize"><span 
class="cmtt-10x-x-109">graphics </span>bundle from <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
class="E">E</span>X</span></span>2e,
     </li>
     <li class="itemize"><span 
class="cmtt-10x-x-109">psfig </span>inclusions,
     </li>
     <li class="itemize">some raw PostScript<span 
class="psyr-x-x-109">&#x2122;</span>&nbsp;like the <span 
class="cmtt-10x-x-109">pspicture </span>package.</li></ul>
<!--l. 227--><p class="indent">   The <span 
class="cmtt-10x-x-109">bop / eop </span>mechanism is not (yet) supported, so do not expect the <span 
class="cmtt-10x-x-109">draft </span>package to
display anything. Also, not all material is processed by Ghostscript, so rotated text will not
appear so when displayed.
<!--l. 232--><p class="indent">   For performance reasons, the magnifying glass will not render your ps inclusions.
                                                                                  

                                                                                  
<!--l. 235--><p class="indent">   See section&nbsp;<a 
href="#x1-250005">5<!--tex4ht:ref: gs-install --></a> about Ghostscript installation.
<!--l. 237--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">3   </span> <a 
 id="x1-120003"></a>Quick startup</h3>
<!--l. 239--><p class="noindent">Create a shortcut to <span 
class="cmss-10x-x-109">Windvi </span>on your desktop:
     <ul class="itemize1">
     <li class="itemize">click right button on the desktop,
     </li>
     <li class="itemize">New Shortcut,
     </li>
     <li class="itemize">browse and &#xFB01;nd <span 
class="cmtt-10x-x-109">windvi.exe</span>
     </li>
     <li class="itemize">OK.</li></ul>
<!--l. 247--><p class="indent">   Next, explore your computer, drag and drop some dvi &#xFB01;le onto the <span 
class="cmss-10x-x-109">Windvi </span>icon. If everything
goes well, <span 
class="cmss-10x-x-109">Windvi </span>will open your dvi &#xFB01;le and choose a suitable shrink factor for the page to be
fully displayed.
<!--l. 252--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">3.1   </span> <a 
 id="x1-130003.1"></a>Hyper<span class="TEX">T<span 
class="E">E</span>X</span> support</h4>
<!--l. 254--><p class="noindent"><span 
class="cmss-10x-x-109">Windvi</span>&nbsp;will handle specials inserted by packages such as <span 
class="cmti-10x-x-109">hyperref  </span>by Sebastian Rahtz. This
means that you will be able to navigate inisde (and outside !) your document, much like with
your usual browser.
<!--l. 259--><p class="indent">   Hyperlinks are automatically hilighted. The behaviour is modi&#xFB01;ed in the following
way&nbsp;:
     <ul class="itemize1">
     <li class="itemize">clicking on mouse left will move to the page the link is pointing to. That means if
     it is inside your document, the page pointed is displayed. If it is in another dvi &#xFB01;le,
     this &#xFB01;le is opened and the page displayed. If the link references anything else than
     a dvi &#xFB01;le, the <span 
class="cmsl-10x-x-109">Windows </span>shell is called to handle the reference. That means such an
     url as <a 
href="mailto:fabrice.popineau@supelec.fr" ><span class="obeylines-h">  <a 
href="mailto:fabrice.popineau@supelec.fr" class="url" >mailto:fabrice.popineau@supelec.fr</a></span></a> will probably launch <span 
class="cmsl-10x-x-109">Outlook Express </span>or
     whatever is your default mail tool.
     </li>
     <li class="itemize">clicking on control plus mouse left will do the same, except that if the link points to
     another dvi &#xFB01;le, your current dvi &#xFB01;le will stay open, and another windvi will display
     the new &#xFB01;le. If you are running in single-instance mode, there will be no di&#xFB00;erence
     between using control and not using it.
                                                                                  

                                                                                  
     </li>
     <li class="itemize">there is a <span 
class="cmti-10x-x-109">back </span>icon tool to go back through the hyperlinks list you have browsed.</li></ul>
<!--l. 279--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">4   </span> <a 
 id="x1-140004"></a>Reference guide</h3>
<!--l. 281--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.1   </span> <a 
 id="x1-150004.1"></a>Settings</h4>
<!--l. 283--><p class="noindent">Current settings are saved each time you quit in a <span 
class="cmtt-10x-x-109">windvi.cnf </span>&#xFB01;le. This &#xFB01;le is located under the
<span 
class="cmss-10x-x-109">HOME </span>directory if this environment variable is set, or under <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\</span></span></span> otherwise.
<!--l. 288--><p class="indent">   You can have a site-wide <span 
class="cmtt-10x-x-109">windvi.cnf </span>&#xFB01;le located in <span 
class="cmtt-10x-x-109">$TEXMFCNF/windvi.cnf</span>. This &#xFB01;le will be
read before the user one and settings will be merged.
<!--l. 292--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.2   </span> <a 
 id="x1-160004.2"></a>Logging</h4>
<!--l. 294--><p class="noindent">Any error or informational message will make the log window pop up. Font generation and so on
is displayed in real-time.
<!--l. 297--><p class="indent">   There is no way currently to avoid the pop-up feature.
<!--l. 299--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.3   </span> <a 
 id="x1-170004.3"></a>Features</h4>
<!--l. 301--><p class="noindent">
   <h5 class="subsubsectionHead"><span class="titlemark">4.3.1   </span> <a 
 id="x1-180004.3.1"></a>General features</h5>
<!--l. 303--><p class="noindent">All the features of <span 
class="cmss-10x-x-109">Windvi </span>are documented in this <a 
href="file://examples/wtest.tex" >sample &#xFB01;le</a>. You are encouraged to look at
it.
<!--l. 307--><p class="noindent">
   <h5 class="subsubsectionHead"><span class="titlemark">4.3.2   </span> <a 
 id="x1-190004.3.2"></a>Postscript inclusions</h5>
<!--l. 309--><p class="noindent"><span 
class="cmss-10x-x-109">Windvi </span>will allow you to preview many PostScript inclusions, including raw PostScript specials.
See the <span 
class="cmtt-10x-x-109">Examples/wtest.tex </span>&#xFB01;le for examples. The <span 
class="cmtt-10x-x-109">bop / eop </span>feature found in dvips is not yet
supported.
<!--l. 314--><p class="indent">   Most of the features available are described in the document <span 
class="cmtt-10x-x-109">Examples/wtest.tex</span>.
                                                                                  

                                                                                  
<!--l. 317--><p class="indent">   However, there is a drawback. The ghostscript interpreter will allow the whole page at the
requested scaling factor to do its job. That means a color page on a 24bits device, A4 size at
600dpi will be as huge as 34Mb. This is enough to make your W9x crash. NT won&#8217;t crash but will
slow down a lot and may become unusable.
<!--l. 323--><p class="indent">   Eventually, PostScript visualization will be turned o&#xFB00; automatically if it is detected that
ghostscript will use too much memory.
<!--l. 326--><p class="noindent">
   <h5 class="subsubsectionHead"><span class="titlemark">4.3.3   </span> <a 
 id="x1-200004.3.3"></a>Colors</h5>
<!--l. 328--><p class="noindent"><span 
class="cmss-10x-x-109">Windvi </span>will honor color specials as introduced either by <span 
class="cmtt-10x-x-109">colordvi </span>(plain <span class="TEX">T<span 
class="E">E</span>X</span>) or <span 
class="cmtt-10x-x-109">color </span>package
(<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span 
class="E">E</span>X</span></span>).
<!--l. 331--><p class="indent">   However, it is recommended to use this feature on true color devices. That means at least
32768 colors available.
<!--l. 334--><p class="indent">   On 256 colors devices, no antialiasing is done for color text. Moreover, the rendering maybe
wrong because of the low number of colors available.
<!--l. 338--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.4   </span> <a 
 id="x1-210004.4"></a>Printing</h4>
<!--l. 340--><p class="noindent">Currently, printing works provided that you used the right command line options to run windvi.
The options needed are the metafont mode for your printer and the base dpi number. Once you
have run it with the right parameters, they will be saved in your  <span class="obeylines-h">  <a 
href="windvi.cnf" class="url" >windvi.cnf</a></span> &#xFB01;le
so no need to bother for them again, unless you change your printer. For example
:
                                                                                  

                                                                                  
   <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
windvi&nbsp;-p&nbsp;720&nbsp;-mfmode&nbsp;esphi&nbsp;foo.dvi
</div>
</td></tr></table>
<!--l. 348--><p class="nopar">will allow you to print at 720dpi on an Epson Stylus printer.
<!--l. 351--><p class="indent">   The &#xFB01;le holding the modes is  <span class="obeylines-h">  <a 
href="texmf/metafont/misc/modes.mf" class="url" >texmf/metafont/misc/modes.mf</a></span> and if you ever change it, you
might want to rebuild your <span 
class="logo-10x-x-109">METAFONT</span>formats using  <span class="obeylines-h">  <a 
href="fmtutil" class="url" >fmtutil</a></span>.
<!--l. 355--><p class="indent">   This will be made obsolete (or almost) by the forthcoming support for Type1 and TTF
fonts.
<!--l. 358--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.5   </span> <a 
 id="x1-220004.5"></a>Command line options</h4>
<!--l. 360--><p class="noindent">
     <dl class="description"><dt class="description">
<span 
class="cmbx-10x-x-109">+&#161;page¿</span> </dt><dd 
class="description">Speci&#xFB01;es the &#xFB01;rst page to show. If <span 
class="cmtt-10x-x-109">+ </span>is given without a number, the last page is
     assumed; the &#xFB01;rst page is the default.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-allowshell</span> </dt><dd 
class="description">This  option  enables  the  shell  escape  in  PostScript  specials.  (For  security
     reasons, shell escapes are disabled by default.) This option should be rarely used;
     in particular it should not be used just to uncompress &#xFB01;les: that function is done
     automatically if the &#xFB01;le name ends in <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">.Z</span></span></span> or <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">.gz</span></span></span> . Shell escapes are always turned o&#xFB00;
     if the <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">-safer</span></span></span> option is used.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-altfont &#161;font¿</span> </dt><dd 
class="description">Declares a default font to use when the font in the dvi &#xFB01;le cannot be found.
     This is useful, for example, with PostScript fonts. Defaults to <span 
class="cmtt-10x-x-109">cmr10</span>
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-background &#161;color¿</span> </dt><dd 
class="description">uses <span 
class="cmtt-10x-x-109">&lt;color&gt; </span>as background color
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-bg &#161;color¿</span> </dt><dd 
class="description">same as <span 
class="cmtt-10x-x-109">-background</span>
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-debug &#161;bitmask¿</span> </dt><dd 
class="description">If  nonzero,  prints  additional  information  on  standard  output.  The
     number  is  taken  as  a  set  of  independent  bits.  The  meaning  of  each  bit  follows.
     1=bitmaps; 2=dvi translation; 4=pk reading; 8=batch operation; 16=events; 32=&#xFB01;le
     opening; 64=PostScript communication; 128=Kpathsea stat(2) calls; 256=Kpathsea
     hash table lookups; 512=Kpathsea path de&#xFB01;nitions; 1024=Kpathsea path expansion;
     2048=Kpathsea  searches.  To  trace  everything  having  to  do  with  &#xFB01;le  searching
     and opening, use 4000. Some of these debugging options are actually provided by
     Kpathsea. See the &#8216;Debugging&#8217; section in the Kpathsea manual.
                                                                                  

                                                                                  
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-density &#161;density¿</span> </dt><dd 
class="description">Determines  the  density  used  when  shrinking  bitmaps  for  fonts.  A
     higher value produces a lighter font. The default value is 40. For monochrome displays;
     for color displays, use -gamma. See also the &#8216;S&#8217; keystroke. Same as <span 
class="cmtt-10x-x-109">-S</span>.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-foreground &#161;color¿</span> </dt><dd 
class="description">Uses <span 
class="cmtt-10x-x-109">&lt;color&gt; </span>as foreground color
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-fg &#161;color¿</span> </dt><dd 
class="description">same as <span 
class="cmtt-10x-x-109">-foreground</span>
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-gamma &#161;gamma¿</span> </dt><dd 
class="description">Controls the interpolation of colors in the greyscale anti-aliasing color
     palette. Default value is 1.0. For 0 <span 
class="cmmi-10x-x-109">&lt; </span>gamma <span 
class="cmmi-10x-x-109">&lt; </span>1, the fonts will be lighter (more like the
     background), and for gamma <span 
class="cmmi-10x-x-109">&gt; </span>1, the fonts will be darker (more like the foreground).
     Negative values behave the same way, but use a slightly di&#xFB00;erent algorithm. For color
     and grayscale displays; for monochrome, see -density. For color and greyscale displays;
     for monochrome, see <span 
class="cmtt-10x-x-109">-density</span>. See also the &#8216;S&#8217; keystroke.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-geometry &#161;string¿</span> </dt><dd 
class="description">Speci&#xFB01;es an initial X-Window geometry string.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-grid1 &#161;color¿</span> </dt><dd 
class="description">Determines the color of level 1 grid (default as foreground)
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-grid2 &#161;color¿</span> </dt><dd 
class="description">Determines the color of level 2 grid (default as foreground)
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-grid3 &#161;color¿</span> </dt><dd 
class="description">Determines the color of level 3 grid (default as foreground)
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-gspalette &#161;palette¿</span> </dt><dd 
class="description">Speci&#xFB01;es the palette to be used when using Ghostscript for rendering
     PostScript specials. Possible values are
          <ul class="itemize1">
          <li class="itemize">Color,
          </li>
          <li class="itemize">Greyscale,
          </li>
          <li class="itemize">Monochrome.</li></ul>
     <!--l. 414--><p class="noindent">The default is Color.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-gsalpha</span> </dt><dd 
class="description">Causes Ghostscript to be called with anti-aliasing enabled in PostScript &#xFB01;gures, for a
     nicer appearance. It is available on newer versions of Ghostscript.
                                                                                  

                                                                                  
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-hush</span> </dt><dd 
class="description">Causes <span 
class="cmss-10x-x-109">Windvi </span>to suppress all suppressible warnings.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-hushchars</span> </dt><dd 
class="description">Causes <span 
class="cmss-10x-x-109">Windvi </span>to suppress warnings about references to characters which are not
     de&#xFB01;ned in the font.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-hushchecksums</span> </dt><dd 
class="description">Causes <span 
class="cmss-10x-x-109">Windvi </span>to suppress warnings about checksum mismatches between the
     dvi &#xFB01;le and the font &#xFB01;le.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-hushspecials</span> </dt><dd 
class="description">Causes <span 
class="cmss-10x-x-109">Windvi </span>to suppress warnings about <span 
class="cmtt-10x-x-109">special </span>strings that it cannot
     process.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-keep</span> </dt><dd 
class="description">Sets a &#xFB02;ag to indicate that <span 
class="cmss-10x-x-109">Windvi </span>should not move to the home position when moving to
     a new page. See also the &#8216;k&#8217; keystroke.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-margins &#161;dimen¿</span> </dt><dd 
class="description">This determines the &#8220;home&#8221; position of the page within the window as
     follows. If the entire page &#xFB01;ts in the window, then the margin settings are ignored. If, even
     after removing the margins from the left, right, top, and bottom, the page still cannot &#xFB01;t in
     the window, then the page is put in the window such that the top and left margins are
     hidden, and presumably the upper left-hand corner of the text on the page will be in
     the upper left-hand corner of the window. Otherwise, the text is centered in
     the window. The dimension should be a decimal number optionally followed by
     any of the two-letter abbreviations for units accepted by (pt, pc, in, bp, cm,
     mm, dd, cc or sp). See also <span 
class="cmtt-10x-x-109">-sidemargin</span>, <span 
class="cmtt-10x-x-109">-topmargin </span>, and the keystroke &#8216; M
     .&#8217;
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-mfmode &#161;mode-def¿</span> </dt><dd 
class="description">Speci&#xFB01;es a <span 
class="cmti-10x-x-109">mode-def  </span>string, which can be used in searching for
     fonts. Generally, when changing the mode-def, it is also necessary to change the
     font size to the appropriate value for that mode. This is done by adding a colon
     and the value in dots per inch; for example, <span 
class="cmtt-10x-x-109">-mfmode ljfour:600</span>. This method
     overrides any value given by the <span 
class="cmtt-10x-x-109">-p </span>command-line argument. The metafont mode is
     also passed to <span 
class="logo-10x-x-109">METAFONT </span>during automatic creation of fonts. By default, it is
     <span 
class="cmtt-10x-x-109">ljfour:600</span>
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-mgs &#161;size¿</span> </dt><dd 
class="description">Same as <span 
class="cmtt-10x-x-109">-mgs1 </span>.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-mgs[n</span> </dt><dd 
class="description">&#161;size¿] Speci&#xFB01;es the size of the window to be used for the &#8220;magnifying glass&#8221; for Button n
     . The size may be given as an integer (indicating that the magnifying glass is to be square),
     or it may be given in the form width <span 
class="cmsy-10x-x-109">&#x00D7; </span>height. Defaults are 200<span 
class="cmsy-10x-x-109">&#x00D7;</span>150, 400<span 
class="cmsy-10x-x-109">&#x00D7;</span>250, 700<span 
class="cmsy-10x-x-109">&#x00D7;</span>500,
                                                                                  

                                                                                  
     1000<span 
class="cmsy-10x-x-109">&#x00D7;</span>800, and 1200<span 
class="cmsy-10x-x-109">&#x00D7;</span>1200.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-nogrey</span> </dt><dd 
class="description">Turns o&#xFB00; the use of greyscale anti-aliasing when printing shrunken bitmaps. (For this
     option, the logic of the corresponding resource is reversed: <span 
class="cmtt-10x-x-109">-nogrey </span>corresponds to
     <span 
class="cmtt-10x-x-109">grey:off </span>and <span 
class="cmtt-10x-x-109">+nogrey </span>to <span 
class="cmtt-10x-x-109">grey:on </span>See also the &#8216;G&#8217; keystroke.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-nomakepk</span> </dt><dd 
class="description">Turns o&#xFB00; automatic generation of font &#xFB01;les that cannot be found by other
     means.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-nopostscript</span> </dt><dd 
class="description">Turns o&#xFB00; rendering of PostScript<span 
class="psyr-x-x-109">&#x2122;</span>&nbsp;specials. Bounding boxes, if known, will be
     displayed instead. This option can also be toggled with the &#8216; v &#8217; keystroke.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-noscan</span> </dt><dd 
class="description">Normally, when PostScript<span 
class="psyr-x-x-109">&#x2122;</span>&nbsp;is turned on, <span 
class="cmss-10x-x-109">Windvi</span>&nbsp;will do a preliminary scan
     of the dvi &#xFB01;le, in order to send any necessary header &#xFB01;les before sending the
     PostScript code that requires them. This option turns o&#xFB00; such prescanning. (It will
     be automatically be turned back on if <span 
class="cmss-10x-x-109">Windvi</span>&nbsp;detects any specials that require
     headers.)
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-o&#xFB00;sets</span> </dt><dd 
class="description">Speci&#xFB01;es the size of both the horizontal and vertical o&#xFB00;sets of the output on
     the page. This should be a decimal number optionally followed by &#8220; cm &#8221;, e.g. ,
     1.5 or 3cm , giving a measurement in inches or centimeters. By decree of the
     Stanford <span class="TEX">T<span 
class="E">E</span>X</span>&nbsp;Project, the default <span class="TEX">T<span 
class="E">E</span>X</span> page origin is always 1 inch over and
     down from the top-left page corner, even when non-American paper sizes are
     used. Therefore, the default o&#xFB00;sets are 1.0 inch. See also <span 
class="cmtt-10x-x-109">-xoffset </span>and <span 
class="cmtt-10x-x-109">-yoffset</span>
     .
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-p &#161;dpi¿</span> </dt><dd 
class="description">De&#xFB01;nes the size of the fonts to use, in pixels per inch. The default value is
     600.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-qpaper &#161;papertype¿</span> </dt><dd 
class="description">Speci&#xFB01;es the size of the printed page. This may be of the form
     <span 
class="cmti-10x-x-109">width</span><span 
class="cmsy-10x-x-109">&#x00D7;</span><span 
class="cmti-10x-x-109">height </span>(or <span 
class="cmti-10x-x-109">width</span><span 
class="cmsy-10x-x-109">&#x00D7;</span><span 
class="cmti-10x-x-109">height</span>cm), where width is the width in inches (or cm) and height is
     the height in inches (or cm), respectively. There are also synonyms which may be used: us
     (8.5x11), usr (11x8.5), legal (8.5x14), foolscap (13.5x17), as well as the ISO sizes a1 - a7 ,
     b1 - b7 , c1 - c7 , a1r - a7r ( a1 - a7rotated), etc. The default size is 21 x 29.7
     cm.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-rv</span> </dt><dd 
class="description">Causes the page to be displayed with white characters on a black background, instead of vice
     versa.
                                                                                  

                                                                                  
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-s &#161;shrinkfactor¿</span> </dt><dd 
class="description">De&#xFB01;nes the initial shrink factor. The default value is to choose en appropriate
     factor.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-S &#161;density¿</span> </dt><dd 
class="description">Same as -density, q.v.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-sidemargin &#161;dimen¿</span> </dt><dd 
class="description">Speci&#xFB01;es the side margin (see <span 
class="cmtt-10x-x-109">-margins</span>).
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-topmargin &#161;dimen¿</span> </dt><dd 
class="description">Speci&#xFB01;es the top and bottom margins (see <span 
class="cmtt-10x-x-109">-margins</span>).
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-version</span> </dt><dd 
class="description">Displays the version number and exits.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-xo&#xFB00;set &#161;dimen¿</span> </dt><dd 
class="description">Speci&#xFB01;es the size of the horizontal o&#xFB00;set of the output on the page. See
     <span 
class="cmtt-10x-x-109">-offsets </span>.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-yo&#xFB00;set &#161;dimen¿</span> </dt><dd 
class="description">Speci&#xFB01;es the size of the vertical o&#xFB00;set of the output on the page. See <span 
class="cmtt-10x-x-109">-offsets</span>
     .
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">-xform</span> </dt><dd 
class="description">Turns on graphical transformations, which allows to apply any transformation to glyph
     boxes.</dd></dl>
<!--l. 508--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.6   </span> <a 
 id="x1-230004.6"></a>Mouse</h4>
<!--l. 509--><p class="noindent">
     <dl class="description"><dt class="description">
<span 
class="cmbx-10x-x-109">left button</span> </dt><dd 
class="description">pops up the small magnifying glass, as long as the button is down.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">middle button</span> </dt><dd 
class="description">pops up the medium magnifying glass, as long as the button is down.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">right button</span> </dt><dd 
class="description">pops up the big magnifying glass, as long as the button is down.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Shift + left button</span> </dt><dd 
class="description">change the arrow cursor for a crossbar cursor and enter &#8217;setting home
     position&#8217; mode. Home position is set when the button is released. Usefule with the
     &#8217;Keep Home&#8217; feature.</dd></dl>
                                                                                  

                                                                                  
<!--l. 520--><p class="noindent">
   <h4 class="subsectionHead"><span class="titlemark">4.7   </span> <a 
 id="x1-240004.7"></a>Shortcut keys</h4>
<!--l. 522--><p class="noindent">
     <dl class="description"><dt class="description">
<span 
class="cmbx-10x-x-109">Home, &#8217;&#x02C6;&#8217;</span> </dt><dd 
class="description">goto the upper left corner of the page. If margins are active, use them.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Next, &#8217;n&#8217;, Enter</span> </dt><dd 
class="description">goto next page.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Prior, &#8217;b&#8217;, Backspace</span> </dt><dd 
class="description">goto previous page.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Ctrl-Home, Ctrl-End</span> </dt><dd 
class="description">goto &#xFB01;rst (resp. last) page.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Numpad +, Numpad -</span> </dt><dd 
class="description">zoom in (resp. out).
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">Arrow keys, &#8217;l&#8217;, &#8217;r&#8217;, &#8217;u&#8217;, &#8217;d&#8217;</span> </dt><dd 
class="description">move in the corresponding direction (left, right, up, down).
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">&#8217;k&#8217;</span> </dt><dd 
class="description">Normally when <span 
class="cmss-10x-x-109">Windvi </span>switches pages, it moves to the home position as well. The &#8216; k
     &#8217; keystroke toggles a &#8216;keep-position&#8217; &#xFB02;ag which, when set, will keep the same position
     when moving between pages.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">&#8217;M&#8217;</span> </dt><dd 
class="description">set margins at the cursor.
     </dd><dt class="description">
<span 
class="cmbx-10x-x-109">&#8217;t&#8217;</span> </dt><dd 
class="description">change tick units (cursor position).</dd></dl>
<!--l. 539--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">5   </span> <a 
 id="x1-250005"></a>Ghostscript installation</h3>
<!--l. 542--><p class="noindent">Statring with Ghostscript 5.50 and fp<span class="TEX">T<span 
class="E">E</span>X</span> 0.4 (as on the <a 
href="http://www.tug.org/texlive" ><span class="TEX">T<span 
class="E">E</span>X</span>-Live </a>5 <span 
class="cmr-10">CD-ROM</span>), no speci&#xFB01;c
Ghostscript installation should be needed. All the tools are linked to some library that knows
where to look for Ghostscript in the registry.
<!--l. 547--><p class="indent">   In doubt or in case of trouble, try to set your PATH so that gsdll32.dll be found:
                                                                                  

                                                                                  
   <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
PATH=c:\\gstools\\gs5.50;\%PATH\%
</div>
</td></tr></table>
<!--l. 551--><p class="nopar">
<!--l. 553--><p class="indent">   If you encounter error messages like:
                                                                                  

                                                                                  
   <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
Aladdin&nbsp;Ghostscript:&nbsp;Can&#8217;t&nbsp;find&nbsp;initialization&nbsp;file&nbsp;gs_init.ps.
&nbsp;<br />gsdll_init&nbsp;returns&nbsp;255
</div>
</td></tr></table>
<!--l. 557--><p class="nopar">or something about font not found, it is more than likely that Ghostscript has been installed in a
strange way. You can solve this by telling Ghostscript explicitely where its &#xFB01;les are
located:
                                                                                  

                                                                                  
   <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
&nbsp;set&nbsp;GS_LIB=c:\gstools\gs5.50;c:\gstools\fonts
</div>
</td></tr></table>
<!--l. 563--><p class="nopar">
<!--l. 565--><p class="indent">   Also : make sure to have only one version of Ghostscript installed. Version 5.50 can&#8217;t work
with initialization &#xFB01;les of version 5.10 for example.
<!--l. 569--><p class="indent">   Also beware that if you are running any version of  <span class="obeylines-h">  <a 
href="gsftopk" class="url" >gsftopk</a></span> older than 0.19.1 and you
have upgraded Ghostscript to version 6.0 or later, then  <span class="obeylines-h">  <a 
href="gsftopk" class="url" >gsftopk</a></span> will fail to build
fonts.
<!--l. 573--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">6   </span> <a 
 id="x1-260006"></a>FAQ</h3>
<!--l. 575--><p class="noindent">
     <ol type="1" class="enumerate1" >
     <li class="enumerate" value="1" 
><a 
 id="x1-26002x1"></a><span 
class="cmssbx-10x-x-109">Windvi </span><span 
class="cmbx-10x-x-109">opens and closes immediately. </span>You should check your installation:
          <ul class="itemize1">
          <li class="itemize">did you rename the .xam &#xFB01;les into .cnf &#xFB01;les ?
          </li>
          <li class="itemize">have you .cnf &#xFB01;les ?
          </li>
          <li class="itemize">what <span 
class="cmtt-10x-x-109">mktexnam cmr10 </span>does report ?
          </li>
          <li class="itemize">in case of trouble, do the following:
                                                                                  

                                                                                  
          <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
          set&nbsp;KPATHSEA_DEBUG_OUTPUT=err.log
          &nbsp;<br />mktexnam&nbsp;--debug=1536&nbsp;cmr10
</div>
          </td></tr></table>
          <!--l. 586--><p class="nopar">and send the <span 
class="cmtt-10x-x-109">err.log </span>&#xFB01;le to <a 
href="mailto:Fabrice.Popineau@supelec.fr" ><span class="obeylines-h">  <a 
href="mailto:Fabrice.Popineau@supelec.fr" class="url" >mailto:Fabrice.Popineau@supelec.fr</a></span></a></li></ul>
     </li>
     <li class="enumerate" value="2" 
><a 
 id="x1-26004x2"></a><span 
class="cmssbx-10x-x-109">Windvi </span><span 
class="cmbx-10x-x-109">is stuck with the hour glass cursor, displaying some font name in the</span>
     <span 
class="cmbx-10x-x-109">status bar. </span>Currently, when kpathsea is generating fonts, <span 
class="cmss-10x-x-109">Windvi </span>is blocked. You can&#8217;t see
     any progress status. This is because <span 
class="cmtt-10x-x-109">kpathsea</span>-based programs are inherently console mode
     programs and <span 
class="cmss-10x-x-109">Windvi </span>is a GUI program. If it takes too long time and the status bar doesn&#8217;t
     change, there is the chance of an improper installation. Check with the previous question. In
     this case, you will need to kill <span 
class="cmss-10x-x-109">Windvi </span>by hand, and any process named <span 
class="cmtt-10x-x-109">mf.exe </span>or
     <span 
class="cmtt-10x-x-109">mktexpk.exe </span>too.
     </li>
     <li class="enumerate" value="3" 
><a 
 id="x1-26006x3"></a>In any case, check in the <span 
class="cmtt-10x-x-109">Help -&gt; View Log File </span>window for any strange messages and
     report them.
     </li>
     <li class="enumerate" value="4" 
><a 
 id="x1-26008x4"></a><span 
class="cmbx-10x-x-109">I&#8217;m using MiKTeX. Can I use </span><span 
class="cmssbx-10x-x-109">Windvi </span><span 
class="cmbx-10x-x-109">? </span>Yes. But even if the layout tree for MiKTeX is
     TDS-conformant, it is not quite the same as the layout for Web2C. This is what Jody
     Klymak <a 
href="mailto:jklymak@apl.washington.edu" ><span class="obeylines-h">  <a 
href="mailto:jklymak@apl.washington.edu" class="url" >mailto:jklymak@apl.washington.edu</a></span></a> did&nbsp;:
     <!--l. 607--><p class="noindent">
             <div class="quotation">
          <!--l. 608--><p class="indent">     I got windvi running under Windows NT using the following steps. I&#8217;m
          sure the steps are very similar on a Win95 machine. They are essentially the
          same a Fabrice&#8217;s instructions. It seems to handle fonts correctly. If anyone
          has a better way to do it, let me know. I&#8217;m no NT wiz.
          <!--l. 614--><p class="indent">     Cheers, Jody
          <!--l. 616--><p class="indent">     *******************************************************************
          <!--l. 618--><p class="indent">     Installing windvi under MikTeX under WinNT 4.0 Assuming you are
          set up like I am:
          <!--l. 621--><p class="indent">     MikTeX in <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\texmf</span></span></span> and GSTools in <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\gstools</span></span></span>
    <ul class="itemize1">
    <li class="itemize">Make a directory <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\texmf\windvi</span></span></span>
    </li>
    <li class="itemize">unpack windvi.zip in this directory
                                                                                  

                                                                                  
    </li>
    <li class="itemize">Put *.exe in <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\texmf\miktex\bin</span></span></span>
    </li>
    <li class="itemize">Put <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">render.ps</span></span></span> in <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\texmf\dvips</span></span></span>
    </li>
    <li class="itemize">Under the system control panel click the <span 
class="cmsl-10x-x-109">Environment tab </span>and
    add:
                                                                                  

                                                                                  
    <table width="100%" 
class="verbatim"><tr class="verbatim"><td 
class="verbatim"><div class="verbatim">
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TEXMFCNF&nbsp;c:\texmf\windvi
    &nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TEXMFMAIN&nbsp;c:\texmf
    &nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;path&nbsp;c:\gstools\gs5.10
    &nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GS_LIB&nbsp;c:\gstools\gs5.10;c:\gstools\gs5.10\fonts
</div>
    </td></tr></table>
    <!--l. 636--><p class="nopar">
    </li>
    <li class="itemize">Edit <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">c:\texmf\windvi\texmf.cnf</span></span></span>
       <ul class="itemize2">
       <li class="itemize">change <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">TEXMFMAIN</span><span 
class="cmtt-10x-x-109">&nbsp;=</span><span 
class="cmtt-10x-x-109">&nbsp;c:/texmf</span></span></span>
       </li>
       <li class="itemize">change <span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">VARTEXFONTS</span><span 
class="cmtt-10x-x-109">&nbsp;=</span><span 
class="cmtt-10x-x-109">&nbsp;c:/texmf/fonts</span></span></span></li></ul>
    </li></ul>
          </div>
     <!--l. 645--><p class="noindent">Read carefully the kpathsea documentation, and try your settings with the <span 
class="cmtt-10x-x-109">mktexnam.exe</span>
     and <span 
class="cmtt-10x-x-109">kpsewhich.exe </span>programs. Report any settings needed to enhance this FAQ
     section.
     </li>
     <li class="enumerate" value="5" 
><a 
 id="x1-26010x5"></a><span 
class="cmbx-10x-x-109">How do I stop </span><span 
class="cmssbx-10x-x-109">Windvi </span><span 
class="cmbx-10x-x-109">to randomly access my &#xFB02;oppy drive ?  </span>Check the following
     url <a 
href="http://www.annoyances.org/win95/win95ann6.html" ><span class="obeylines-h">  <a 
href="http://www.annoyances.org/win95/win95ann6.html" class="url" >http://www.annoyances.org/win95/win95ann6.html</a></span></a>. This is probably caused by some
     kind of anti-virus program. Try to disable it.
     </li></ol>
<!--l. 657--><p class="noindent">
   <h3 class="sectionHead"><span class="titlemark">7   </span> <a 
 id="x1-270007"></a>Known bugs and TODO list</h3>
     <ul class="itemize1">
     <li class="itemize"><span 
class="cmss-10x-x-109">Windvi </span>is uninterruptible during font loading;
     </li>
     <li class="itemize"><span class="obeylines-h"><span class="verb"><span 
class="cmtt-10x-x-109">\pagecolor{}</span></span></span> is not honoured if there are PostScript inclusions in the page;
     </li>
     <li class="itemize">The &#xFB01;rst PostScript inclusion is not drawn, the page has to be redrawn once, next
     everything is &#xFB01;ne;
                                                                                  

                                                                                  
     </li>
     <li class="itemize">We need to add more support for &#8216;specials&#8217;;
     </li>
     <li class="itemize">There are probably some other bugs left.</li></ul>
<!--l. 671--><p class="noindent">
                                                                                  

                                                                                  
   <h3 class="sectionHead"><span class="titlemark">A   </span> <a 
 id="x1-28000A"></a>Color naming</h3>
<!--l. 674--><p class="noindent">You can use &#8216;rgb:/rr/gg/bb/&#8217; where rr, gg and bb are the hexadecimal (00-FF) intensities of red,
green and blue component, or any of the following symbolic names :
   <div class="tabular"><table class="tabular" 
cellspacing="0" cellpadding="0"  
frame="void" id="TBL-2-" ><colgroup id="TBL-2-1g"><col 
id="TBL-2-1"><col 
id="TBL-2-2"><col 
id="TBL-2-3"><col 
id="TBL-2-4"></colgroup><tr 
class="hline"><td><hr></td><td><hr></td><td><hr></td><td><hr></td></tr><tr  
 valign="baseline" id="TBL-2-1-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-1-1"  
class="td11">  snow                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-1-2"  
class="td11">  MidnightBlue          </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-1-3"  
class="td11">  MediumSpringGreen    </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-1-4"  
class="td11">  red                     </td>
</tr><tr  
 valign="baseline" id="TBL-2-2-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-2-1"  
class="td11">  GhostWhite        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-2-2"  
class="td11">  navy                      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-2-3"  
class="td11">  GreenYellow               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-2-4"  
class="td11">  HotPink              </td>
</tr><tr  
 valign="baseline" id="TBL-2-3-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-3-1"  
class="td11">  WhiteSmoke        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-3-2"  
class="td11">  NavyBlue                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-3-3"  
class="td11">  LimeGreen                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-3-4"  
class="td11">  DeepPink             </td>
</tr><tr  
 valign="baseline" id="TBL-2-4-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-4-1"  
class="td11">  gainsboro           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-4-2"  
class="td11">  Corn&#xFB02;owerBlue        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-4-3"  
class="td11">  YellowGreen               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-4-4"  
class="td11">  pink                    </td>
</tr><tr  
 valign="baseline" id="TBL-2-5-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-5-1"  
class="td11">  FloralWhite        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-5-2"  
class="td11">  DarkSlateBlue         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-5-3"  
class="td11">  ForestGreen               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-5-4"  
class="td11">  LightPink            </td>
</tr><tr  
 valign="baseline" id="TBL-2-6-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-6-1"  
class="td11">  OldLace             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-6-2"  
class="td11">  SlateBlue                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-6-3"  
class="td11">  OliveDrab                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-6-4"  
class="td11">  PaleVioletRed       </td>
</tr><tr  
 valign="baseline" id="TBL-2-7-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-7-1"  
class="td11">  linen                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-7-2"  
class="td11">  MediumSlateBlue     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-7-3"  
class="td11">  DarkKhaki                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-7-4"  
class="td11">  maroon                </td>
</tr><tr  
 valign="baseline" id="TBL-2-8-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-8-1"  
class="td11">  AntiqueWhite      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-8-2"  
class="td11">  LightSlateBlue         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-8-3"  
class="td11">  khaki                        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-8-4"  
class="td11">  MediumVioletRed  </td>
</tr><tr  
 valign="baseline" id="TBL-2-9-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-9-1"  
class="td11">  PapayaWhip       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-9-2"  
class="td11">  MediumBlue            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-9-3"  
class="td11">  PaleGoldenrod            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-9-4"  
class="td11">  VioletRed            </td>
</tr><tr  
 valign="baseline" id="TBL-2-10-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-10-1"  
class="td11">  BlanchedAlmond  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-10-2"  
class="td11">  RoyalBlue               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-10-3"  
class="td11">  LightGoldenrodYellow  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-10-4"  
class="td11">  magenta              </td>
</tr><tr  
 valign="baseline" id="TBL-2-11-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-11-1"  
class="td11">  bisque                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-11-2"  
class="td11">  blue                       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-11-3"  
class="td11">  LightYellow               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-11-4"  
class="td11">  violet                  </td>
</tr><tr  
 valign="baseline" id="TBL-2-12-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-12-1"  
class="td11">  PeachPu&#xFB00;           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-12-2"  
class="td11">  DodgerBlue             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-12-3"  
class="td11">  yellow                       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-12-4"  
class="td11">  plum                   </td>
</tr><tr  
 valign="baseline" id="TBL-2-13-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-13-1"  
class="td11">  NavajoWhite       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-13-2"  
class="td11">  DeepSkyBlue           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-13-3"  
class="td11">  gold                         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-13-4"  
class="td11">  orchid                 </td>
</tr><tr  
 valign="baseline" id="TBL-2-14-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-14-1"  
class="td11">  moccasin            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-14-2"  
class="td11">  SkyBlue                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-14-3"  
class="td11">  LightGoldenrod          </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-14-4"  
class="td11">  MediumOrchid      </td>
</tr><tr  
 valign="baseline" id="TBL-2-15-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-15-1"  
class="td11">  cornsilk              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-15-2"  
class="td11">  LightSkyBlue           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-15-3"  
class="td11">  goldenrod                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-15-4"  
class="td11">  DarkOrchid          </td>
</tr><tr  
 valign="baseline" id="TBL-2-16-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-16-1"  
class="td11">  ivory                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-16-2"  
class="td11">  SteelBlue                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-16-3"  
class="td11">  DarkGoldenrod           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-16-4"  
class="td11">  DarkViolet           </td>
</tr><tr  
 valign="baseline" id="TBL-2-17-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-17-1"  
class="td11">  LemonChi&#xFB00;on      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-17-2"  
class="td11">  LightSteelBlue         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-17-3"  
class="td11">  RosyBrown                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-17-4"  
class="td11">  BlueViolet            </td>
</tr><tr  
 valign="baseline" id="TBL-2-18-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-18-1"  
class="td11">  seashell              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-18-2"  
class="td11">  LightBlue               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-18-3"  
class="td11">  IndianRed                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-18-4"  
class="td11">  purple                 </td>
</tr><tr  
 valign="baseline" id="TBL-2-19-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-19-1"  
class="td11">  honeydew           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-19-2"  
class="td11">  PowderBlue             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-19-3"  
class="td11">  SaddleBrown              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-19-4"  
class="td11">  MediumPurple      </td>
</tr><tr  
 valign="baseline" id="TBL-2-20-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-20-1"  
class="td11">  MintCream         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-20-2"  
class="td11">  PaleTurquoise          </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-20-3"  
class="td11">  sienna                       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-20-4"  
class="td11">  thistle                 </td>
</tr><tr  
 valign="baseline" id="TBL-2-21-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-21-1"  
class="td11">  azure                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-21-2"  
class="td11">  DarkTurquoise         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-21-3"  
class="td11">  peru                         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-21-4"  
class="td11">  gray0                  </td>
</tr><tr  
 valign="baseline" id="TBL-2-22-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-22-1"  
class="td11">  AliceBlue            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-22-2"  
class="td11">  MediumTurquoise     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-22-3"  
class="td11">  burlywood                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-22-4"  
class="td11">  grey0                  </td>
</tr><tr  
 valign="baseline" id="TBL-2-23-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-23-1"  
class="td11">  lavender             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-23-2"  
class="td11">  turquoise                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-23-3"  
class="td11">  beige                        </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-23-4"  
class="td11">  DarkGrey             </td>
</tr><tr  
 valign="baseline" id="TBL-2-24-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-24-1"  
class="td11">  LavenderBlush     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-24-2"  
class="td11">  cyan                      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-24-3"  
class="td11">  wheat                       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-24-4"  
class="td11">  DarkGray            </td>
</tr><tr  
 valign="baseline" id="TBL-2-25-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-25-1"  
class="td11">  MistyRose          </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-25-2"  
class="td11">  LightCyan               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-25-3"  
class="td11">  SandyBrown              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-25-4"  
class="td11">  DarkBlue             </td>
</tr><tr  
 valign="baseline" id="TBL-2-26-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-26-1"  
class="td11">  white                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-26-2"  
class="td11">  CadetBlue               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-26-3"  
class="td11">  tan                           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-26-4"  
class="td11">  DarkCyan            </td>
</tr><tr  
 valign="baseline" id="TBL-2-27-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-27-1"  
class="td11">  black                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-27-2"  
class="td11">  MediumAquamarine  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-27-3"  
class="td11">  chocolate                   </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-27-4"  
class="td11">  DarkMagenta        </td>
</tr><tr  
 valign="baseline" id="TBL-2-28-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-28-1"  
class="td11">  DarkSlateGray     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-28-2"  
class="td11">  aquamarine             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-28-3"  
class="td11">  &#xFB01;rebrick                    </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-28-4"  
class="td11">  DarkRed              </td>
</tr><tr  
 valign="baseline" id="TBL-2-29-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-29-1"  
class="td11">  DarkSlateGrey     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-29-2"  
class="td11">  DarkGreen              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-29-3"  
class="td11">  brown                       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-29-4"  
class="td11">  LightGreen           </td>
</tr><tr  
 valign="baseline" id="TBL-2-30-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-30-1"  
class="td11">  DimGray            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-30-2"  
class="td11">  DarkOliveGreen       </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-30-3"  
class="td11">  DarkSalmon               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-30-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-31-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-31-1"  
class="td11">  DimGrey            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-31-2"  
class="td11">  DarkSeaGreen         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-31-3"  
class="td11">  salmon                      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-31-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-32-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-32-1"  
class="td11">  SlateGray           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-32-2"  
class="td11">  SeaGreen                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-32-3"  
class="td11">  LightSalmon              </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-32-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-33-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-33-1"  
class="td11">  SlateGrey           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-33-2"  
class="td11">  MediumSeaGreen     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-33-3"  
class="td11">  orange                      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-33-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-34-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-34-1"  
class="td11">  LightSlateGray    </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-34-2"  
class="td11">  LightSeaGreen         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-34-3"  
class="td11">  DarkOrange               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-34-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-35-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-35-1"  
class="td11">  LightSlateGrey    </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-35-2"  
class="td11">  PaleGreen               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-35-3"  
class="td11">  coral                         </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-35-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-36-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-36-1"  
class="td11">  gray                  </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-36-2"  
class="td11">  SpringGreen            </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-36-3"  
class="td11">  LightCoral                 </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-36-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-37-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-37-1"  
class="td11">  grey                   </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-37-2"  
class="td11">  LawnGreen             </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-37-3"  
class="td11">  tomato                      </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-37-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-38-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-38-1"  
class="td11">  LightGrey           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-38-2"  
class="td11">  green                     </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-38-3"  
class="td11">  OrangeRed                </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-38-4"  
class="td11">                           </td>
</tr><tr  
 valign="baseline" id="TBL-2-39-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-39-1"  
class="td11">  LightGray           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-39-2"  
class="td11">  chartreuse               </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-39-3"  
class="td11">  red                           </td><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-39-4"  
class="td11">                           </td>
</tr><tr 
class="hline"><td><hr></td><td><hr></td><td><hr></td><td><hr></td></tr><tr  
 valign="baseline" id="TBL-2-40-"><td  align="left" style="white-space:nowrap; text-align:left;" id="TBL-2-40-1"  
class="td11">                          </td> </tr></table>
                                                                                  

                                                                                  
</div>
    
</body></html>