最小限のケース
% http://tex.stackexchange.com/a/210664/13173 Do not have inputenc, since it is loaded with europecv package so defininig utf8 here
\documentclass[utf8,helvetica,narrow]{europecv}
\usepackage{graphicx} % Required to draw the logo
\usepackage[final]{pdfpages}
\usepackage[colorlinks,allcolors=blue]{hyperref}
\usepackage[right=2.5cm]{geometry} % language table impossible otherwise
% Define personal data
\ecvname{Masi} % No middle name
\begin{document}
Lorem.
\end{document}
パッケージの問題について苦情を受けています。前回、別のパッケージを組み込もうとしたパッケージに問題が発生したときに、次のようなエラーが発生しました。
(/usr/local/texlive/2014/texmf-dist/tex/latex/europecv/europecv.cls
Document Class: europecv 2006/04/24 (beta+Unicode TeX detection) European curri
culum vitae class
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2014/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2014/texmf-dist/tex/latex/tools/array.sty)
(/usr/local/texlive/2014/texmf-dist/tex/latex/tools/longtable.sty)
(/usr/local/texlive/2014/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
(/usr/local/texlive/2014/texmf-dist/tex/latex/europecv/ecven.def)
./cv_masi_2.tex:3: Undefined control sequence.
\europecv.cls-h@@k ...pecv class.}}\inputencoding
{utf8x}\let \@unprocessedo...
l.3 \usepackage
{graphicx} % Required to draw the logo
./cv_masi_2.tex:3: LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3 \usepackage
パッケージを更新したばかりですtlmgr update --all --self
が、問題は解決していません。OSX Yosemite を使用していますが、前回からコードに何も変更していないため、これが問題の原因である可能性があります。MacTeX のパッケージが変更された場合も、問題が発生する可能性があります。
最小限のケースでは依存関係の問題は見られますか?
答え1
おそらく (あなたは言っていませんが)lualatex
または を使用していますxelatex
。これらのエンジンは メソッドでは動作しませんinputenc
。 クラスは の使用について想定しているようなので、またはinputenc
のみを対象に記述されています。latex
pdflatex