> 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/05-natbib-bibliography-styles.md).

# Natbib 参考文献样式

## Natbib 样式

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

```latex
%在导言区
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%参考文献将打印的位置
  \bibliography{bibfile}
```

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

| stylename  | 输出                                                                      |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/37ef9b79d4e2980ca3ef3e62771832fa632926c5) |
| `plainnat` | ![NatbibStylesEx3.png](/files/910721606f6140d089088b6536b1657cbf8ec0b9) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/0afb970e57136ca7176d38bd030a8cdd6a0f2107) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/1b29fb12165cac1847efd2d3cd1d507df8de4488) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/641429fcfbe788e42a143cc9563922dc6b76d267) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/7b03fa967459c6db1ad7f18a6f63fc7ff5b80e79) |

## 进一步阅读

* [使用 natbib 进行文献管理](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/02-bibliography-management-with-natbib.md)
* [Natbib 引用样式](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/06-natbib-citation-styles.md)
* [Natbib 宏包文档](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [国际语言支持](/latex/zh-cn/yu-yan/03-international-language-support.md)
* [大型项目中的管理](/latex/zh-cn/wen-dang-jie-gou/07-management-in-a-large-project.md)
* [目录](/latex/zh-cn/wen-dang-jie-gou/02-table-of-contents.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/05-natbib-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.
