최소한의 경우
% 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
or 를 사용하고 있을 것입니다 xelatex
. 이러한 엔진은 메서드와 함께 작동하지 않습니다 inputenc
. 클래스는 사용에 대해 가정을 하는 것으로 보이 므로 or inputenc
에 대해서만 작성됩니다 .latex
pdflatex