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.

 

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

如下:

 

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

fstartlink.

\AtBegShi@Output ...ipout \box \AtBeginShipoutBox

\fi \fi

l.119 \begin{equation}

 

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

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

 

 

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

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

 

 

 

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

 

 

 

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

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

 

相关文章
|
5月前
|
NoSQL Linux
gdb调试产生code文件以及遇到的“file format not recognized”问题解决
gdb调试产生code文件以及遇到的“file format not recognized”问题解决
286 0
|
9天前
|
Python
IDA3.12版本的python,依旧报错IDAPython: error executing init.py.No module named ‘impRefer to the message win
IDA3.12版本的python,依旧报错IDAPython: error executing init.py.No module named ‘impRefer to the message win
|
5月前
|
SQL Java 数据库连接
错误:FUNCTION simple_notebook.count does not exist.解决方法
错误:FUNCTION simple_notebook.count does not exist.解决方法
解决办法:undefined reference to symbol 'shm_open@@GLIBC_2.2.5'
解决办法:undefined reference to symbol 'shm_open@@GLIBC_2.2.5'
225 0
|
编解码 并行计算
wrf--运行real.exe时报错:“Could not find level above ground“ error
在修改wrf初始场资料时,如果做了带通滤波处理,会发现在运行real.exe时报错:“Could not find level above ground” error 。
wrf--运行real.exe时报错:“Could not find level above ground“ error
[swscaler] Warning: data is not aligned! This can lead to a speedloss 的解决方法【FFmpeg】
[swscaler] Warning: data is not aligned! This can lead to a speedloss 的解决方法【FFmpeg】
626 0
[swscaler] Warning: data is not aligned! This can lead to a speedloss 的解决方法【FFmpeg】
|
安全 Linux
linux系统下,警告:warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] 和 warning: the `gets' function is dangerous and should
字符数组 的英文名字是 char [] gets()函数的基本用法为:char *gets(char *s); 该函数的参数是一个字符数组,该函数的返回值也是一个字符数组。 linux下的代码如下: 1 #include 2 3 int main() 4 { 5    c...
1918 0
|
Java 应用服务中间件 Android开发