I'm using flowfram to add thumb indexes to the edge of the book I'm writing. I want to specify exactly what is printed in the tab. Right now it is the same as what appears in the ToC. I'd prefer the tabs to just include the part number or text I designate.
\usepackage[thumbtabs]{flowfram}
\makethumbtabs{5cm}[part]
\begin{document}
\enablethumbtabs
...
\part{This will appear in first tab}
...
\part[This will appear in second tab]{This will not appear}
What I want to appear is "Part I: Foo" and "Part II: Bar". Is there a way to specify that?
If I use the \part[] to specify the text, that text also appears in the ToC. I'd like to set different text on the page, in the ToC, and in the thumbtab.
