overleaf在线使用LaTeX踩坑与解决方案

举报
中杯可乐多加冰 发表于 2022/11/28 17:07:59 2022/11/28
【摘要】 1、刚开始导入后编译就不通过,报错:This compile didn’t produce a PDF. This can happen if:There is an unrecoverable LaTeX error. If there are LaTeX errors shown below or in the raw logs, please try to fix them and c...

1、刚开始导入后编译就不通过,
报错:
This compile didn’t produce a PDF. This can happen if:
There is an unrecoverable LaTeX error. If there are LaTeX errors shown below or in the raw logs, please try to fix them and compile again.
The document environment contains no content. If it’s empty, please add some content and compile again.
This project contains a file called output.pdf. If that file exists, please rename it and compile again.

解决方案:更改编译器为XeLaTeX,更改主入口为写文章的那个文件(默认一般为main)
在这里插入图片描述

2、编辑过程中latex能编译通过但是pdf为空白

解决方案:代码问题,查看log,回退到上一步找到出错的代码,可能是代码中汉字的问题

3、段与段落之间回车后并没有分段

在这里插入图片描述
解决方案:LaTeX段落的区分需要回车两次,即第二段和第一段之间至少要有一空行。

4、下标的错误,Double subscript : x_i_j
在这里插入图片描述

解决方案:用括号把他们括起来表示一个下标V=[v_{ij}]
或者使用$v_{i j}$

5、图片居中后面的文字也居中了

解决方案:
1)用括号把居中图片代码括起来,且回括号一定要空两行

{\centering\includegraphics[width=12cm]{Content/network.jpg}

}

2)使用\begin{center}和\end{center}框选需要居中的部分

6、Underfull \hbox (badness 10000) in paragraph
underfull是说该处排版内容太稀疏了(badness 10000)是TeX衡量排版效果好不好的一个尺度;
如果是Overfull则是说该处内容太多,超出了设定的印刷范围,这多数是由于系统无法找到合适的自动换行点造成的。

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。