LaTeX: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(No difference)

Latest revision as of 13:44, 22 April 2024


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