我已经从 tug.org 安装了 TexLive 2015。当我尝试使用 Texmaker 编译我的文件时,包括:
\usepackage[french]{babel}
Texmaker 回归:
! Package babel Error: Unknown option `francais'. Either you misspelled it
(babel) or the language definition file francais.ldf was not fou
nd.
与 \usepackage[francais]{babel} 存在同样的问题,但可以与 \usepackage[english]{babel} 一起使用。
我没有任何问题:
$ pdflatex myFile.tex
或使用其他软件如TeXwork。
有什么想法吗?谢谢