我在两台笔记本电脑上使用相同的 latex 代码,以及相同版本的 TexStudio 和 MikTex。一台运行代码顺利;另一台笔记本电脑出现主题错误,即“未找到文件‘currfile.sty’。“第一台笔记本电脑是第 11 代机型,而第二台是第 6 代机型。两台都安装了 Win 10。我不明白为什么第一台笔记本电脑运行相同的代码,而第二台笔记本电脑却不运行。我在第二台系统上重新安装了 Windows,但问题仍然存在。我提供了 MWC。
\documentclass[journal]{IEEEtran}
\makeatletter
\makeatother
\usepackage[dvipsnames]{xcolor}
\usepackage{mwe}
\graphicspath{ {./images/} }
\usepackage[english]{babel}
\usepackage[font=footnotesize]{caption}
\usepackage{standalone}
\ifCLASSINFOpdf
\captionsetup[subfigure]{skip=-2pt}
\begin{document}
\title{\huge Towards Spectrum Availability For Heterogeneous Users in Social Internet of Things}
\end{document}