包 hyperref 警告:PDF 字符串中不允许使用标记(Unicode):(hyperref)

包 hyperref 警告:PDF 字符串中不允许使用标记(Unicode):(hyperref)

我在标题部分有此警告:Package hyperref 警告:PDF 字符串中不允许使用令牌(Unicode):(hyperref)

以下是 MWE:

\documentclass[10pt,a4paper,french]{article}

\usepackage{mathtools}
\usepackage{babel}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket},math-style=french]{unicode-math}

\usepackage[scale={0.75,0.8},footskip=1.5cm,heightrounded]{geometry}
\usepackage{hyperref}

\NewDocumentCommand{\R}{}{\ensuremath{\symbf{R}}}


\begin{document}
    \R\ is ok   
    \section{But \R\ is not}
\end{document}

这只是一个警告,但我想了解一下。我发现了这篇文章:软件包 hyperref 警告:Beamer 标题页中的 PDF 字符串(Unicode)中不允许使用标记但我认为这并不完全一样

相关内容