1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
wp2latex
Wp2latex is a program for conversion WordPerfect MAC 1.x, 2,3,4.x, PC 3.x,
4.x, 5,6,7,8,9,10.x documents to LaTeX. It is possible to convert a lot of
features in current version.
for example: Headers, Tables, Equations, Centered+Right+Left text,
a lot of extended characters (greek, math, cyrilic)
and of course a normal text.
Fast DOS installation instructions:
cd instaler
install.bat
- perhaps it will work
Fast Linux installation instructions:
./configure
make install
- perhaps it will work
If you don't succeed please consult doc/wp2latex.tex file.
|