Consider the following MWE:
Code: Select all
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[bookmarks=true]{hyperref}
\begin{document}
\section{$\chi^{2}$ Test}
Something.
\end{document}
Code: Select all
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref) removing `math shift' on input line 8.
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref) removing `\chi' on input line 8.
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref) removing `superscript' on input line 8.
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)
Thank you in advance!