> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/can-kao-wen-xian-he-yin-yong/07-biblatex-bibliography-styles.md).

# Biblatex 参考文献样式

接下来的命令用于设置参考文献样式并导入参考文献文件。参见 [使用 biblatex 进行参考文献管理](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/03-bibliography-management-with-biblatex.md) 以了解更多信息。

```latex
%在导言区
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

 \addbibresource{bibfile}
%--------------------------------

%参考文献将打印的位置
  \printbibliography
```

其中 *bibfile* 是参考文献 .bib 文件的名称，而 *stylename* 是以下之一：

| stylename     | 输出                                                                        |
| ------------- | ------------------------------------------------------------------------- |
| `数字`          | ![BiblatexStylesEx1.png](/files/7f0e2398b6ce3e0a7ab08a86764c8e3554fbc545) |
| `字母式`         | ![BiblatexStylesEx2.png](/files/1d59ffcf18166451a21205d9838f8ab0b2087ff0) |
| `作者-年份`       | ![BiblatexStylesEx3.png](/files/d84a2e7c3242395b806091799f698b1cb6afe275) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/683e3f7fecbc3ce013d24ec589a415d913b43ea9) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/68771b2c8b2bdf1c726377ce3fee9d37c98dd597) |
| `阅读`          | ![BiblatexStylesEx6.png](/files/57f38db7a9fb19568eab69d14e76420b497923cb) |
| `草稿`          | ![BiblatexStylesEx7.png](/files/38673f5e9b375a1117c89ead84ad4dc8e1e8de66) |

该 `草稿` 该样式旨在用于在最终版本之前编辑文档，因为它更便于跟踪所引用的来源。

你还可以使用一些额外的参考文献样式 [Overleaf](http://www.overleaf.com/)

| stylename          | 输出                                                                         |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/f6a75a3f3faf8911955a3c3dd68246ceb32938f1) |
| `apa`              | ![APA reference style](/files/442b5f393cbb83d96d8c53afe67b718e60d5df24)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/c36653ccb4faa820e12f69d762cc9a1a44764053) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/d429185256587a501360e69ce5890bfd039db0d3) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/3723bf7272f371850fdaea16a9a29061f5a8fd49) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/6b57b8a9e6d108afec846b0a91017c2cf05ac15e) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/af09d703b93a111aa0690d765a7240efe8eb125e) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/c12d328dc9f9eed054d265b083f27e23949bb6f9)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/ab54be72a229530165d3481daac4c1d2252d5af0)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/969ac21f4d6e3786643d283e69d54e987d038c2a) |
| `nature`           | ![BiblatexStylesEx11.png](/files/9b5ff58e9059beef04af865b2adf3448f12f0a10) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/753e6579bf26d7140340ee885887f9ecc7316bbf) |
| `phys`             | ![BiblatexStylesEx13.png](/files/1e8c6d089b7a5741a4819fee976e93a6f6b45c5f) |
| `science`          | ![BiblatexStylesEx14.png](/files/7e50174637248c959085cb1c335e0b9227f38eb5) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/c9953a22c98837664be4b22f2177f1203f9f552e) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/1a4ad2b48edcc9058b40e5ec074fcf2d635ff106) |

更多样式可通过以下方式找到 [在 CTAN 上搜索](https://ctan.org/search?phrase=biblatex+styles).

## 进一步阅读

更多信息请参见

* [LaTeX 中的参考文献管理](/latex/zh-cn/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)
* [Biblatex 引用样式](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/08-biblatex-citation-styles.md)
* [Biblatex 宏包文档](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [目录](/latex/zh-cn/wen-dang-jie-gou/02-table-of-contents.md)
* [大型项目中的管理](/latex/zh-cn/wen-dang-jie-gou/07-management-in-a-large-project.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-cn/can-kao-wen-xian-he-yin-yong/07-biblatex-bibliography-styles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
