zoukankan      html  css  js  c++  java
  • Latex 编译错误: ! pdfTeX error (ext4): pdfendlink ended up in different nesting level than pd fstartlink. 解决方法

    最近写 AAAI 的文章,下载了其模板,但是蛋疼的是,总是提示错误,加上参考文献总是出错:

    如下:

    ! pdfTeX error (ext4): pdfendlink ended up in different nesting level than pd

    fstartlink.

    AtBegShi@Output ...ipout ox AtBeginShipoutBox

    fi fi

    l.119 egin{equation}

     

    ! ==> Fatal error occurred, no output PDF file produced!

    Transcript written on "Sample Mining AAAI 2017 --- V3.log". 

    最近终于调试出原因了,因为最好不要在这个模板里面用 超链接符号宏包,莫非是不兼容的问题??

    可以看到我原本是使用了 usepackage{hyperref} 这个宏包 。。。

     

    那么,现在将其注释掉,看看是否还是这个错误呢? 

     可以看出,恩,确实是这个原因导致的 。。。

    在 AAAI 的模板上不要使用这个超链接宏包 。。。。即可 。。。

  • 相关阅读:
    Struts2-result配置结果视图
    Struts2 -action处理业务请求
    struts 2
    mvc模式
    vue之webpack安装配置vue
    vue之webpack
    文件上传
    LinkedList详解
    ArrayList详解
    HashMap详解
  • 原文地址:https://www.cnblogs.com/wangxiaocvpr/p/5860286.html
Copyright © 2011-2022 走看看