我正在尝试将图像添加到 TeXShop 上的文档中,但一直看到此错误:
Package inputenc Error: Unicode character (U+2069) (inputenc) not set up for use with LaTeX.
l.9 ...udegraphics{12g}
我在另一个帖子中看到一个答案说我应该用 ASCII 重新输入该行,但我不知道或不明白如何做到这一点。
这是我的代码:
\documentclass{article}
\usepackage{graphicx}
\graphicspath{ {/Desktop/Plots/} }
\begin{document}
\begin{figure}
\includegraphics{12g}
\end{figure}
\end{document}
有人知道如何解决这个问题吗?任何想法都将不胜感激!