zoukankan      html  css  js  c++  java
  • LaTeX 编译时出现问题:The compiler is having trouble understanding a command you have used.

    编译overleaf时出现了这个错误:

     求助于 overleaf 的support staff,很快(不到1个小时)就得到了答复邮件,内容如下:

    Hello,
    
    Thanks for getting in touch!
    
    The complete error actually looks like this:
    
    

     And the actual command that has not been defined is "XMUT@value@chairman". (Similarly for XMUT@value@appraiser i.e. the next error.)

    
    This is because this particular template requires these values, but you have commented out the lines for chairman and appraiser in author.tex. Therefore if you re-enable these, the error messages will go away.
    
    Even if you need to leave the names blank, you would still need to write chairman{} and appraiser{}.
    
    I hope this helps.
    
    Best,
    LianTze
    
    —
    Dr. LianTze Lim
    Overleaf TeXpert

    原来是在 author.tex 这个文件中的, chairman{XXXX}  和 appraiser{XXXX} 被我注释掉了。

    然而,这两个值不可缺省,因此,不想要里面有内容的话,放空就可以了。

     问题得到解决,感谢林莲枝博士~

  • 相关阅读:
    链式前向星啊
    并 查 集 ! ! !
    看似很水的题--找画笔
    tarjan
    动态内存分配
    C++ 基础中的基础 ---- 引用
    STL 补档
    错题笔记和易错点提醒
    题解 P2253 【好一个一中腰鼓!】
    PAT-A1003
  • 原文地址:https://www.cnblogs.com/shenxiaolin/p/12419680.html
Copyright © 2011-2022 走看看