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
|
<HTML>
<HEAD>
<TITLE>word2x</TITLE>
</HEAD>
<BODY>
<P>Up to the <A HREF="http://tug.org">TUG homepage</A><BR>
Up to <A HREF="pctotex.html">Converters from PC Textprocessors to LaTeX -
Overview</A></P>
<H1>word2x</H1>
<P>last update: Jan. 16, 2003</P>
<P>© D.P.Simpson 2000 (word2x "at" duncan.telstar.net)</P>
<P>Converts MS Word for Windows 6.0 / 7.0(=95) documents (binary!) to LaTeX, plain text or html,
without the necessity to have Word available, also on many non-PC systems.
</P>
<P>See <A HREF="http://word2x.sourceforge.net/">http://word2x.sourceforge.net/</A></P>
<P>Written in C++</P>
<P>Environments reported to work include</P>
<UL>
<LI>RS6000 running AIX (Unix)</LI>
<LI>cygwin32 (win 32 Microsoft platforms)</LI>
<LI>DEC Alpha AXP under OSF/1 (Unix)</LI>
<LI>IBM SP2 (Unix)</LI>
<LI><A HREF="http://www.linux.org/index.html">Linux</A> (Unix)</LI>
<LI>SunOS (Unix)< /LI>
<LI>gcc on solaris (unix)</LI>
<LI>FreeBSD (Unix)</LI>
<LI>SGI (Unix, some hacking reuqired)</LI>
<LI>OS/2 and EMX with <A
HREF="http://mars.aclcom.co.uk/download/word2x_os2.zip">this
patch</A> from Oleg V.Cat. Another <A
HREF="http://www.d3.net/joerg/word2x.html">port by Joerg
Klemenz</A> has a web page.</LI>
</UL>
<P>Environments reported <B>not</B> to work include</P>
<UL>
<LI>acc on Solaris (source ANSI violations, fixes wanted)</LI>
<LI>Microsoft Visual C++ (lots of problems, includng lack of
alloca and incapable make clone)</LI>
<LI>Borland C++</LI>
</UL>
<P>Further development in progress. </P>
<P>On CTAN sites, directory <BR>
.../tools/word2x <BR>
(The ... stands for a host specific base directory, which often is either
"/pub/tex" or "/tex-archive") </P>
<HR>
<P>This HTML page is part of the texconv pages.<BR>
Copyright © 1998, 1999, 2000, 2001, 2003 Wilfried Hennings<BR>
You may copy and redistribute it under the following conditions:</P>
<UL>
<LI>it must remain intact and the contents unchanged; if you'd like to have
something changed, contact me (W.Hennings "at" fz-juelich.de). Reformatting (e.g.
from HTML to some other presentation format) is granted as long as the contents
are unchanged. </LI>
<LI>you may NOT ask money for it except a reasonable cost for media and
distribution</LI>
</UL>
<P>Please also note the <A HREF="index.html#disclaimer">disclaimer</A>.</P>
</BODY>
</HTML>
|