我在 OverLeaf (pdflatex / TexLive 2019) 中编译以下内容并得到:
Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding): removing `\\' on input line 7.
我在网上找到了很多建议,使用换行符强制将第二作者移至新行。但是,这会干扰 hyperref 和所有 PDF 字符串业务。有什么建议可以绕过这个问题吗?或者这可能是 OverLeaf 的问题?
谢谢你!
梅威瑟:
\documentclass[final,xcolor={dvipsnames}]{beamer}
\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\title{Title}
\author{Author1 \\ Author2}
\begin{document}
\begin{frame}
\begin{block}{Test block}
\begin{itemize}
\item item1
\item item2
\end{itemize}
\end{block}
\end{frame}
\end{document}