mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
22 lines
305 B
TeX
22 lines
305 B
TeX
% $Id$
|
|
\input{top}
|
|
\usepackage{ifpdf}
|
|
|
|
\newif\ifpdf
|
|
\ifx\pdfoutput\undefined
|
|
\else
|
|
\pdfoutput=1
|
|
\pdftrue
|
|
\fi
|
|
\ifpdf
|
|
\usepackage[pdftex]{graphicx}
|
|
\usepackage[pdftex]{hyperref}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{times,mathptm}
|
|
\pdfcompresslevel=8
|
|
\else
|
|
\usepackage[dvips]{graphicx}
|
|
\fi
|
|
|
|
\input{main}
|
|
|