zoukankan      html  css  js  c++  java
  • pandoc latex ! Undefined control sequence.

     # pandoc changelog.md --latex-engine=xelatex --template=pandoc.template -o changelog.pdf
    
    ! Undefined control sequence.
    l.88 ...版本,******

      查了好多关于 “! Undefined control sequence.” 的问题,试了所有很多方法无用,最后无意间找到问题所在:

      即 " " ,使用 latex 转换,将 " " 识别为转义字符,但是后面没有跟需要转移的内容,其实原来的意图是需要使用 " ",那么就需要使用 转义或者 ` ` 包含起来即可

      例如:我想表达一个window目录:C:WindowsFonts  就可以写作:

    1. C:\Windows\Fonts
    
    2. C:`\`Windows`\`Fonts

    若还有有其他问题,可以参考 https://www.overleaf.com/learn/latex/Errors/Undefined_control_sequence (后来找到这里有更具体分析),https://www.jianshu.com/p/dcc2f95cc086?utm_campaign=maleskine 等等

  • 相关阅读:
    简易表格练习
    CSS圆角样式
    力不从心
    学渣在努力~
    嫌疑人
    poj1308 Is it a tree?
    悲剧文本
    迷宫问题
    n皇后问题
    油田
  • 原文地址:https://www.cnblogs.com/clovershell/p/14653611.html
Copyright © 2011-2022 走看看