
latex
木喃的井盖
这个作者很懒,什么都没留下…
展开
-
latex中标题的使用
chapter只能在book,bachelar这类型文章中使用,而不能在article中使用。如果想要设置chapter的格式 可参考 参考 上述链接中的ragged right的效果是左对齐 让chapter中内容居中,如下: \titleformat{\chapter}{\centering\sihao\bfseries}{第\,\chinese{chapter}\,章}{1em}{} \titlespacing{\chapter}{0pt}{-2pt}{2pt} \chapter{人工智能的定义}原创 2020-10-11 20:28:16 · 2993 阅读 · 0 评论 -
WinEdt下写latex使用bibTex参考文献时遇到 Citation xxx on page xxx undefined on input l或annot find example.bcf
在使用bib文件导入参考文献时,首先要bib 文件需要使用 biber 命令转化成 bbl 文件,之后 tex 文件才能找到相应的文献序号。但是我的WinEdt默认是使用biblatex.exe,自然就会出错。 设置WinEdt的默认bib编译器为biber.exe 然后对tex文件执行xelatext编译 再执行BibTex 最后再执行一次或两次xeLatex编译即可成功使TEX文件找到bib文件对应生成的bbl文件。 ...原创 2020-05-21 14:56:20 · 3552 阅读 · 0 评论