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

# Biblatex 인용 스타일

## 소개 및 예제

Biblatex는 다양한 인용 스타일을 제공하지만, 인용 스타일이 설정되지 않으면 LaTeX는 다음과 일치하는 [서지 스타일](/latex/ko/references-and-citations/07-biblatex-bibliography-styles.md). 다음은 그 사용법을 보여 주는 최소 예제입니다 `biblatex` 매개변수 `style=alphabetic` 인용 스타일을 다음으로 설정하려면 `알파벳형`.

```latex
\documentclass{article}
\usepackage[
backend=biber,
style=alphabetic,
]{biblatex}
\title{bibLaTeX 예제}
\addbibresource{sample.bib} %서지 파일을 가져옵니다

\begin{document}
\section{첫 번째 섹션}

인용된 항목: \textit{The \LaTeX\ Companion} 책 \cite{latexcompanion}와 아인슈타인의 논문 \cite{einstein}, 그리고 디랙의 책 \cite{dirac}---이들은 물리학 관련 항목입니다. 다음으로 Knuth의 책 두 권을 인용하면: \textit{Fundamental Algorithms} \cite{knuth-fa}와 \textit{The Art of Computer Programming} \cite{knuth-acp}.

\medskip

\printbibliography
\end{document}
```

이 예제를 Overleaf에서 열어 보세요(다음의 `sample.bib` 파일이 자동으로 생성됩니다).

이 예제는 다음 출력을 생성합니다:

![biblatex 예제](/files/95517384b8a5a6eb8cf43a84157bf61228d74d62)

## 인용 스타일

표준 인용 스타일에는 다음이 포함됩니다:

* `숫자형` 본문 내 인용을 위한 숫자 인용 체계를 구현합니다. 숫자형 [서지 스타일](/latex/ko/references-and-citations/07-biblatex-bibliography-styles.md).
* `numeric-comp` 다음의 축약형 `숫자형` 모드입니다. 다음과 같은 인용은 *\[1, 2, 3]* 다음으로 대체됩니다 *\[1-3]*.
* `numeric-verb` 다음의 자세한 변형 `숫자형` 스타일입니다. 다음 대신 *\[2, 5, 7]* 가 출력됩니다 *\[2];\[5];\[7]*.
* `알파벳형` 표준 방식과 유사한 알파벳식 인용 체계 `alpha` 스타일의 **bibtex**. 알파벳식 서지 스타일과 함께 사용합니다.
* `alphabetic-verb` 다음의 자세한 버전 `알파벳형` 스타일입니다. 다음 대신 *\[Doe98, Doe95, Farn2004]* 가 출력됩니다 *\[Doe98];\[Doe95];\[Farn2004]*.
* `저자-연도형` 저자-연도 인용 체계를 구현합니다. 저자-연도 서지 스타일과 함께 사용합니다.
* `authoryear-comp` 다음의 축약형 `저자-연도형` 스타일입니다. 하나의 인용 명령에 전달된 이후의 참조들이 같은 저자를 공유하면 저자를 한 번만 출력합니다. 다음을 출력합니다 *Doe 1992, 1995* 대신 *Doe 1992, Doe 1995*.
* `authoryear-ibid` 다음의 변형 `저자-연도형` 각주 인용을 위해 고안되었습니다. 반복 인용을 약어 *ibidem*.
* `authoryear-icomp` 다음의 기능을 결합한 스타일 `authoryear-comp` 및 `authoryear-ibid`
* `authortitle` 저자-제목 체계를 구현합니다. 각주로 제시된 인용에 사용됩니다.
* `authortitle-comp` 다음의 축약형 `authortitle`. 다음 대신 *Doe, First title; Doe, Second title* 이렇게 출력됩니다 *Doe, First title, Second title*.
* `authortitle-ibid` 다음의 변형 `authortitle` 각주 인용을 위해 고안되었습니다. 반복 인용을 약어 *ibidem*.
* `authortitle-icomp` 다음을 결합한 스타일 `authortitle-comp` 및 `authortitle-ibid`.
* `다음의 변형` authoritle `해당 저자/편집자의 작품이 서지에 두 편 이상 있을 때만 제목을 출력합니다.` 해당 저자/편집자의 작품이 서지에 두 편 이상 있을 때만 제목을 출력합니다.
* `authortitle-tcomp` 다음을 결합한 스타일 `다음의 변형` 및 `authortitle-comp`.
* `authortitle-ticomp` 다음을 결합한 스타일 `authortitle-icomp` 및 `다음의 변형`.
* `상세` 항목이 처음 인용될 때는 전체 인용을 출력하고 이후에는 짧은 버전을 출력하는 인용 스타일입니다.
* `읽기` 같은 이름의 서지 스타일과 함께 사용하는 인용 스타일입니다. 다음을 불러옵니다 `authortitle` 스타일.

다른 비표준 인용 스타일도 있으며, 여러 학술지와 학위논문에서 널리 사용됩니다

* 과학 분야:
  * 미국화학회(ACS) 스타일
  * 미국물리학회(AIP) 스타일
  * 미국수학회(AMS) 스타일
  * 밴쿠버 체계
  * 전기전자공학자협회(IEEE) 스타일
  * Nature 스타일
  * Science 스타일
* 인문학 분야:
  * 시카고 스타일
  * 하버드 인용 스타일
  * MLA 스타일
* 사회과학 분야:
  * 미국심리학회(APA) 스타일

| 인용 스타일  | `biblatex` stylename |
| ------- | -------------------- |
| 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/ko/more-topics/05-bibliography-management-in-latex.md)
* [Biblatex 서지 스타일](/latex/ko/references-and-citations/07-biblatex-bibliography-styles.md)
* [Biblatex 패키지 설명서](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [목차](/latex/ko/document-structure/02-table-of-contents.md)
* [대규모 프로젝트에서의 관리](/latex/ko/document-structure/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/ko/references-and-citations/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.
