Latex2RTF, Utilities, Translate Latex to RTF

Installation


Just execute @vms_make to build the program. This checks if a C compiler is 
installed and will exit with an error message if non can be found. 


Build options


VMS_make.com currently accepts the following options in arbitrary order: 

DEBUG
  Build the library with debug information and without optimization. 
lopts=<value>
  Options to pass to the link command e.g. lopts=/tracback 
ccopt=<value>
  Options to pass to the C compiler e.g. ccopt=/float=ieee 
LINK
  Do not compile, just link Latex2RTF. 
CC=<DECC||VAXC||GNUC>
  Force usage of the given C compiler over the intrinsic selection (which is 
  DEC C, VAX C, and finally GNU C). 

Environment


The operation of Latex2RTF is governed by a number of configuration files, 
which the program tries to locate using the following logical names: 

L2RCFGDIR
  This logical should point to the system wide configuration files. 
RTFPATH
  This logical should point to user customized configuration files, which the 
  particular user wants to use on a regular basis. 

Additional for specific customisations you may use the "-P path" commandline 
qualifier while invoking Latex2RTF 


A reasonable set of standard configuration files may be found in the [.cfg] 
subdirectory. 

The latest version of this document should always be
accessible via

http://zinser.no-ip.info/vms/sw/latex2rtf.htmlx
