%&LaTeX \documentclass[12pt]{article} \usepackage{titlesec} %\usepackage{epsf} \usepackage{graphics} \usepackage{graphicx} %\usepackage{subfigure} \usepackage{amsmath} %\titleformat*{\section}{\bf{\large}} %\titleformat*{\subsection}{\bf{\large}} %\newif\ifpdf %\ifx\pdfoutput\undefined %\pdffalse % we are not running PDFLaTeX %\else %\pdfoutput=1 % we are running PDFLaTeX %\pdftrue %\fi %\ifpdf %\else %\usepackage{graphicx} %\fi % % The following lines give you output on the % NMSU laserwriter that has 1 inch margins at the % top, bottom and right-hand sides of a page. The % left-hand margin is 1.5 inches % % Changed so left margin is also 1.0 inch per NSF requirements % (NJC, 11/11/02) % \textheight 22.86 cm %\textwidth 15.24 cm \textwidth 16.51 cm \oddsidemargin 2.75cm %\hoffset -.6in \hoffset -1.0in \voffset -.88in % % Define the terms `singlespace' and `doublespace' % \newlength{\singlespace} \setlength{\singlespace}{\baselineskip} \newlength{\doublespace} \setlength{\doublespace}{2.0\baselineskip} \setcounter{tocdepth}{1} % % Alias some commonly used latex commands % \newcommand{\beq}{\begin{equation}} \newcommand{\eeq}{\end{equation}} \newcommand{\beqn}{\begin{eqnarray*}} \newcommand{\eeqn}{\end{eqnarray*}} \renewcommand{\thefigure}{\thesection.\arabic{figure}} \renewcommand{\thetable}{\thesection.\arabic{table}} % % Define some commonly used expressions % \newcommand{\etal}{{\it{et al.}}~} \newcommand{\ie}{{\it{i.e.},}~} \newcommand{\eg}{{\it{e.g.},}~} % % Following line is for nicer equation spacing % \setlength{\jot}{2.0\jot} % \begin{document} %\input epsf %\epsfverbosetrue % % Set the desired line spacing by commenting out the % one you *don't* want % \setlength{\baselineskip}{\singlespace} % for rough drafts %\setlength{\baselineskip}{\doublespace}% for good copies % % Start entering your article ! % \input{Coverpage} \pagestyle{empty} \pagenumbering{roman} \tableofcontents \pagebreak \newpage \pagestyle{plain} \pagenumbering{arabic} \input{Tools} \newpage \input{Seasons/Seasons} \newpage \input{MoonPhases/MoonPhases} \newpage \input{Kepler/Kepler} \newpage \input{Mercury/Mercury} \newpage \input{ScaleSS/ScaleSolarSystem} \newpage \input{Density/Density} \input{EarthDensity/EarthDensity} \newpage \input{Reflectance/ReflecSpec} \newpage \input{Earthquakes/Earthquakes} \onecolumn \newpage \input{Moon/Moon} \newpage \input{Terrestrial/Terrestrial} \newpage \input{HeatCool/HeatCool} \newpage %\input{MarsWater} \input{WateronMars/WateronMars} \newpage \input{Io/Io} \newpage \input{Comet/Comet} \newpage \input{Sun/Sun} \newpage \input{Exoplanets/Exoplanets} \newpage \input{Review} \newpage \input{AppendixA} \end{document}