> 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/07-biblatex-bibliography-styles.md).

# Biblatex 참고문헌 스타일

다음 명령은 참고문헌 스타일을 설정하고 참고문헌 파일을 가져오는 명령입니다. 참조 [biblatex를 사용한 참고문헌 관리](/latex/ko/references-and-citations/03-bibliography-management-with-biblatex.md) 를 참조하세요.

```latex
%서문에
%--------------------------------
  \usepackage[
    backend=biber,
    style=스타일이름,
  ]{biblatex}

 \addbibresource{bib파일}
%--------------------------------

%참고문헌이 출력될 위치
  \printbibliography
```

여기서 *bibfile* 는 참고문헌 .bib 파일의 이름이며 *stylename* 는 다음 중 하나입니다:

| stylename     | 출력                                                                        |
| ------------- | ------------------------------------------------------------------------- |
| `숫자형`         | ![BiblatexStylesEx1.png](/files/b4cbde558d17fa6319ab503c2b3c9202e96763c2) |
| `알파벳형`        | ![BiblatexStylesEx2.png](/files/8e97c13176dbfd9012148a3086f24e14ba778d62) |
| `저자-연도형`      | ![BiblatexStylesEx3.png](/files/ccd8f4a24c9334f3b626095f88e78507864d00a3) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/e4ad50a42a8437bf69fc708d06a05b722276724d) |
| `상세`          | ![BiblatexStylesEx5.png](/files/5f0817814be14a21cd25ae27c6e3e347e6d97046) |
| `읽기`          | ![BiblatexStylesEx6.png](/files/7d24bc14aeeff7aa2519ddb6683b390f3a605729) |
| `초안`          | ![BiblatexStylesEx7.png](/files/94315b84c93ab281ef9446fd01c319db2d3ae9c3) |

다음 `초안` 이 스타일은 최종본 이전에 문서를 편집할 때 사용하도록 고안되었으며, 인용된 출처를 추적하기가 더 쉬워집니다.

다음에서 사용할 수 있는 추가 참고문헌 스타일이 몇 가지 있습니다. [Overleaf](http://www.overleaf.com/)

| stylename          | 출력                                                                         |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/ff670643d1cd840a77bea89c19a0c4c6aebb9932) |
| `apa`              | ![APA reference style](/files/c9d6ed803eacb130e440990bf8e7373f54809513)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/9c5d778c9bd5465a9466b8516d9dca2f67f4196e) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/63513eb39674dab512bdc74cc47e97c72c070685) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/fdbdcc8bf455cb5241a31908b38feea48eaa7579) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/372416eb914c9ac4b8263328461423bd1652c4cd) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/03153da41e7a5f370dd27f78bd766aaed578908f) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/c62b94e156a443f7e2cc29848f564540465adc32)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/aebca0740adf5cb9ebb76a7d3acf3bf85b5fdb1e)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/62d633976c8783c603b9a8c390caa3c2bbda0c47) |
| `nature`           | ![BiblatexStylesEx11.png](/files/67a8d966a9a34f027559c8c39e9ef010d43863da) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/f7504492ef0b2df0f51abfe62bcd78058c9c3127) |
| `phys`             | ![BiblatexStylesEx13.png](/files/3c52d9b7055162c52e690e590c64835ddc15b134) |
| `science`          | ![BiblatexStylesEx14.png](/files/6486d168beadae80a37b76e17b6fccfb5f3cbc29) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/86d0cc7763fb5eced9c0386f2e9557929ac0665d) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/28e65f806e26ae2d716c1eb218aebc74f5874948) |

더 많은 스타일은 다음을 통해 찾을 수 있습니다. [CTAN에서 검색하기](https://ctan.org/search?phrase=biblatex+styles).

## 추가 읽을거리

자세한 내용은 다음을 참조하세요

* [LaTeX에서 참고문헌 관리](/latex/ko/more-topics/05-bibliography-management-in-latex.md)
* [Biblatex 인용 스타일](/latex/ko/references-and-citations/08-biblatex-citation-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/07-biblatex-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.
