In my LaTeX file I've got some chapter titles with partial italicised text. With the hyperref package, I get the required bookmarks, etc. but the style for these partial italicised text disappears.
Just wondering if it's possible to implement this? I've had a look at using the bookmark package, but I'm not sure which options (if any) to use, given that I'm not looking to have the entire text italicised, only bits of it.
Thanks for the assistance!
Here's a MWE that I'm running using pdflatex:
\documentclass[12pt,a4paper]{report}
\usepackage{hyperref}
\begin{document}
\chapter{\textit{Some Italic Text} and Some Normal Text}
\end{document}