I'm using \texorpdfstring
to display math symbols in PDF bookmark. The problem I have is that: the symbol {}
is missing in the bookmark. Besides, I don't know how to show \underline{\sigma}
in unicode format. In a previous post, people suggested that I copy/paste unicode characters from https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts. But I didn't find the symbol \underline{\sigma}
on this website.
The codes I'm writing is:
\documentclass{article}
\usepackage[pdfencoding=unicode]{hyperref}
\usepackage{amsfonts}
\begin{document}
\section{The case of \texorpdfstring
{$f(x_i, \sigma)$, $\forall i \in \left\{1, 2, 3 \right\}$, $\forall
\sigma \in (0, \underline{\sigma})$}{f(xᵢ,σ), ∀i∈{1,2,3}, ∀σ∈(0,σ)}}
\end{document}
As shown in the above figure, the symbol {}
is missing in the bookmark (it should be i∈{1,2,3} rather than i∈1,2,3). Besides, I don't know how to type \underline{\sigma}
in unicode format.
Can anyone solve the two problems? Any answer or comments are welcome.
\lbrace
and\rbrace
.