Small Case to Sentence Case in TOC
Hello!
I am creating a brand guide where the chaper headings are in small caps (e.g. typography) and in the TOC, I need it to be in Sentence Case (e.g. Typography). I am wondering how to achieve this. Thank you!
Hello!
I am creating a brand guide where the chaper headings are in small caps (e.g. typography) and in the TOC, I need it to be in Sentence Case (e.g. Typography). I am wondering how to achieve this. Thank you!
It's picking up the contents of the Chapter Heading paragraph style.
Okay... so do you have autonumbering on the Chapter Head style? Or are you applying numbering on the TOC style?
If the whole TOC string begins with chapter head numbering, the GREP style will have to bypass that to reach the first actual letter. That can get involved, but this should select one digit plus a following white space and ignore it, then apply the uppercase style to the first letter: (?<=\d\t)[\l]
I think your combination of styles, styling and text layout might be a little convoluted; this all might work better if it's simplified.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.