我刚买了一台新 Mac。所以我下载了TeXShop并尝试排版一个测试文件。我得到了这个错误:
xelatex:未找到命令。
我的前言中有什么问题吗?是的,我确信我的前言中有很多错误(我可以稍后更正它们)。但是现在,具体来说,我的前言中有什么问题会导致 TeXShop 无法排版?在我之前的 Mac 上运行着相同版本的 TeXShop。而且排版很好。我想知道可能出了什么问题。
这是我的测试文件:
%!TEX TS 程序 = xelatex %!TEX 编码 = UTF-8 Unicode
\documentclass[12pt,landscape]{文章}
\usepackage{lettrine} \usepackage{fancyhdr} \usepackage{setspace} \usepackage{fancybox}
\usepackage{tabulary} \setlength\tymin{100pt} \setlength\tymax{\maxdimen}
\usepackage[xetex, %colorlinks=true, pdfstartview=FitH]{hyperref}
\usepackage{xltxtra}
\usepackage{geometry} %\geometry{letterpaper}
%\geometry{landscape} %\geometry{twocolumn}
%%\usepackage[parfill]{parskip} %\usepackage{graphicx} %\usepackage{amssymb}\usepackage{xunicode}
\usepackage{fontspec} \input{bidi.tex}
\setmainfont[Mapping=tex-text]{Minion Pro 中} %\setsansfont[Mapping=tex-text]{GFS Neohellenic} \setsansfont[Mapping=tex-text]{Myriad Pro}
\setmonofont{Courier} \newfontfamily{\ezr}[Script=Hebrew,Scale=1.5]{SBL Hebrew} \newfontfamily{\por}[Script=Greek]{Minion Pro Display} \newfontfamily{\ath}[Script=Coptic]{Accordance} %\newfontfamily{\ath}[Script=Coptic,Scale=1.1]{Antinoou}
\newfontfamily{\scripture}{Minion Pro Cond Italic Display} %SLANTED TEXT \newfontfamily{\preface}{Minion Pro Semibold Cond Display} \newfontfamily{\cite}[Script=Latin,Scale=.9]{Minion Pro Cond Display} \newfontfamily{\ger}[Script=Latin]{1517 Gilgengart} \newfontfamily{\app}[Script=Latin]{0425 Uncialis Romana} %\newfontfamily{\syr}[Script=Latin,Scale=1.5]{Peshitta}
\newfontfamily{\syr}[Script=Syriac,Scale=1.3]{Accordance}
使用边注时 %INCLUDE %\setlength{\marginparsep}{0.3in}
\geometry{verbose,letterpaper,tmargin=0.8英寸,bmargin=0.8英寸,lmargin=0.8英寸,rmargin=0.8英寸,headheight=0.5英寸,headsep=0.2英寸,footskip=1.0英寸}
% 页眉和页脚的文本 \pagestyle{fancy} \lhead{{\scriptsize
John 2:1-11; Sun, Jan 20\textsuperscript{th}, 2020} } \chead{{\scriptsize \href{http://stevebauer.us}{Pastor Steve Bauer} } } \rhead{{\scriptsize \href{http://www.immanuelgibbon.org}{Immanuel Lutheran Church}} }\usepackage{大脚}
\DeclareNewFootnote[para]{默认} \DeclareNewFootnote[para]{B}[alph] \MakeSortedPerPage{footnoteB}
\newcounter{footalt} \def\thefootalt{\fnsymbol{footalt}} \MakeSortedPerPage[2]{footalt} \WithSuffix\def\footnotedefault'{\refstepcounter{footalt}% \Footnotedefault{\thefootalt}}
\renewcommand\footnoterule{\vspace*{-3pt}% \hrule 宽度 1.5in 高度 0.4pt \vspace{2.6pt}}
\usepackage{multicol} \setlength{\columnsep}{.7 厘米}
\begin{文档} \begin{多列*}{2}
\section*{} \lettrine{字数}{字数}
\end{多列*}
\结束{文档}
最后,请大家耐心等待。我使用 Tex 已有几十年了。但多年来我并没有在编码方面做太多工作。所以我已经生疏了。