Replies: 6 comments 3 replies
|
没用过 texshop,改用 overleaf 或者vscode试试吧,这些有教程 |
0 replies
|
参考文献编译用命令行,不一定要用IDE的。 hzzmail ***@***.*** 签名由 网易邮箱大师 定制 在2021年05月19日 02:52,Zixuan Wang 写道: 没用过 texshop,改用 overleaf 或者vscode试试吧,这些有教程 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
|
1 reply
|
texshop 需要手动调用 biber 编译。另外不要用 |
1 reply
|
命令行或终端,到你文件所在目录下,输入命令biber zjuthesis,回车。就这么简单。 hzzmail ***@***.*** 签名由 网易邮箱大师 定制 在2021年05月19日 14:24,BeiniZhao 写道:
|
1 reply
|
你就先不要用ide了,先把pdf删掉,用终端进你的目录。三步编译 xelatex zjuthesis biber zjuthesis xelatex zjuthesis 如果还不行,就写个简单的文档,文档内使用biblatex,引用一篇文献,编译一下,看结果,看你的环境是不是ok的。 hzzmail ***@***.*** 签名由 网易邮箱大师 定制 在2021年05月19日 15:28,BeiniZhao 写道: 我用mac的终端试了一下好像还是不行TAT — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
|
0 replies
|
你跑个简单示例看看,比如: 命令行编译: 看结果,是否正确: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
您好,我想请问一下如何在mac的texshop中引用参考文献,我是生成了BibTex格式文件后复制到body/ref.bib上的,之后在原文中\cite{}但是出现的是我写的内容变成了文字上标,我尝试在package里面加上[backend=bibtex]但还是编译不出,textshop只能用xelatex和bibtex没有看到之前同学说的biber,求解决方法!还有请问参考文献会自动在附录前生成吗,如果不能是否需要加什么代码?拜托各位大佬了QAQ

All reactions