install.Texmaker: Downloads and installs Texmaker for windows

View source: R/install.R

install.TexmakerR Documentation

Downloads and installs Texmaker for windows

Description

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

Usage

install.Texmaker(
  URL = "http://www.xm1math.net/texmaker/texmakerwin32_install.exe",
  ...
)

Arguments

URL

the URL of the GitHub download page.

...

extra parameters to pass to install.URL

Details

Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one application.

Value

logical - was the installation successful or not.

References

Examples

## Not run: 
install.Texmaker() # installs the latest version of Texmaker for windows

## End(Not run)

installr documentation built on Nov. 13, 2022, 1:06 a.m.