> 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/016-can-i-use-overleaf-with-endnote.md).

# Overleaf를 EndNote와 함께 사용할 수 있나요?

네, EndNote에서 참고문헌 목록을 내보내 Overleaf에서 사용할 수 있습니다. 내보낸 파일은 Overleaf 프로젝트에 직접 업로드하거나 외부 파일 호스팅 서비스에서 가져올 수 있습니다.

## EndNote에서 .bib 파일을 내보내는 방법

다음은 보여주는 가이드입니다 [내보내는 방법 `.bib` EndNote 라이브러리에서 파일을](https://library.unimelb.edu.au/recite/reference-management-software/bibtex-and-latex/managing-citations2/endnote). EndNote에서 BibTeX로 내보내기 옵션이 보이지 않으면 필요한 EndNote 스타일을 다운로드하고 설치해야 할 수 있습니다 [플러그인](http://endnote.com/downloads/style/bibtex-export).

## Overleaf 프로젝트에 .bib 파일을 추가하는 방법

EndNote에서 참고문헌을 내보낸 후 파일 업로드 아이콘(![UploadIcon.png](/files/39b637c883c2cc64d9210ead5eda2b635d48a8dc))을 선택하여 **파일 추가** 모달을 표시합니다. 내보낸 `.bib` 파일은 다음을 사용하여 프로젝트에 추가할 수 있습니다 **업로드** 또는 **외부 URL에서 가져오기**:

![Overleaf 파일 추가 업로드 창](/files/ad9a998c383d5adc0f8dd4bb78ab7e53a7bfd6d1)

### 업로드 사용

다음을 드래그 앤 드롭할 수 있습니다 `.bib` 파일을 다음 창에 **파일 추가** 끌어다 놓거나 다음을 사용해 파일을 선택할 수 있습니다 **컴퓨터에서 선택**.

**참고**:

* 파일을 업로드하면 `.bib` 파일을 프로젝트에 직접 업로드하면 이후 Overleaf 편집기를 사용해 편집할 수 있습니다. 단, 파일이 다음 크기를 초과하지 않는 경우에 한합니다 [2MB 편집 가능 파일 제한](https://github.com/ayaka-notes/overleaf-learn-wiki/tree/main/learn-scripts/index.php?title=Kb/What_is_the_maximum_compilation_time,_file_number,_and_project_size_allowed_on_free_vs_paid_plans?\&action=edit\&redlink=1/README.md).
* 파일을 편집하면 `.bib` Overleaf에서, 프로젝트의 참고문헌이 EndNote에 저장된 것과 더 이상 동기화되지 않을 수 있습니다.

### 외부 URL에서 가져오기 사용

내보낸 파일을 `.bib` Google Drive와 같은 직접 다운로드를 허용하는 클라우드 기반 파일 호스팅 서비스에 저장했다고 가정해 봅시다. 다음을 사용하면 **외부 URL에서 가져오기**, 외부에 호스팅된 파일의 사본을 가져올 수 있습니다 `.bib` 파일을 Overleaf 프로젝트로 가져올 수 있습니다. 자세한 내용은 Overleaf 도움말 문서를 [Google Drive에서 파일을 어떻게 업로드하나요?](/latex/ko/knowledge-base/051-how-can-i-upload-files-from-google-drive.md)

**참고**:

* 다음을 가져온 경우 `.bib` Google Drive 또는 이와 유사한 파일 호스팅 서비스를 통해 가져왔다면 Overleaf에서 편집할 수 없습니다. 다음을 업데이트해야 합니다 `.bib` 파일을 Overleaf 밖에서 수정한 뒤 다음을 선택하여 가져온 사본을 새로 고쳐야 합니다 `.bib` 파일을 선택하고 다음을 선택한 다음 **새로 고침** 페이지 상단에 있는 버튼을 사용합니다—다음을 참조하세요 [이 영상](https://learn.overleaf.com/learn/Kb/How_can_I_upload_files_from_Google_Drive%3F#Video_showing_Google_Drive_file_upload) 데모를 보려면.

## 내보낸 .bib 파일 사용

참고문헌 파일이 업로드되면, 여러 참고문헌 패키지를 사용해 문서에서 관련 항목을 표시할 수 있습니다(인용한 대로). 예를 들어, 우리는 종종 다음을 사용합니다 `natbib` 패키지를 사용하며, 이를 위한 명령어는 `natbib` 다음과 같이 보입니다:

```latex
...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}
```

문서에 참고문헌을 추가하는 방법에 대한 추가 정보는 다음의 2부를 참조하세요 [LaTeX 소개](https://www.overleaf.com/blog/9).


---

# 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/016-can-i-use-overleaf-with-endnote.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.
