ولی حالا یه مشکل دارم
اول اینو بگم خروجی فارسی رو با Texworks گرفتم ولی خوب خیل ادیتور ساده ایه، AutoCompeletion هم نداره سخت میشه کار کرد
بعلاوی اینکه الان خروجیم چپ به راسته نمیدونم چرا
دوما میخواستم از TexMaker BiDi استفاده کنم
طبق فایل راهنما Quick Build رو روی xelatex –shell-escape -interaction=nonstopmode -synctex=-1 %.tex تنظیم کردم
دفعه اول این خطا رو میده:
!
! Fatal fontspec error: "cannot-use-pdftex"
!
! The fontspec package requires either XeTeX or LuaTeX to function.
!
! You must change your typesetting engine to, e.g., "xelatex" or "lualatex"
! instead of plain "latex" or "pdflatex".
!
! See the fontspec documentation for further information.
! For immediate help type H <return>.
دفعه بعد بهم میگه Error Command Could Not Be Started
توی فایلم هم اینا رو نوشتم:
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8
% This is a simple template for a XeLaTeX document using the "article" class,
% with the fontspec package to easily select fonts.
\documentclass[11pt]{article} % use larger type; default would be 10pt
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\defaultfontfeatures{Mapping=tex-text} % to support TeX conventions like ``---''
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX
\setmainfont{X Nazanin} % set the main body font (\textrm), assumes Charis SIL is installed
%\setsansfont{Deja Vu Sans}
%\setmonofont{Deja Vu Mono}
% other LaTeX packages.....
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or....
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\title{پایان نامه کارشناسی}
\author{نویسنده}
%\date{} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\begin{document}
\maketitle
\section{سلام}
تست تستس تست تست
%\subsection{}
\end{document}