This is my code:
Code: Select all
\listfiles
\documentclass[12pt]{report}
\usepackage{palatino}
\usepackage[left=1.5in, right=1in, top=1.25in, bottom=1.25in]{geometry}
\usepackage[breaklinks=true]{hyperref}
\begin{document}
\chapter{chapter the first}\label{ch:first}
\newpage
\section{section the first}\label{sec:first}
\begin{table}[b]
\caption{this is the table}
\centering
\begin{tabular}{@{} ccc}
this is the table & nothing & nothing
\end{tabular}
\label{tbl:obese}
\end{table}
it is clear from \autoref{tbl:obese} on \autopageref{tbl:obese} that not only is the situation getting worse (the percentage has nearly tripled in a mere 30 years!), substantial effort must be made to address this public health concern.
\end{document}
Code: Select all
! Undefined control sequence.
l.18 ...r from \autoref{tbl:obese} on \autopageref
{tbl:obese} that not only ...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.