我有一份用 Tex 编写的简历,运行良好。由于出现问题,我不得不更换硬盘。我再次安装了 Miktex 2.9 和 TexMaker,并配置了软件包以即时下载和安装。我使用的是 Windows 7 x64
当我现在构建文件时,出现了几个错误,但第一个是:
! Undefined control sequence.
<recently read> \str_case:nnn
l.31 {Fontin}
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.
我用过这个模板。我再次下载了它,但它仍然无法构建。
这是我的文件中(我认为)产生错误的部分:
%FONTS
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}
%%% modified for Karol Kozioł for ShareLaTeX use
\setmainfont[
SmallCapsFont = Fontin-SmallCaps,
BoldFont = Fontin-Bold,
ItalicFont = Fontin-Italic
]
{Fontin}
%%%
我已经在我的计算机上安装了字体,它们也位于 .tex 文件的根目录中。
编辑:正如所要求的,这里有一个给出相同错误的示例文件:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Arial}
\begin{document}
\section*{Introduction}
This is Introduction
\end{document}
下面是最小示例的 .log(粘贴箱)