path
我在使用软件包中的命令处理我的投影仪幻灯片时遇到了一些问题。在 64 位 Ubuntu 18.10 上url
提供以下 MWE会产生错误: 。有推荐的解决方法吗?pdflatex
! LaTeX Error: Option clash for package url
\documentclass{beamer}
\usepackage[obeyspaces]{url} % Preserve spaces in \path command
\begin{document}
\begin{frame}{Test}
Navigate to \path{C:\Program Files\}
\end{frame}
\end{document}