TeXstudio에서 XeLaTeX로 컴파일

TeXstudio에서 XeLaTeX로 컴파일

저는 TexStudio + TexLive 2016을 사용하여 작업하고 있습니다. LaTeX 편집자 중에서 TeXstudio가 최고의 사용자 인터페이스를 가지고 있다고 믿으며, WinEdt의 라이센스 버전이 있어도 여전히 TeXstudio를 선호합니다.

이제 XeLaTeX와 LuaLaTeX로 컴파일하고 있습니다. Winedt나 TecnicCenter를 사용하면 결과는 괜찮지만 TeXstudio를 사용하여 다음 코드를 컴파일하면:

\documentclass[xcolor=sgvnames,a4paper,12pt,abntfigtabnum,normaltoc,capchap,rm,amstex,t]{report}
\usepackage[portuguese]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fontspec,xltxtra,xunicode}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Equa\c{c}\~oes Diferenciais Ordinárias}
\author{Raimundo Benedito do Nascimento}
%\date{}                                          

\begin{document}
\maketitle
\chapter{Introdu\c cão}
\section{Preliminares}
\end{document} 

다음과 같은 오류 메시지가 나타납니다.

Fatal fontspec error: "cannot-use-pdftex"
The fontspec package requires either XeTeX or LuaTeX.
You must change your typesetting engine to, e.g., "xelatex" or "lualatex"
instead of plain "latex" or "pdflatex".
For immediate help type H <return>.

저를 도와주실 수 있나요?

답변1

.Tools > Commands > XeLaTeX

TeXstudio의 이탈리아어 버전이 있습니다.

여기에 이미지 설명을 입력하세요

관련 정보