]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/docs/readme.txt
Added files for creating independent Tex2RTF distributions
[wxWidgets.git] / utils / tex2rtf / docs / readme.txt
CommitLineData
9a29912f 1
56d34922
JS
2+++++ Announcing Tex2RTF +++++
3+++++ A Free LaTeX to RTF, Windows Help RTF, and HTML converter +++++
9a29912f
JS
4
5Purpose
6=======
7
8 * Allows you to maintain manuals in printed and hypertext formats.
9
10 * Allows conversion of existing LaTeX documents to word processor
11 formats (usually some 'tweaking' is required to conform to
12 Tex2RTF restrictions).
13
14Input
15=====
16
17A LaTeX subset with some additional hypertext macros; no maths,
18minimal table support.
19
20Caveat: Please do not expect to convert arbitrary LaTex files without
21editing: this is not the primary intention of Tex2RTF. Success converting
22existing LaTeX depends on your expectations and the style in which
23the LaTeX was written. Tex2RTF does not accept pure TeX (non-LaTeX)
24documents.
25
26Output
27======
28
29 * ordinary RTF
30
31 * Windows Help hypertext RTF
32
33 * HTML (the World Wide Web hypertext format)
34
56d34922 35 * wxHTML Help (the wxWindows GUI library help file format)
9a29912f
JS
36
37Installation
38============
39
40Under Windows, please run the supplied install.exe program. The Tex2RTF
41manual itself serves as an example input file, in the docs subdirectory
42with various .sty, .ini, and .gif files that you may need for your
43own documents. See the online manual for further details.
44
45Platforms supported
46===================
47
56d34922 48 * Windows (all 32-bit desktop versions)
9a29912f 49
56d34922 50 * Any Unix supporting wxWindows
9a29912f 51
56d34922 52 * Mac OS X
9a29912f
JS
53
54Where to get it
55===============
56
56d34922
JS
57The latest version of Tex2RTF can be accessed by anonymous ftp
58from:
9a29912f 59
56d34922 60 ftp://biolpc22.york.ac.uk/pub/tex2rtf
9a29912f 61
56d34922 62The WWW pages are at:
9a29912f 63
56d34922 64 http://www.wxwindows.org/tex2rtf
9a29912f 65
56d34922
JS
66Tex2RTF was developed using the free, cross-platform GUI toolkit
67wxWindows, at http://www.wxwindows.org. To compile Tex2RTF
68for platforms for which there are no Tex2RTF binaries,
69you need to download an appropriate version of wxWindows,
70configure and compile the library, then compile Tex2RTF
71in utils/tex2rtf/src.
9a29912f 72
56d34922
JS
73------------------------------------------------------------------
74Julian Smart, August 2002
75julian.smart@btopenworld.com
9a29912f
JS
76
77
78