Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.11 KB

README.md

File metadata and controls

33 lines (21 loc) · 2.11 KB

install-tl-ubuntu

Usage

sudo ./install-tl-ubuntu [OPTIONS]

Features

  • installs TeX Live 2013
  • notifies apt so that apt does not try to install the Ubuntu texlive-* packages as dependencies (e.g. if you do sudo apt-get install lyx)
  • installs (optionally) additional LaTeX files for common journals that are not included in TeX Live 2013
  • links to the folder where Ubuntu installs TeX files so that when you install Ubuntu packages (e.g. FoilTeX and noweb) with LaTeX files, they will be available

For more details, see

./install-tl-ubuntu --help

Description

This script uses the TeX Live 2013 installer to install TeX Live so that LaTeX packages can be updated through CTAN with tlmgr. To do this, the official TeX Live 2013 installer is downloaded and used and apt is informed that TeX dependencies are satisfied. Thus, when you want to install a program with apt-get that depends on TeX Live, apt will not try to install the TeX Live packages from the Ubuntu repositories.

This script automates many of the instructions that were posted in the 25 Jan 2013 answer by Silex here. TeX Live installation documentation can be found in the Quick install and the The TeX Live Guide. Information on TeX Live's install script arguments is here. The Net::LWP Perl module (Ubuntu package libwww-perl) is recommended, but not necessary. See the "persistent-downloads" section of the install-tl documenation.

Progress and profiling are logged to STDOUT. Important errors are logged to STDERR. Annoying STDOUT and STDERR messages are redirected to a file descriptor (which is connected to the file install-tl-ubuntu_EXTRAS.log by default) in case they are useful for debugging.

Ubuntu versions 12.04 and later are supported.

Author

Please send bug reports and suggestions to Scott Kostyshak at [email protected].