Changes

Jump to navigation Jump to search
358 bytes added ,  11:18, 7 June 2010
Updated for TeX Live 2009.
There is a number of ways to install TeX Live on your computer:
* you can obtain DVDs or CDs that contain TeX Live from a TeX user group (e.g. [http://www.tug.org/texlive/ TUG TeX Live homepageacquire-dvd.html details]); if you're a member of such a group, you may have received a copy as part of your membership benefits;
* you can use [http://tug.org/texlive/acquire-netinstall.html netinstall] method; if you aren't doing full installation, it can save quite a bit of bandwidth;
* as teTeX will not be updated any longer, you may find out that your Linux distribution already has TeX Live in it's repoistory; many linux distributions are switching already switchted to TeXLive instead TeX Live from teTeX (I know this is the case for e.g. Debian, Ubuntu, openSUSE, gentoo [at least the process is beginning])Gentoo, Fedora ([http://fedoraproject.org/wiki/Releases/FeatureTexLive planed for F8]), Arch; the same may be true for other distributions);
If you want to use the installation procedure provided by your distribution, refer to its documentationand skip the next section. This wiki page will explain how to install TeXLive TeX Live from the DVD/iso-images and via a rpm package.
=== Installation from the TeXLive CDs/DVDs/iso TeX Live DVD ISO images ===
====Obtaining the Necessary Files====
If you have a DVD, just pop it in. If you want to download the latest TeXLive release, point your browser to the nearest CTAN mirror and go to the directory <code> systems/texlive/Images/</code>. Download the latest iso images. Please be warned: these images are '''huge''' (the compressed DVD image is 880 MB and will expand to 1.7 GB!), so if you're on a slow connection (e.g., via modem), the download will take '''very''' long skip to completenext subsection.
====Beginning If you want to download the latest TeX Live release, point your browser to the nearest CTAN mirror and Customizing go to the directory <code>systems/texlive/Images/</code>. Download the latest ISO images. Please be warned that these images are ''huge'' (e.g. ISO image for TeX Live 2009 is 2,9 GiB), so if you're on a slow connection (e.g. modem), the Installation====download will take ''very'' long to complete.
Once you have downloaded ==== Beginning and saved Customizing the file, decompress it and mount it. The installation procedure is command-line based, so change to a terminal window, cd to the directory where the DVD or the TeXLive iso has been mounted and start the installation process Installation (on most systems, you will need root privileges to install, so either switch to a root terminal by typing <code>su<Linux/code> or precede the second line with <code>sudo<MacOS X/code>Unix-like):====
Once you have downloaded and saved the file, decompress it and mount it. The installation procedure is command-line based, so change to a terminal window, cd to the directory where the DVD or the TeX Live ISO has been mounted and start the installation process (on most systems, you will need root privileges to install, so either switch to a root terminal by typing <precode>cd TeXLive2007.su</install-tl.sh code> or precede the second line with <code>sudo</precode>):
The installation process itself is pretty self<pre>cd /media/TeXLive2009./install-explanatory, so I mention just a few points that may be of interest:tl</pre>
be sure to type <code>B</code> in order to verify The installation process itself is pretty self-explanatory, so hre we mention just a few points that your specific combination of architecture and operating system will may be installed. Here is the list of architectures that are currently availableinterest:
* be sure to type <precode>Available sets B</code> in order to verify that your specific combination of architecture and operating system will be installed. Here is the list of binariesarchitectures that are currently available: alpha_linux: DEC ** alpha-linux (HP Alpha with GNU/Linux) hppa_hpux: ** hppa-hpux (HP-UX) i386_darwin: Intel ** i386-cygwin (x86 with MacOSX/DarwinCygwin) i386_freebsd: Intel ** i386-linux (x86 with FreeBSD i386_linux: Intel x86 with GNU/Linux) i386_openbsd: Intel ** i386-netbsd (x86 with OpenBSDNetBSD) i386_solaris: Intel ** i386-solaris (x86 with Sun Solaris) mips_irix: ** mips-irix (SGI IRIX) powerpc_aix: PowerPC with ** powerpc-aix (IBM RS/6000 AIX) powerpc_darwin: PowerPC with MacOSX/Darwin powerpc_linux: ** powerpc-linux (PowerPC with GNU/Linux) sparc_linux: ** sparc-linux (Sparc with GNU/Linux) sparc_solaris: ** sparc-solaris (Sun Sparc with Solaris) ** universal-darwin (MacOSX for both PowerPC and x86; bash.dmg available for bootstrap)** win32: (Windows2000 and later) x86_64_linux: Intel ** x86_64 with -linux (x86 64-bit GNU/Linux)You can now * type <code>C</code> to choose what you want to install (maybe you don't want the Mongolian documentation to save some of these disk space?),* type <code>L</code> to choose which language collections to install,* begin the installation process by typing <code>I</precode>.
Also, type <code>C</code> to choose what you want to install ==== Post-Install (maybe you don't want the Mongolian documentation to save some disk space?) and <code>L<Linux/code> to choose which language collections to install. Then, begin the installation process by typing <code>I<Mac OS X/code>.Unix-like) ====
====Post-Install====The first and most important thing you have to do after installation is add the new binaries to your <tt>$PATH</tt> variable. There are two ways to do this:
The * at the first and most important thing installation screen, you can choose as an option <code>create symlinks in standard directories</code>. If you choose this option, you have create symbolic links to do after installation the new binaries in a directory that is already part of your <tt>$PATH</tt> such as <tt>/usr/local/bin</tt>; * you can add the new directory where TeX Live installs the binaries to your <tt>$PATH</tt> variable. There are two ways to do this:
* at the first installation screenBoth ways have their advantages and drawbacks. Adding symlinks is probably faster and easier if you don't have much experience, you can choose as an option <code>create symlinks but it may make uninstalling or reinstalling more troublesome in standard directories</code>the future. If you choose this option, you create symbolic links to Adding the new directory where TeX Live binaries in a directory that is already part of are to your <tt>$PATH</tt> such as <tt>/usr/bin</tt>;depends heavily on shell you are using.
* you can add In the past, we used to recommend adding the standard directory where TeXLive installs the binaries to your <tt>$PATH</tt>, but nowadays that tlmgr tool does a pretty good job of keeping the installation in shape, there is no reason not to use it. It can add and remove the symlinks using menu option "Actions/Handle symlinks in system dirs ...".
Both ways have their advantages and drawbacks. Adding symlinks is probably faster and easier if you don't have much experienceBy default, but it may make uninstalling or reinstalling more troublesome in the future. I would recommend adding the new location TeX Live binaries will be installed to your <tt>$PATH</tt>. How to do this depends on the shell you're using; there's a thorough and simple tutorial at http://www.faqs.org/docs/Linux-mini/Path.html. TeXLive has its binaries in this location: <code>/usr/local/texlive/20072009/bin/<architecture></code>, with <architecture> being the name of the system on which you're running (see above). Once you have set up your <tt>$PATH</tt> variable or added symlinks, make sure that your system finds the new binaries. One way to test this would be to run:
<pre>which pdftex
pdftex --version</pre>
The output of the first command should point to the new binary, the output of the second command is, with the latest TeXLive TeX Live installed:
<pre>pdfTeX 3.1415921415926-1.40.310-2.2 (Web2C 7.5.6TeX Live 2009)kpathsea version 35.50.60Copyright 2007 2009 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and othersCompiled with libpng 1.2.39; using libpng 1.2.39Compiled with zlib 1.2.3; using zlib 1.2.3Compiled with xpdf version 3.02pl3</pre>
Compiled with libpng 1.2.15; using libpng 1.2.15==== Windows Installation ==== Compiled with zlib 1TeX Live provides GUI installation on Windows that doesn't require any explanation at all.1.4; using zlib 1.2.3Compiled with xpdf version 3.01</pre>==== Generating Formats ====
Once the new binaries are found, you want to generate the necessary formats. It has often been suggested that ConTeXt formats be managed by <code>texexec</code>, ''not'' by <code>fmtutil-sys</code>. If you want this (and I would say it is the better choice), first run (and again, add <code>sudo</code> if necessary)
<pre>fmtutil-sys --edit</pre>
in lines 68 and 69 line 46 of the file that opens, put the symbols <code>#!</code> in front of the line beginning with <tt> cont-enpdftex</tt> and <tt>cont-nlen xetex</tt>. Then, run <code>fmtutil-sys</code>:
<pre>fmtutil-sys --all</pre>
<pre>texexec --make --all</pre>
This should create all necessary formats, include all available languages, and install in the right location. The latest TeXLive TeX Live has resolved the problem with the <tt>$engine</tt> subdirectory that has bugged ConTeXt users so long. After generating the formats, run <code>texhash</code> again and verify that the format files are found:
<pre>texhashkpsewhich --engine=pdftex cont-en.fmttexhash/usr/local/texlive/20072009/texmf-config/web2c/pdftex/cont-en.fmt</pre>
If you want to use <tt>XeTeX</tt> with ConTeXt as well, repeat the procedure for this format:
texhash
kpsewhich --engine=xetex cont-en.fmt
/usr/local/texlive/20072009/texmf-config/web2c/xetex/cont-en.fmt</pre>
====Updating ConTeXt====
TeXLive in principle offers no option to update between release cycles. But of course, you will want to update ConTeXt as soon as Hans releases a new version. This is easy to achieve: the installation process has created a skeleton directory <tt>/usr/local/texlive/texmf-local</tt>. It is empty right after installation. cd to this directory, download the latest <tt>cont-tmf.zip</tt> from the pragma website. Then unzip this archive and run <pre>texexec --make --all</pre> again. This will update your installation and the formats to the latest available version. When you want to update again later, simply repeat the process, overwriting all older files when unzipping.
====texmfstart==== One final stepIt's also possible to use [http: once everything is //minimals.contextgarden.net/texlive TeX Live minimals repository] to replace bin-context*, context* and luatex* packages that are in placeTeX Live. In order to do so, put a small textfile somewhere in your <tt>$PATHuse tlmgr's menu option "tlmgr/Load other repository ..." and point it to </tt> with these two lineshttp:<pre>#!/bin/shruby /usr/localminimals.contextgarden.net/texlive/texmf-local/scripts/context/rubybeta/texmfstart.rb $@</pre> This way, <tt>texexec</tt> will be called by texmfstart and stop complaining... [[User:Thomas|Thomas]] 13:38, 3 February 2007 (CET)
Written by [[User:Thomas|Thomas]] 13:38, 3 February 2007 (CET)
Revised by [[User:Rivanvx|Vedran Miletić]] 13:12, 7 June 2010 (CET)
[[Category:Installation]]
10

edits

Navigation menu