\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage[bookmarksnumbered=true]{hyperref}
\hypersetup{
% bookmarks=true, % show bookmarks bar?
bookmarksopen=true,
unicode=true % non--Latin characters in Acrobat’s bookmarks
}
\begin{document}
\listoffigures
\section{
\texorpdfstring{Math symbols $\sum, \int$}%
{Math symbols sum, integral}
}
\section{Example: %
\texorpdfstring{$\{[\phi(t),p(\cdot)]\}$}
{$\{[\textphi(t),p(\textcdot)]\}$}
}
\section{Example: %
\texorpdfstring{$[\phi(t),p(\cdot)]$}
{$\{[\textphi(t),p(\textcdot)]\}$}
}
\end{document}
I have several section/subsection headings with math expressions like the above. Is there a way to make a general definition of \phi (or lambda or any other maths notation), so that \phi is a math symbol in the article and a text phi in bookmark?
If I have to do this every time, that means I have to write all section names twice, which was a bit unpleasant.

phito the one in the content? The currentphiin the bookmark is just too different to the one in the content. Thanks. – Chen Stats Yu Jan 14 '15 at 18:50