szcf-weiya / TeXtemplates

There are some latex templates that I used.
1 stars 3 forks source link

Package hyperref Warning: Token not allowed in a PDF string (Unicode) #5

Closed szcf-weiya closed 2 years ago

szcf-weiya commented 2 years ago
Package hyperref Warning: Token not allowed in a PDF string (Unicode): removing `\mu' on input line 824.

Package hyperref Warning: Token not allowed in a PDF string (Unicode): removing `\lambda' on input line 824.

Package hyperref Warning: Token not allowed in a PDF string (Unicode): removing `math shift' on input line 357.
szcf-weiya commented 2 years ago

According to https://tex.stackexchange.com/questions/53513/hyperref-token-not-allowed, the solution is

replace

\subsection{$\bG = \bI$}

with

\subsection{\texorpdfstring{$\bG = \bI$}{G = I} }