使用助理创建参考书目
要了解助理中特定的参考书目风格(例如,如何使用芝加哥风格的引文), 请威博体育我们的助理样式页面。
使用助理
在Zotero中输入源代码后,以助理格式导出存储它们的库或集合(不要导出注释或文件,只导出源代码)。 接下来要做的是:
对于TeXShop
- 将参考书目保存为。Bib文件与论文文件放在同一个文件夹中。 确保文件名以。bib结尾。
- 让乳胶处理你的。bib file, add to the end of your .tex file these three lines (论文。号码布为参考书目文件名): \bibliography{thesis}
\bibliographystyle{filename}
\nocite{*}
- 要对参考书目进行更改,可以编辑。bib file directly or make changes in Zotero.
- To generate a PDF with your bibliography, in the .tex file, 第一个 typeset with 乳胶(click the first dropdown menu and select 乳胶)

- 然后 typeset with 助理 (click the first dropdown menu and select 助理)
- and 最后 typeset in 乳胶 again, and then typeset in 乳胶 once more.
注意: 使用上述方法可以得到一个错误日志,它允许您对参考书目中的错误进行故障排除。 建议您在完成以上步骤至少一次后使用下面的快捷方式。
As a shortcut to the three typesetting stages, click the 宏 button --> Applescript --> 参考书目.
对于TeXnicCenter
- 将参考书目保存为。Bib文件与论文文件放在同一个文件夹中。 确保文件名以。bib结尾。
- 让乳胶处理你的。bib file, add to the end of your .tex file these three lines (论文。号码布为参考书目文件名): \bibliography{thesis}
\bibliographystyle{filename}
\nocite{*}
- 要对参考书目进行更改,可以编辑。直接使用bib文件或在Zotero中进行更改。
- 在.tex文件中生成PDF格式的参考书目:
- 第一个 click 构建 on the tool bar --> 当前文件——>构建 点击这里查看截图
- 下一个 click 构建 on the tool bar --> 当前文件——> 助理 点击这里查看截图
- 最后 click 构建 on the tool bar --> 当前文件——>构建
Natbib备忘单
要了解如何在natbib中对引文样式进行微小更改,请查看此 Natbib备忘单。
威博体育