> 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-tw/can-kao-wen-xian-yu-yin-wen/05-natbib-bibliography-styles.md).

# natbib 參考書目樣式

## Natbib 樣式

接下來的指令是設定參考文獻樣式並匯入參考文獻檔案的指令。請參見 [使用 natbib 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/02-bibliography-management-with-natbib.md) 以了解更多資訊。

```latex
%在導言區中
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%參考文獻將被列印的位置
  \bibliography{bibfile}
```

其中 *bibfile* 是參考文獻 .bib 檔案的名稱，而 *stylename* 是以下其中之一：

| stylename  | 輸出                                                                      |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/59a1edd9464d242b7de6703b2dddac08b982a401) |
| `plainnat` | ![NatbibStylesEx3.png](/files/12dd484b41fd1183050735d4c4f264a2c00054c8) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/bc709bf721b8d1bdd3f7e57cd70386cbfeac2f40) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/2b0d478a00bc447d85cdb1474db8479ec196c809) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/826c0af3aa45ed7c7f2b826a5d36a5c956460b78) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/fb034ff9e770e69d57c38ce55bdd7cf425780f72) |

## 延伸閱讀

* [使用 natbib 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/02-bibliography-management-with-natbib.md)
* [Natbib 引用樣式](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/06-natbib-citation-styles.md)
* [Natbib 套件說明文件](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [國際語言支援](/latex/zh-tw/yu-yan/03-international-language-support.md)
* [大型專案中的管理](/latex/zh-tw/wen-jian-jie-gou/07-management-in-a-large-project.md)
* [目錄](/latex/zh-tw/wen-jian-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-tw/can-kao-wen-xian-yu-yin-wen/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.
