Shown in the following pic:

It seems the Roman page number for front-matter look too dark in ToC, so how to make it as normal font but not change the bold Arabic number for chapters?
|
Shown in the following pic:
It seems the Roman page number for front-matter look too dark in ToC, so how to make it as normal font but not change the bold Arabic number for chapters? |
||||
|
Your global setting may differ slightly, but the following works:
The macro responsibly for setting the Since writing to the ToC has to be done with care (to avoid expansion), using |
|||
|
|
It nearly works in my case. See.
[XeLatex in Texlive 2012 Ubuntu] The first front page number is bold and the chapter 1 number is normal. I don't know why this happened, here is the tex code:
TOC content
\usepackage[nottoc]{tocbibind} is used to exclude 'Contents' in the list. Only Chapter 1 is included for test. If I put \def \@pnum@font {\normalfont } on top and \def \@pnum@font {\bfseries } below Nomenclature in TOC, then recompile it, it works. But if run Bibtex, the orders will be of course disturbed again. |
|||||||||||
|
\documentclassare you using? – Werner Dec 29 '12 at 0:28