I don't know why the math in section is not show in bookmark?
\documentclass{amsart}
\usepackage{bookmark}
\usepackage{hyperref}
\hypersetup{
pdfencoding=auto
}
\begin{document}
\section[\texorpdfstring{$\varepsilon$ in section}{epsilon in section}]{$\varepsilon$ in section}
\end{document}
It seems that my code should work, c.f. Math in table of contents, bookmarks and heading, but I don't know why it is not?
In fact, I find it work for article but not work for amsart.


\varepsilonis not. You should also at least get some warnings when you compile. – daleif Nov 10 '14 at 11:52textalphapackage and saying\texorpdfstring{$\varepsilon$}{\textepsilon}might work – cgnieder Nov 10 '14 at 12:04