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

# Natbib の文献スタイル

## Natbib スタイル

次のコマンドは、参考文献スタイルを設定し、参考文献ファイルを読み込むものです。参照: [natbib を使った参考文献管理](/latex/ja/to-1/02-bibliography-management-with-natbib.md) 詳細は。

```latex
%プリアンブル内で
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%参考文献が出力される場所
  \bibliography{bibfile}
```

ここで *bibfile* は参考文献の .bib ファイル名で、 *stylename* 次のいずれかです:

| stylename  | 出力                                                                      |
| ---------- | ----------------------------------------------------------------------- |
| `dinat`    | ![NatbibStylesEx1.png](/files/3f7e8796fe2c4c94b92177fa00e12d46a72b8289) |
| `plainnat` | ![NatbibStylesEx3.png](/files/62f82283cb35e76260b1e1f51231012df2147b93) |
| `abbrvnat` | ![NatbibStylesEx4.png](/files/39e5c8b7d3de9d8e6c1e605e79230df62eb8b1c3) |
| `unsrtnat` | ![NatbibStylesEx5.png](/files/828c10a8e591aa34d3d6cd2b7ad821d83ad39e86) |
| `rusnat`   | ![NatbibStylesEx6.png](/files/9a35968210a942aec69fa399288bd5bcde77d245) |
| `ksfh_nat` | ![NatbibStylesEx7.png](/files/83a348c63c8eab7836391e5eb789760f8bde94ab) |

## さらに読む

* [natbib を使った参考文献管理](/latex/ja/to-1/02-bibliography-management-with-natbib.md)
* [Natbib 引用スタイル](/latex/ja/to-1/06-natbib-citation-styles.md)
* [Natbib パッケージのドキュメント](http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/natbib/natbib.pdf)
* [国際言語サポート](/latex/ja/yan-yu/03-international-language-support.md)
* [大規模プロジェクトでの管理](/latex/ja/wen-shu-gou-zao/07-management-in-a-large-project.md)
* [目次](/latex/ja/wen-shu-gou-zao/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/ja/to-1/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.
