> 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/knowledge-base/145-using-bibliographies-on-overleaf.md).

# Overleaf에서 참고문헌 사용하기

## 소개

Overleaf에서는 LaTeX의 주요 참고문헌 관리 프로그램인 biblatex, natbib, bibtex을 모두 사용하여 참고문헌을 포함할 수 있습니다. 이 글에서는 다음 방법을 설명합니다:

* 새로운 `.bib` 참고문헌 데이터베이스를 저장할 파일
* 기존의 `.bib` 파일을 Overleaf 프로젝트에 업로드하기
* 파일을 `.bib` Overleaf 템플릿에서 시작하여 만들기.

**참고**: 유료 계정 사용자는 연결할 수 있게 해주는 프리미엄 기능에 접근할 수 있습니다 [Mendeley](/latex/ko/knowledge-base/070-how-to-link-mendeley-to-your-overleaf-account.md), [Zotero](/latex/ko/knowledge-base/073-how-to-link-zotero-to-your-overleaf-account.md), 그리고 [Papers](/latex/ko/knowledge-base/071-how-to-link-papers-to-your-overleaf-account.md) 를 자신의 Overleaf 계정에. 이러한 참고문헌 관리 프로그램들을 연결하면, `.bib` 참고문헌 라이브러리를 대량 가져오기 하거나 [고급 검색](/latex/ko/knowledge-base/076-how-to-search-for-references-in-an-overleaf-project.md) 을 사용하여 개별 참고문헌을 찾아 가져와 손쉽게 참고문헌 파일을 만들 수 있습니다.

## 참고문헌 데이터베이스 만들기

Overleaf 프로젝트에서 새 참고문헌 파일을 만들려면 편집기에서 **새 파일** 아이콘을 클릭합니다:

![Biblio1OLV2.png](/files/b2d10c1f6439556dd3ea020c5c2c1a69e43f9888)

입력 상자가 나타나 새 파일의 이름을 설정할 수 있습니다. 파일에는 `.bib` 확장자가 있어야 하며, 이 예제에서는 `mybibliography.bib`이라고 합니다. 이제 **만들기**.

![Biblio2OLV2.png](/files/fc306f77dda3274b1dcbcca3a6c20ae0a303260b)

새 파일이 왼쪽 패널에 표시됩니다. 내용을 편집하려면 그것을 클릭하세요. 거기에 참고문헌 항목을 추가합니다. ![Biblio3OLV2.png](/files/01a220e47942ed1e88bc5ae11c9f891a5bc58ab2)

이제 이 `.bib` 파일을 메인 `.tex` 파일에 가져올 수 있습니다. 다음 예를 보세요.

```latex
\documentclass{article}

\usepackage[
backend=biber,
style=alphabetic,
sorting=ynt
]{biblatex}

\addbibresource{mybibliography.bib}

\title{참고문헌 관리: \texttt{biblatex} 패키지}
\author{Share\LaTeX}
\date{ }

\begin{document}

\maketitle

\section{첫 번째 섹션}

\texttt{biblatex}를 사용하면 서지를 섹션별로 나누어 표시할 수 있으며,
인용 유형에 따라 달라집니다.
인용해 봅시다! 아인슈타인의 논문 \cite{einstein}과 디랙의
책 \cite{dirac}은 물리학 관련 항목입니다.
다음으로, \textit{The \LaTeX\ Companion} 책 \cite{latexcompanion},
Donald Knuth의 웹사이트 \cite{knuthwebsite}, \textit{The Comprehensive
Tex Archive Network} (CTAN) \cite{ctan}는 \LaTeX\ 관련 항목입니다; 하지만
다른 Donald Knuth의 항목 \cite{knuth-fa,knuth-acp}은
프로그래밍에 전념되어 있습니다.

\medskip

\printbibliography
\end{document}
```

![Biblio4OLV2.png](/files/60cb2d59fd5d2ff10bc5b385b7ac830291630ca5)

![Biblio5OLV2.png](/files/35fafd939abd22ce02fcf66d6d7eea31684cb35b)

명령은 `\addbibresource{mybibliography.bib}` 생성한 참고문헌 파일을 문서에 추가하여 해당 참고문헌을 사용할 수 있게 합니다. 자세한 내용은 [LaTeX에서 참고문헌 관리](/latex/ko/more-topics/05-bibliography-management-in-latex.md) 참고문헌 관리에 대한 자세한 정보를 보세요.

## 참고문헌 데이터베이스 업로드하기

Overleaf 프로젝트에서 사용해야 하는 참고문헌 파일이 이미 있다면 업로드할 수 있습니다. 왼쪽 패널 상단에 있는 **업로드** 아이콘을 클릭하세요.

![Biblio6OLV2.png](/files/3e41fe8cde083f74b6feef476e2c35112e3bdb24)

대화 상자가 나타나며, 파일을 끌어다 놓거나 `.bib` 를 선택하여 **컴퓨터에서 선택** 기기에서 파일을 업로드할 수 있습니다.

![Biblio7OLV2.png](/files/7ce38783517866b8bb024fd9b66953778b42ea48)

업로드 과정이 끝나면 `.bib` 파일을 메인 `.tex` 문서에 포함할 수 있습니다.

## 템플릿 사용하기

다음 [Overleaf 갤러리](https://www.overleaf.com/gallery) 는 여러 개의 [참고문헌 관련](https://www.overleaf.com/gallery?addsearch=Bibliographies) 템플릿을 포함한 방대한 템플릿 모음을 제공합니다:

![Biblio8OLV2.png](/files/7eac65fe14526159451b58ead270970ea41c52f0)

예를 들어 Gallery 검색에서는 다음 항목이 표시됩니다 [bibunits를 사용한 여러 참고문헌](https://www.overleaf.com/latex/examples/multiple-bibliographies-with-bibunits/ktgbztpwjnpb) 이 항목은 같은 문서에서 여러 참고문헌/참고문헌 목록을 만드는 방법을 보여줍니다:

![Biblio9OLV2.png](/files/b4226a16d7cc009d86dc0ba5e1812451ec6b0ca3)

“Open as Template”를 선택하면 Overleaf가 새 프로젝트를 생성하며, 이를 수정하여 작업의 기반으로 사용할 수 있습니다:

![Biblio10OLV2.png](/files/3561340ab6c0fe7be4802b33785acf3d211aa902)

## 지원되는 참고문헌 패키지

LaTeX의 참고문헌 관리에 대한 자세한 내용은 다음을 참조하세요.

* [LaTeX에서의 참고문헌 관리 (biblatex 사용)](/latex/ko/more-topics/05-bibliography-management-in-latex.md)
* [natbib를 사용한 참고문헌 관리](/latex/ko/references-and-citations/02-bibliography-management-with-natbib.md)
* [bibtex를 사용한 참고문헌 관리](/latex/ko/references-and-citations/01-bibliography-management-with-bibtex.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/knowledge-base/145-using-bibliographies-on-overleaf.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.
