
私は 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>.
私を手伝ってくれますか?