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
|
*********************************************************************
* OS2TeX December 1998 *
*********************************************************************
Content:
About OS2TeX
What are the features of OS2TeX?
Installation requirements
How to install OS2TeX?
The first step after installing OS2TeX
Important information for English speaking users
How to register?
ABOUT OS2TeX
OS2TeX is a distribution of Donald E. Knuth's typesetting system TeX
for the IBM operating system OS/2 Warp.
---------------------------------------------------------------------
WHAT ARE THE FEATURES OF OS2TeX?
- An installation program installs and configures the whole system
- User interface (shell) is supporting every step to create and work
on TeX documents
- Automatic creation of the needed fonts for every output device
controlled by an OS/2 printer driver.
- OS2TeX is based on the client-server architecture. Caused by this
the consistency of the fonts is guaranteed, even if several DVI
drivers are active at the same time.
- Tool for the driver independent integration of graphics into TeX
documents by the transformation of graphics to fonts. The graphics
can be scaled to several resolutions. Therefore it is possible to
print documents with graphcis on printers with different
resolutions, e.g. 300 dpi and 360 dpi.
- OS2TeX is built up multi-threaded, including modern techniques of
process synchronisation, therefore serveral steps can be done at
the same time.
---------------------------------------------------------------------
INSTALLATION REQUIREMENTS
- OS/2 Warp V3, OS/2 Warp V4 fixpack 1 and higher.
- HPFS filesystem.
- 30 MB of free disk space.
---------------------------------------------------------------------
HOW TO INSTALL OS2TeX?
1. Unzip file os2tex.zip:
unzip os2tex.zip
You'll get 8 files:
os2tex.ger
os2tex.eng
disk1.zip
disk2.zip
disk3.zip
disk4.zip
disk5.zip
disk6.zip
2.1. Create a temporary directorie on hard disk:
md temp
2.2 Change into that directory:
cd temp
2.3 Unzip disk1.zip through disk4.zip:
unzip -o disk1.zip
unzip -o disk2.zip
unzip -o disk3.zip
unzip -o disk4.zip
unzip -o disk5.zip
unzip -o disk6.zip
2.4 Start the installation program and follow the instructions:
install.exe
---------------------------------------------------------------------
THE FIRST STEP AFTER INSTALLING OS2TEX
As mentioned above, OS2TeX is based on the client-server
architecture. A DVI previewer will try to establish a connection
to a font server for retrieving fonts that are part of your TeX
document. Therefore it is necessary to start the font server
before starting any DVI viewer. This is done through an icon
"metafont server", you will find within the OS/2-TeX folder.
If you forget to start the metafont server, any requests on fonts
will fail!
---------------------------------------------------------------------
IMPORTANT INFORMATION FOR ENGLISH SPEAKING USERS
The English translation is not quite complete. All menus and dialogs
are written in English, but not the help files. A version including
all help files written in English is planned in 1998.
---------------------------------------------------------------------
HOW TO REGISTER?
If you'd like to register OS2TeX or to provide feedback, make feature
requests or to report a bug, please contact the author:
Jrgen Kleinbhl
Heinrich-Heine-Str. 18
64560 Riedstadt
Germany
e-mail: kleinboe@hrzpub.tu-darmstadt.de
WEB: http://www.tu-darmstadt.de/~kleinboe/os2tex.html
Fax: +49(0)6158-975253
OS2TeX is shareware and costs 70 DEM per copy. Updates will be free
of charge (subject for alterations). For holding these conditions, as
much as possible users should register OS2TeX!
---------------------------------------------------------------------
|