LaTeX: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Add page on LaTeX through lwp16:netapps)
 
mNo edit summary
 
Line 1: Line 1:
[[Category:software-faq]]
== Using LaTeX on LWP ==
== Using LaTeX on LWP ==



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