MiKTeX 2.9 を使用して Windows 7 で最小限の XeLaTeX ドキュメントをコンパイルしようとしています。インストールされている MikTeX パッケージをすべて更新しましたが、コンパイル中にまだ多くのエラーが発生します。
\documentclass[10pt]{article}
\usepackage{fontspec,lipsum}
\setmainfont[Ligatures=TeX]{Adobe Garamond Pro}
\listfiles
\begin{document}
\section{Introduction}
\lipsum[1]
\end{document}
たくさんのエラーを乗り越えてリターンキーを押すと、動作するドキュメントが表示されますが、PDF の先頭にデバッグ用のコメントがいくつかあります。以下を参照してください。
ログ ファイルの最初のエラーは次のとおりです。
\l_fontspec_tmp_int=\count122
LaTeX Info: Redefining \itshape on input line 1893.
LaTeX Info: Redefining \slshape on input line 1897.
LaTeX Info: Redefining \scshape on input line 1901.
LaTeX Info: Redefining \upshape on input line 1905.
("C:\Program Files\MiKTeX 2.9\tex\latex\fontspec\fontspec.cfg"
! Undefined control sequence.
<argument> \c_keys_code_root_tl
fontspec/Ligatures/Historical
l.8 ...tureoption{Ligatures}{Historic}{Historical}
?
! Undefined control sequence.
<argument> \c_keys_code_root_tl
fontspec/Ligatures/Historic
l.8 ...tureoption{Ligatures}{Historic}{Historical}
?
))) (C:\Users\desktop\AppData\Roaming\MiKTeX\2.9\tex\latex\lipsum\lipsum.sty
Package: lipsum 2011/04/14 v1.2 150 paragraphs of Lorem Ipsum dummy text
\c@lips@count=\count123
)
Requested font "Adobe Garamond Pro" at 10.0pt
-> C:/Windows/Fonts/AGaramondPro-Regular.otf
Requested font "Adobe Garamond Pro/ICU" at 10.0pt
-> C:/Windows/Fonts/AGaramondPro-Regular.otf
! Undefined control sequence.
\fontspec_get_features:n ...st ,#1}\str_if_eq:xxF
{\l_fontspec_hexcol_tl \l_...
l.4 ...mainfont[Ligatures=TeX]{Adobe Garamond Pro}
?
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
完全なログファイルはここにあります:テンプレート.log
インストールされているシステム フォントをいくつ使用しても同じ結果が得られます。ドキュメントをエラーなしで正しくコンパイルし、結果の PDF の先頭にある余分な情報を省略したいと思います。