I want to include chapters of the form
\chapter[Measures $\mu$]{\texorpdfstring{Measures $\boldsymbol{\mu}$}{Measures}}
Here the [..] are for formating the Layout in the title, and \texorpdfstring{}{} is used to distinguish between the heading and what is written in the toc.
When doing so, it ignores the pdf string and I get the correct heading, the correct header but the wrong output in the PDF heading.
Can someone tell me why and indicate a way to fix this?
[]option is used in the toc and pdf so\texorpdfstringin the main argument is not used. – David Carlisle Mar 18 '18 at 15:27