> 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/08-biblatex-citation-styles.md).

# Biblatex の引用スタイル

## はじめにと例

Biblatex には多数の引用スタイルがありますが、引用スタイルが設定されていない場合、LaTeX は次に一致するものを使用します [参考文献スタイル](/latex/ja/to-1/07-biblatex-bibliography-styles.md)。以下は、 `biblatex` パラメータ `style=alphabetic` を使って引用スタイルを `alphabetic`.

```latex
\documentclass{article}
\usepackage[
backend=biber,
style=alphabetic,
]{biblatex}
\title{bibLaTeX の例}
\addbibresource{sample.bib} %参考文献ファイルを読み込みます

\begin{document}
\section{第1節}

引用されている項目: \textit{The \LaTeX\ Companion} の書籍 \cite{latexcompanion}、アインシュタインの論文 \cite{einstein}、そしてディラックの書籍 \cite{dirac}。これらは物理学関連の項目です。次に、クヌースの2冊の本を引用します: \textit{Fundamental Algorithms} \cite{knuth-fa} と \textit{The Art of Computer Programming} \cite{knuth-acp}。

\medskip

\printbibliography
\end{document}
```

この例を Overleaf で開く（ `sample.bib` ファイルは自動で作成されます）。

この例では、次の出力が生成されます:

![biblatex の例](/files/7162831952cfec485ed387daf27b1fe9867c10a8)

## 引用スタイル

標準的な引用スタイルには次のものがあります:

* `数値式` 本文中の引用向けに設計された数値引用方式を実装します。数値 [参考文献スタイル](/latex/ja/to-1/07-biblatex-bibliography-styles.md).
* `numeric-comp` の簡潔版です。 `数値式` モードです。次のような引用は *\[1, 2, 3]* に置き換えられます *\[1-3]*.
* `numeric-verb` verbose 版の `数値式` スタイルです。代わりに *\[2, 5, 7]* は次のように出力されます *\[2];\[5];\[7]*.
* `alphabetic` 標準の `alpha` と似た **bibtex**スタイルにおけるアルファベット式引用方式。アルファベット式の参考文献スタイルと併用します。
* `alphabetic-verb` verbose 版の `alphabetic` スタイルです。代わりに *\[Doe98, Doe95, Farn2004]* は次のように出力されます *\[Doe98];\[Doe95];\[Farn2004]*.
* `authoryear` 著者年方式の引用スキームを実装します。著者年方式の参考文献スタイルと併用します。
* `authoryear-comp` の簡潔版です。 `authoryear` スタイルです。1つの引用コマンドに渡された後続の参照が同じ著者を共有する場合、著者名は 1 回だけ出力されます。 *Doe 1992, 1995* の代わりに *Doe 1992, Doe 1995*.
* `authoryear-ibid` の変種です `authoryear` 脚注引用向けです。繰り返しの引用は略語 *ibidem*.
* `authoryear-icomp` の機能を組み合わせたスタイルです `authoryear-comp` と `authoryear-ibid`
* `authortitle` 著者-題名方式を実装します。脚注での引用向けです。
* `authortitle-comp` の簡潔版です `authortitle`。代わりに *Doe, 第1の題名; Doe, 第2の題名* これは次のように出力されます *Doe, 第1の題名, 第2の題名*.
* `authortitle-ibid` の変種です `authortitle` 脚注引用向けです。繰り返しの引用は略語 *ibidem*.
* `authortitle-icomp` 組み合わせたスタイル `authortitle-comp` と `authortitle-ibid`.
* `authortitle-terse` の変種です `authoritle` 参考文献一覧に同じ著者/編集者による作品が複数ある場合にのみ題名を出力します。
* `authortitle-tcomp` …を組み合わせたスタイル `authortitle-terse` と `authortitle-comp`.
* `authortitle-ticomp` …を組み合わせたスタイル `authortitle-icomp` と `authortitle-terse`.
* `詳細版` エントリが初めて引用されたときは完全な引用を出力し、その後は短縮版を出力する引用スタイルです。
* `読書` 同名の参考文献スタイルに対応する引用スタイルです。 `authortitle` スタイルを読み込みます。

異なる学術誌や論文で人気のある、標準外の引用スタイルもほかにあります

* 科学分野では:
  * 米国化学会（ACS）スタイル
  * 米国物理学会（AIP）スタイル
  * 米国数学会（AMS）スタイル
  * バンクーバー方式
  * 米国電気電子学会（IEEE）スタイル
  * Nature スタイル
  * Science スタイル
* 人文科学では:
  * シカゴ・スタイル
  * ハーバード参照方式
  * MLA スタイル
* 社会科学では:
  * 米国心理学会（APA）スタイル

| 引用スタイル  | `biblatex` スタイル名     |
| ------- | -------------------- |
| ACS     | `chem-acs`           |
| AIP     | `phys` (\*)          |
| Nature  | `nature`             |
| Science | `science`            |
| IEEE    | `ieee`               |
| Chicago | `chicago-authordate` |
| MLA     | `mla`                |
| APA     | `apa`                |

(\*) これは新しいスタイルです。参照先: <http://ctan.org/pkg/biblatex-phys>

## 参考文献

詳しくは次を参照してください。

* [LaTeX における参考文献管理](/latex/ja/sononotopikku/05-bibliography-management-in-latex.md)
* [Biblatex の参考文献スタイル](/latex/ja/to-1/07-biblatex-bibliography-styles.md)
* [Biblatex パッケージのドキュメント](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [目次](/latex/ja/wen-shu-gou-zao/02-table-of-contents.md)
* [大規模プロジェクトでの管理](/latex/ja/wen-shu-gou-zao/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/ja/to-1/08-biblatex-citation-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.
