我在Windows 10上运行\documentclass{beamer}
pdfstudio。当我编译时,很多帧都出现错误,我无法找出错误在哪里,错误行69指的是:
\section{Descripción Tema y Motivación}
\begin{frame}
\frametitle{Descripción Tema y Motivación}
\begin{figure}[h!]
\centering
%\vspace{-13.41pt}
\includegraphics[width=\textwidth]{pending}
\end{figure}
\end{frame}
错误是:
! Undefined control sequence.
\reserved@b ->C:\Users
\eric .sanchez\Desktop \IFOP _investigador\ppt \figur...
l.69 \end{frame}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
提前感谢你的帮助,Eric
答案1
您似乎有一个\graphicspath
命令在参数中使用了反斜杠。请用斜杠替换它们(例如C:/Users
)。
如果可能的话,请避免使用绝对路径,通常这不是一个好主意。