Steve Litt
Sat, 23 Aug 2008 18:43:52 -0700
Hi all,
I need your help. It turns out to be a known problem that you can't use
hyperref with Memoir. However, there's supposedly a fix, known as
memhfixc.sty. Supposedly, if you \usepackage{memhfixc} AFTER you
\usepackage{hyperref}, they can coexist. See this:
http://209.85.215.104/search?q=cache:8kIeWO2Ho9oJ:www.tug.org/pracjourn/2006-3/wilson/wilson.pdf+memoir+hyperref+ifpdf&hl=en&ct=clnk&cd=3&gl=us
<http://209.85.215.104/search?q=cache:8kIeWO2Ho9oJ:www.tug.org/pracjourn/2006-3/wilson/wilson.pdf+memoir+hyperref+ifpdf&hl=en&ct=clnk&cd=3&gl=us>
However, when I make a trivial latex file based on the preceding document, it
fails. Here's the file:
\documentclass{memoir}
\usepackage{hyperref}
\usepackage{memhfixc}
\usepackage{mempatch}
\begin{document}
hello world.
\end{document}
Most of my documents are with memoir and hyperref, with no problem. I
usually have:
\usepackage{hyperref}
\hypersetup{pdftex, bookmarks, backref, letterpaper, colorlinks=true,
urlcolor=black}
\usepackage{memhfixc}
But, I tries your document and it works, too ...
Eran