6 Mar
2007
6 Mar
'07
10:40 a.m.
Hi Luigi, Sorry, no time right now for an elaborate example. luigi scarso wrote:
ie, the very first word in bold face and upper case, the following in normal face if and only of the very first word was equal to the first word of actual item (I know, it's strange).
I would propose you create your own combined list (\definecombinedlist) and use that instead of the TOC. You have to write the items to that list explicitly then, but it would be reasonably straightforward. Another option is to create a dummy macro that you redefine where it is needed. \unexpanded \def\tocbf#1{{\bf #1}} vs \unexpanded \def\tocbf#1{#} and \section{\tocbf{Bold} ..} Best, Taco