LaTeX

From LWP-Wiki
Jump to navigation Jump to search


Using LaTeX on LWP

A comprehensive LaTeX installation (TexLive) is provided under /opt/netapps/texlive/current. This should be available to you, but you can ensure that is the case by adding the directory /opt/netapps/texlive/current/bin/x86_64-linux to your $PATH environment variable, e.g. by adding

export PATH="/opt/netapps/texlive/current/bin/x86_64-linux:$PATH"

to your ~/.bashrc file.

Verify the installation e.g. with

tlmgr --version