PPPL Unix Cluster
emacs
Miscellaneous software
python
TeX is a scientific typesetting package. We run the teTeX distribution version 1.0. This is documented at https://w3.pppl.gov/misc/teTeX. LaTeX latex(1) is the recommended macro package. The run it, use the command
latex file.tex
Useful (indispensible) books are:
If you have problems running TeX, please check your environment
variables, in particular TEXINPUTS. Make sure these do NOT
contain references to `/usr/local/share/texmf/...',
`/usr/local/lib/texmf', etc. If you have private macro files in
`~/tex', then you will want to define
TEXINPUTS=.:~/tex: export TEXINPUTS setenv TEXINPUTS .:~/tex:
in sh or csh syntax. (The default TEXINPUTS will be implicitly
inserted after the trailing colon).
This version provides better support for producing documents for online viewing:
\href{https://w3.pppl.gov/~jsmith}{J. Smith}
The following are possible ways of producing pdf files from LaTeX
.tex' file, put
\usepackage{times}
\usepackage{hyperref}
Process with latex, then with dvips -Pwww -z, then with
distill.
.tex' file, put
\usepackage{times}
\usepackage[dvips]{hyperref}
Process with latex, then with dvips -Pwww, then with
distill.
.tex' file, put
\usepackage{times}
\usepackage[pdftex]{hyperref}
Process with pdflatex.
When you view the `.dvi' file produced in method (1) with
xdvi, the links will be underlined (and you click on them to
follow them).