LaTex
From ScorecWiki
(Difference between revisions)
Revision as of 19:09, 19 October 2009 Matthb2 (Talk | contribs) ← Previous diff |
Revision as of 18:25, 18 August 2010 Weisse (Talk | contribs) Next diff → |
||
Line 3: | Line 3: | ||
export PATH=/usr/local/texlive/latest/bin/x86_64-linux:$PATH | export PATH=/usr/local/texlive/latest/bin/x86_64-linux:$PATH | ||
pdflatex my_paper.tex | pdflatex my_paper.tex | ||
+ | |||
+ | [[Category:Software]] |
Revision as of 18:25, 18 August 2010
The default RHEL4/CentOS LaTex distrubution is quite old. If for some reason you need a newer version, there is a copy of TexLive [1] installed in /usr/local/texlive on the SCOREC AMD64 workstations. To use it, you need to prepend it to your path as follows:
export PATH=/usr/local/texlive/latest/bin/x86_64-linux:$PATH pdflatex my_paper.tex