Frabjous,
Thank you for the suggestions and reference to the hyperref manual. I'll study them and see what happens.
As for the section/subsection thing: my book has chapters and sections (memoir's default), and I chose not to show subsections in the TOC, so the TOC looks like:
Code: Select all
Chapter 1: Blah blah
1.1 Section One
1.2 Section Two
Sidebar: First One
So that's why I used \addcontentsline{toc}{section}. Just now, as an experiment, I tried subsection rather than section, without the \hspace. It mostly worked; I say "mostly" because the sidebar entries were just slightly less indented than the section entries, about a point or so. I guess hyperref doesn't know about chapters (or I need to tell it explicitly what my various levels are). This is the most complex book I've ever done, so I'm new at things like messing around with the TOC.
Thanks - David