나는 사용하려고젤라텍스자체 클래스와 내가 찾은 글꼴이 있습니다.다른 스택 교환 사이트.
다음은 최소 작업 예입니다. Roboto
글꼴은 이라는 하위 디렉터리의 동일한 폴더에 있습니다 Roboto
. 내용은 a.tex
다음과 같습니다.
\documentclass[]{b}
\begin{document}
some text
\end{document}
내용은 다음과 b.cls
같습니다.
\LoadClass{article}
\RequirePackage[quiet]{fontspec}
\setmainfont[Mapping=tex-text, Color=textcolor]{Roboto/Roboto-Light.ttf}
그럼 난 달리고 있어
xelatex a.tex
다음 오류가 발생합니다.
LaTeX Font Warning: Font shape `EU1/Roboto/Roboto-Light.ttf(0)/m' undefined
(Font) using `EU1/lmr/m/n' instead on input line 2.
! Missing number, treated as zero.
<to be read again>
n
l.2 ..., Color=textcolor]{Roboto/Roboto-Light.ttf}
누구든지 이 문제를 해결하도록 도와줄 수 있나요?
저는 Debian Wheezy를 사용하고 있으며 texlive 2013을 사용하고 있습니다.