2
votes
1answer
87 views

Package footnotebackref conflict with memoir

I'm using footnotebackref with memoir. The footnote is generated and the link from the text works (from hyperref presumably), but no link is created from the footnote back to the text. This appears ...
2
votes
1answer
45 views

Hyperref and Subfigure warning

I am using the memoir class, with the hyperref package. At one point, I have a couple subfigures: \begin{figure}[!ht] \centering %%% not \center ...
2
votes
1answer
142 views

memoir margins and hyperref

I'm trying to use the hyperref package with the memoir class but the bottom margin of the document is no longer 2 cm as I set it. Rather, it seems like there is no margin at all. When I remove the ...
6
votes
2answers
108 views

Hyperlinks in section name

I am trying to use the memoir class to typeset a document in which the section headings function as hyperlinks to other locations in the document, using the hyperref package. One of the ways that ...
1
vote
1answer
319 views

cross reference doesn't work with memoir

I'm getting to know memoir, and I cannot make cross references work. \usepackage[utf8]{inputenc} \usepackage{lipsum} \usepackage{graphicx} \usepackage{subfig} \usepackage{array} \usepackage{color} ...
13
votes
1answer
475 views

Is there a poisonous interaction between memoir, hyperref, and hyperxmp?

In another, now rather confused, question, I'm struggling to get copyright information into a PDF produced by memoir. The investigations so far have led to this problematical MWE: % !TEX TS-program ...
6
votes
1answer
229 views

How can I reset sectional counters in memoir class to avoid breaking ToC cross-referencing in a complex document?

I have already asked a similar question here: Incorrect ToC/Index cross-references when resetting memoir class counters and received a satisfactory answer. Now, I wish to apply the chapter counter ...
5
votes
1answer
365 views

Incorrect ToC/Index cross-references when resetting memoir class counters

The quasi-MWE below uses the memoir class and works fine. It produces a document with the following structure: ToC Book Part1 Chapter1 Part2 Chapter2 Index Here, cross-references in the ToC and ...
3
votes
1answer
149 views

hyperref causes a gap between the figure and subcaption with memoir

I'm experiencing a strange problem with memoir subfigure captions together with hyperref. Below is a working example: \documentclass{memoir} \usepackage{hyperref} \newsubfloat{figure} ...
4
votes
1answer
266 views

biblatex and tabular patching: error message

(/localhost/texlive/2011/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/localhost/texlive/2011/texmf-dist/tex/generic/oberdiek/se-ascii-print.def) (./TikZ-commands.tex) ...
2
votes
2answers
625 views

Error when trying to use \MakeTextUppercase to customize the table of contents

I get the following error when trying to use \MakeTextUppercase to customize the table of contents: ! Undefined control sequence. \find@pdflink ...ode \protected@edef \Hy@testname ...
6
votes
2answers
1k views

memoir class with subcaption and hyperref packages

This is similar to this question about using subfigures in memoir class and this one about using subfigure memoir and hyperref together Is it possible to use memoir class with sucaption package? I ...
3
votes
1answer
389 views

Hyperref breaks my all-caps ToC entries

I started out on this earlier question. I now have a simple and elegant etoolbox solution to making all-caps chapter entries, but leaving appendix entries untouched. Simple, elegant, and incompatible ...
5
votes
1answer
632 views

Making memoir Chapter entries in ToC all-caps and Appendix entries regular case, without breaking hyperref

I have a thesis style working, but around 10% of my code is a copy of memoir's \def\@chapter that lets me put all regular chapter entries in all caps, and keep appendix entries in regular case. This ...
9
votes
2answers
2k views

Is it possible to use hyperref, subfigure, and memoir together?

I asked a question about how to use subfigure with memoir. I got some great tips, but now pdflatex is making all subfigure hyper-refs point to the first couple subfigures. It also gives me this ...