FrontPage › Texlive
links ¶
sudo apt-get install texlive would result in several installation errors. Mainly, etch is matched with old stable (texlive 2005 or something like that) version.
sudo apt-get install tetex-bin tetex-base tetex-doc tetex-extra will install tetex package. But, somehow it does not work atfter installation.
sudo apt-get install tetex-bin tetex-base tetex-doc tetex-extra will install tetex package. But, somehow it does not work atfter installation.
Installing Texlive ¶
See Texlive page for installing texlive.
See Acuiring texlive, especially getting install-tl-unx.tar.gz tarball.
Unpack the tarball with
See Acuiring texlive, especially getting install-tl-unx.tar.gz tarball.
Unpack the tarball with
tar xvzf install-tl-unx.tar.gz under the unpacked directory.
cd to_the_unpacked_directory
sudo ./install-tl will give you installation option screen.
Then, take a look at the page, Quickinstall.html at http://tug.org/texlive/.cd to_the_unpacked_directory
sudo ./install-tl will give you installation option screen.
Take care of the path as stated in the above document:
PATH=/usr/local/texlive/2008/bin/i386-linux:$PATH export PATH
And use Texlive site as a reference.
If everything went well, you may use:
for rendering the below.
If everything went well, you may use:
$ \alpha + \beta $
for rendering the below.