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} 被我注释掉了。

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

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

  • 相关阅读:
    werfault进程使用CPU率高
    oracel 拆分字符串
    TCP TIME WAIT
    netstat 命令
    Java 理论与实践: 并发集合类
    DIV与SPAN之间有什么区别
    oracle超出打开游标的最大数的原因和解决方案
    Quartz表达式
    Axis创建webservice客户端和服务端
    Web服务cxf框架发布2
  • 原文地址:https://www.cnblogs.com/shenxiaolin/p/12419680.html
Copyright © 2011-2022 走看看