Search found 2 matches

by leo
Tue Nov 24, 2009 8:32 pm
Forum: General
Topic: Make cleveref, memoir and hyperref work together
Replies: 3
Views: 3005

Re: Make cleveref, memoir and hyperref work together

The question is actually harder than it looks. Currently lots of packages are modifying the label and ref from the latex kernel and these packages are difficult to work together. I have found a hack to make these three packages work side by side in my document. But I think the best thing to do for ...
by leo
Sun Nov 15, 2009 1:44 pm
Forum: General
Topic: Make cleveref, memoir and hyperref work together
Replies: 3
Views: 3005

Make cleveref, memoir and hyperref work together

I was able to make cleveref and memoir work with each other as in this example:

\documentclass{memoir}
\usepackage{amsmath}
\newcommand\fixme[1]{\framebox[0.5\textwidth]{\vrule height 5cm depth 0pt width 0pt #1}}
\newsubfloat{figure}

\makeatletter
\usepackage{varioref}
\let\label\@mem@old@label ...