• latex 编译


    1)

    Command Line:   pdflatex.exe --interaction=errorstopmode --synctex=-1 "XXX.tex"

    ! Critical Package xeCJK Error: The xeCJK package requires XeTeX to function.
    (xeCJK)                         
    (xeCJK)                         You must change your typesetting engine to
    (xeCJK)                         "xelatex"
    (xeCJK)                         instead of plain "latex" or "pdflatex" or
    (xeCJK)                         "lualatex".
    (xeCJK)                         Loading xeCJK will abort!

    Type to continue.
     ...                                              
                                                      
    l.43 ..._critical:nn { xeCJK } { Require-XeTeX } }
                                                      

    Process has been terminated ...


    2)

    Command Line:   latex.exe --src --interaction=errorstopmode --synctex=-1 "XXX.tex"

    ! Critical Package xeCJK Error: The xeCJK package requires XeTeX to function.
    (xeCJK)                         
    (xeCJK)                         You must change your typesetting engine to
    (xeCJK)                         "xelatex"
    (xeCJK)                         instead of plain "latex" or "pdflatex" or
    (xeCJK)                         "lualatex".
    (xeCJK)                         Loading xeCJK will abort!

    Type to continue.
     ...                                              
                                                      
    l.43 ..._critical:nn { xeCJK } { Require-XeTeX } }
                                                      

    Process has been terminated ...

    还是一样的错误。
     

    3)

    换成XeLatex

    ! LaTeX Error: Unknown option `CJKtextspaces' for package `fontspec-xetex'.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type  H  for immediate help.
     ...                                              
                                                      
    l.456 \ProcessOptions*
                          

    Process has been terminated ...

  • 相关阅读:
    ubuntu设置初始的root密码
    Linux界的老古董
    FaceChain集成最强开源SDXL,生成人像质感拉满!
    大结局:奥特曼等人将加入微软
    JavaScript中的闭包
    阿里资深专家撰写出的Nginx底层与源码分析手册,GitHub已爆赞
    【毕业设计】基于SSM与大数据分析的停车场管理系统
    什么情况下你会使用AI工具(chatgpt、bard)?
    从0到1CTFer成长之路——1git(全网最详细)
    QT DAY4
  • 原文地址:https://blog.csdn.net/anlongstar/article/details/132731539