Code: Select all
\documentclass[english]{emulateapj}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{babel}
\begin{document}
\begin{abstract}
An abstract, title, and author are needed in order to render correctly.
\end{abstract}
\title{Title!}
\author{Onius Autorus}
\maketitle
\section{Section1\label{sec:Section1}}
Here is section 1! You should read Section \ref{sec:Section2}!\\
\section{Section2\label{sec:Section2}}
This is section 2! Go read Section \ref{sec:Section1}!\\
\end{document}
As you can see, neither "forward" nor "backward" references are working. I know the particular version of this class works in general, as I have seen many documents that have used it.MY TITLE!
Onius Autorus
Abstract
An abstract, title, and author are needed in order to render correctly.
1. SECTION1
Here is section 1! You should read Section ??!
2. SECTION2
This is section 2! Go read Section ??!
Is there something blatantly obvious that I am missing?
Many thanks for your help.
- Tim