install.LaTeX2RTF: Downloads and installs LaTeX2RTF for windows

View source: R/install.R

install.LaTeX2RTFR Documentation

Downloads and installs LaTeX2RTF for windows

Description

Allows the user to downloads and install the latest version of LaTeX2RTF for Windows.

Usage

install.LaTeX2RTF(
  page_with_download_url = "http://sourceforge.net/projects/latex2rtf/",
  ...
)

Arguments

page_with_download_url

the URL of the SWFTools download page.

...

extra parameters to pass to install.URL

Details

Latex2rtf tries to convert your LaTeX file into a RTF file for opening in Microsoft Word. The general idea is to try and get the things that computers are good at correct: character conversion, graphic conversion, etc. Page layout suffers because control in RTF is pretty pathetic compared to TeX. Consequently, it is likely that manual reformatting will be needed.

Value

TRUE/FALSE - was the installation successful or not.

References

Examples

## Not run: 
install.LaTeX2RTF() # installs the latest version of LaTeX2RTF

## End(Not run)

talgalili/installr documentation built on Feb. 19, 2024, 1:22 p.m.