File: README.OSX

package info (click to toggle)
latex2rtf 2.3.18a-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,384 kB
  • sloc: ansic: 20,424; makefile: 660; sh: 478; perl: 22
file content (47 lines) | stat: -rwxr-xr-x 2,050 bytes parent folder | download | duplicates (9)
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
latex2rtf is a translator program that translates LaTeX formatted 
documents into RTF formatted files.  RTF (Rich Text Format) is a
common mark-up used by various text processors, most notably Word.

For the Copyright of the Program see the file Copyright.

latex2rtf does not require a TeX implementation, nor does it require
that ImageMagick be installed.  However, latex2rtf does make use of
the auxilary files created by LaTeX and BibTeX --- specifically the
.aux and .bbl files if they are available.  Latex2rtf will convert
equations to bitmaps with the right set of options.  This facility
requires that both a working TeX implementation as well as a working
installation of ImageMagick. Finally, translation of figures is 
greatly facilitated by the presence of ImageMagick.  

To install (on a UNIX system)
- Make sure that you have installed the developer tools for your system
- Edit Makefile for your local configuration.  The default install
  is reasonable, but if you do not have root access, then you might
  need to set $PREFIX to be your home directory.
- make
- If this is not your first-time installation, you may want to preserve
  your old configuration (*.cfg) files. Copy them to a safe place before
  installing.
- make check   (expect warnings but no errors)
- make install

If all this is too much trouble, you can install using fink

   http://fink.sourceforge.net/

or as an i-installer package 

   http://www.rna.nl/ii.html

Reporting bugs to the homepage at Sourceforge

              http://sourceforge.net/projects/latex2rtf/

* Please verify your bug with the most recent version of the program.
* Please provide the version of the program you are using
* Please provide your operating system and version number
* Provide a short latex file that exhibits the bug.  It is
  imperative that you spend time isolating the problem into a small
  latex file.  This shows that you actually care enough about the 
  problem to spend some of your time trying to help isolate the bug.
* Be patient.  Provide patches.  Enjoy.