\pdfgentounicode=1 抛出“未定义的控制序列”错误

\pdfgentounicode=1 抛出“未定义的控制序列”错误

我一直在尝试让我的简历通过 cv-parsers。我读了之后发现我必须使用\输入字形字符\pdfgentounicode=1命令。我添加了字形统一码在 Overleaf 中打开文件并使用上述命令进行编译。它让我未定义的控制序列错误。我不知道应该将这些语句添加到我的 latex 代码的哪个部分。有人可以指导我吗?这是我的代码的样子。

\documentclass[]{resume-openfont}
\pagestyle{fancy}
\resetHeaderAndFooter

\newcommand{....}
\input{glyphtounicode}
\begin{document}
      \pdfgentounicode=1
...rest of the body
\end{document}

相关内容