For instructions on using LaTeX at LEPP, please see LaTeX.
APS now requires
REVTeX 4.1.
TeX Live (available to Linux in /nfs/opt/texlive/) provides
REVTeX 4.1. In addition, the default
LaTeX provided by Scientific Linux 5 (SL5) also provides
REVTeX 4.1.
Scientific Linux 4
However, the default
LaTeX provided by Scientific Linux 4 (SL4) only provides
REVTeX 4.0. For compatibility with APS, the latest natbib and revtex 4.1 are installed in /nfs/opt/texmf. These are installed in separate directories to avoid conflicts with the OS-installed software versions. They can be used by setting the TEXINPUTS variable as follows.
bash
- export TEXINPUTS=.:/nfs/opt/texmf/tex/latex/natbib:/nfs/opt/texmf/tex/latex/revtex:
tcsh
- setenv TEXINPUTS .:/nfs/opt/texmf/tex/latex/natbib:/nfs/opt/texmf/tex/latex/revtex: