texlive

Installation

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar xfzv install-tl-unx.tar.gz
cd install-tl-20131219/
./install-lt
Installing TeX Live 2013 from: http://ftp.fau.de/ctan/systems/texlive/tlnet
Platform: x86_64-linux => 'x86_64 with GNU/Linux'
Distribution: net (downloading)
Using URL: http://ftp.fau.de/ctan/systems/texlive/tlnet
Directory for temporary files: /tmp
======================> TeX Live installation procedure <=====================
======> Letters/digits in  indicate <=======
======> menu items for commands or options <=======
Detected platform: x86_64 with GNU/Linux
** binary platforms: 1 out of 21
~~ set installation scheme (scheme-full)
customizing installation collections
44 collections out of 45, disk space required: 3479 MB
directories:
TEXDIR (the main TeX directory):
/usr/local/texlive/2013
TEXMFLOCAL (directory for site-wide local files):
/usr/local/texlive/texmf-local
TEXMFSYSVAR (directory for variable and automatically generated data):
/usr/local/texlive/2013/texmf-var
TEXMFSYSCONFIG (directory for local config):
/usr/local/texlive/2013/texmf-config
TEXMFVAR (personal directory for variable and automatically generated data):
~/.texlive2013/texmf-var
TEXMFCONFIG (personal directory for local config):
~/.texlive2013/texmf-config
TEXMFHOME (directory for user-specific files):
~/texmf
options:
[ ] use letter size instead of A4 by default
[X] allow execution of restricted list of programs via \write18
[X] create all format files
[X] install macro/font doc tree
[X] install macro/font source tree
set up for portable installation
Actions:
_ start installation to hard disk
help
quit
Enter command:
I

$HOME/.bashrc

export INFOPATH="/usr/local/texlive/2013/texmf-dist/doc/info:$INFOPATH"
export MANPATH="/usr/local/texlive/2013/texmf-dist/doc/man:$MANPATH"
export PATH="/usr/local/texlive/2013/bin/x86_64-linux:$PATH"

Portable installation:

set up for portable installation
tlmgr conf texmf TEXMFHOME "~/texmf"

$HOME/.bashrc

export INFOPATH="/usr/local/texlive/texmf-dist/doc/info:$INFOPATH"
export MANPATH="/usr/local/texlive/texmf-dist/doc/man:$MANPATH"
export PATH="/usr/local/texlive/bin/x86_64-linux:$PATH"

Sublime 2 with LatexTools:

"linux" : {
// Path used when invoking tex & friends; MUST include $PATH
"texpath" : "/usr/local/texlive/bin/x86_64-linux:$PATH",
// Command to invoke Python 2. Useful if you have both Python 2 and Python 3
on your system,
// and "python" by default is liked to Python 3. If blank, "python" is used
// Note: ST3 uses Python 3 internally, but the evince scripts need Python 2
"python2": "",
// The name of the ST2 or ST3 executable. On Ubuntu, both subl and sublime-
text are
// available for ST2; adjust as needed for other platforms, and for ST3
"sublime": "sublime-text",
// How long to wait after evince has launched before sending a sync message
// in seconds, floating point; choose 2.0 or 3.0 on a slower machine, 0.5 on a
fast one
// Note: only tweak this if sync after launching the PDF viewer does not seem
to work,
// or if the PDF viewer opens instantly and you don't want to wait.
// Default: 1.5 (works on my MBP4,1...)
"sync_wait": 1.5
},

Update

tlmgr update --all

Error: "skipping forcibly removed package"

tlmgr update --all --reinstall-forcibly-removed