> 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/04-bibtex-bibliography-styles.md).

# BibTeXの参考文献スタイル

## 導入と例

を使用する場合、 [BibTeX](/latex/ja/to-1/01-bibliography-management-with-bibtex.md)、参考文献スタイルを設定し、参考文献ファイルを次の2つのコマンドで読み込みます：

```latex
  \bibliographystyle{stylename}
  \bibliography{bibfile}
```

ここで `bibfile` は参考文献名です `.bib` ファイル名（拡張子なし）で、 `stylename` は、以下に示す値のいずれかです [下の表](#table-of-stylename-values).

Overleafで開ける例を以下に示します— `.bib` ファイルはあなた用に作成されます：

```latex
\documentclass[a4paper,10pt]{article}
\usepackage[english]{babel}
%目次に「参考文献」を含めます
\usepackage[nottoc]{tocbibind}

%文書のタイトル、日付、著者
\title{参考文献管理：BibTeX}
\author{Overleaf}

%文書の開始
\begin{document}

\maketitle

\tableofcontents

\medskip

\section{第1節}
この文書は、参考文献管理におけるBibTeXの使用例です。3つの項目が引用されています：\textit{The \LaTeX\ Companion} の書籍 \cite{latexcompanion}、アインシュタインの論文 \cite{einstein}、そして Donald Knuth のウェブサイト \cite{knuthwebsite}。\LaTeX\ に関連する項目は \cite{latexcompanion,knuthwebsite} です。

\medskip

%参考文献スタイルをUNSRTに設定し、
%参考文献ファイル「sample.bib」を読み込みます。
\bibliographystyle{unsrt}
\bibliography{sample}
\end{document}
```

[Overleafで開く（適切な .bib ファイルが生成されます）](<https://www.overleaf.com/docs?engine=\&snip_name\[]=main.tex\&snip\[]=\documentclass\[a4paper,10pt]{article}&#xA;\usepackage\[english]{babel}&#xA;%Includes+"References"+in+the+table+of+contents&#xA;\usepackage\[nottoc]{tocbibind}&#xA;&#xA;%Title,+date+an+author+of+the+document&#xA;\title{Bibliography+management:+BibTeX}&#xA;\author{Overleaf}&#xA;&#xA;%Begining+of+the+document&#xA;\begin{document}&#xA;&#xA;\maketitle&#xA;&#xA;\tableofcontents&#xA;&#xA;\medskip&#xA;&#xA;\section{First+Section}&#xA;This+document+is+an+example+of+BibTeX+using+in+bibliography+management.+Three+items+are+cited:+\textit{The+\LaTeX\\+Companion}+book+\cite{latexcompanion},+the+Einstein+journal+paper+\cite{einstein},+and+the+Donald+Knuth's+website+\cite{knuthwebsite}.+The+\LaTeX\\+related+items+are+\cite{latexcompanion,knuthwebsite}.+&#xA;&#xA;\medskip&#xA;&#xA;%Sets+the+bibliography+style+to+UNSRT+and+imports+the+&#xA;%bibliography+file+"sample.bib".&#xA;\bibliographystyle{unsrt}&#xA;\bibliography{sample}&#xA;\end{document}\&snip_name\[]=sample.bib\&snip\[]=@article{einstein,&#xA;++author+=+++++++"Albert+Einstein",&#xA;++title+=++++++++"{Zur+Elektrodynamik+bewegter+K{\\"o}rper}.+({German})&#xA;+++++++++++++++++\[{On}+the+electrodynamics+of+moving+bodies]",&#xA;++journal+=++++++"Annalen+der+Physik",&#xA;++volume+=+++++++"322",&#xA;++number+=+++++++"10",&#xA;++pages+=++++++++"891--921",&#xA;++year+=+++++++++"1905",&#xA;++DOI+=++++++++++"http://dx.doi.org/10.1002/andp.19053221004"&#xA;}&#xA;&#xA;@book{latexcompanion,&#xA;++++author++++=+"Michel+Goossens+and+Frank+Mittelbach+and+Alexander+Samarin",&#xA;++++title+++++=+"The+\LaTeX\\+Companion",&#xA;++++year++++++=+"1993",&#xA;++++publisher+=+"Addison-Wesley",&#xA;++++address+++=+"Reading,+Massachusetts"&#xA;}&#xA;+&#xA;@misc{knuthwebsite,&#xA;++++author++++=+"Donald+Knuth",&#xA;++++title+++++=+"Knuth:+Computers+and+Typesetting",&#xA;++++url+++++++=+"http://www-cs-faculty.stanford.edu/\\~{}uno/abcde.html"&#xA;}\&main_document=main.tex>)

## スタイル名の値一覧

| stylename | 出力                                                                         |
| --------- | -------------------------------------------------------------------------- |
| `abbrv`   | ![BibtexStylesEx1.png](/files/1eeea41e21e84ac701bb9bb3609344ea290590fb)    |
| `acm`     | ![BibtexStylesEx2.png](/files/f693cc58ad27ffe0a5e9964445aae38eb212c883)    |
| `alpha`   | ![BibtexStylesEx3.png](/files/baaaeccfc4aa7fd6481190cce89a84f3f4f31b2e)    |
| `apalike` | ![BibtexStylesEx4.png](/files/62c0cd145bb2e51b95e019b930517c78ba431021)    |
| `ieeetr`  | ![BibtexStylesEx5.png](/files/9795221da6551a7a4e095cec547d675f7557fe25)    |
| `plain`   | ![BibtexStylesEx6new.png](/files/89550233b85ff8224f00d5ff6a8b281b416be52a) |
| `siam`    | ![BibtexStylesEx7.png](/files/70525df82fe93691b3e72412f261f6a4a1035ece)    |
| `unsrt`   | ![BibtexStylesEx8.png](/files/21458eda0f142c8d39d8a5666569603c0d3b180e)    |

## さらに読む

詳しくは以下を参照してください：

* [bibtex を使った文献管理](/latex/ja/to-1/01-bibliography-management-with-bibtex.md)
* [CTANウェブサイトのBibTeXドキュメント](http://www.ctan.org/tex-archive/biblio/bibtex/contrib/doc/)
* [tocbibindパッケージのドキュメント](ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/tocbibind.pdf)
* [natbib を使った参考文献管理](/latex/ja/to-1/02-bibliography-management-with-natbib.md)
* [biblatex を用いた参考文献管理](/latex/ja/to-1/03-bibliography-management-with-biblatex.md)
* [目次](/latex/ja/wen-shu-gou-zao/02-table-of-contents.md)
* [大規模プロジェクトでの管理](/latex/ja/wen-shu-gou-zao/07-management-in-a-large-project.md)
* [複数ファイルの LaTeX プロジェクト](/latex/ja/wen-shu-gou-zao/08-multi-file-latex-projects.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/04-bibtex-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.
