[OS X TeX] Memoir question
Themis Matsoukas
tmatsoukas at me.com
Sun Jan 8 19:02:23 CET 2012
On Jan 8, 2012, at 12:24 PM, Alan Munn wrote:
> Can you post a minimal example? The following seems to work as you would expect:
Alan,
thanks to your suggestion I did some more experimention and its seems that the problem is a conflict with hyperref:
\documentclass{memoir}
\usepackage[utf8]{inputenc}
\usepackage[backref,colorlinks=true,citecolor=blue,linkcolor=blue]{hyperref}
\chapterstyle{thatcher}
\begin{document}
\tableofcontents
\chapter{A chapter}
\begin{equation}
y = x^{2}
\label{abc}
\end{equation}
\chapter{Another chapter Eq.~\ref{abc}}
\end{document}
In the console I get:
LaTeX Warning: Reference `ABC' on page 5 undefined on input line 12.
Themis
More information about the macostex-archives
mailing list