> 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/narejjibsu/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/f578eeca91851f0cb1aebec83f12b1c799fc8c51)）を表示するには **ファイルを追加** モーダルが表示されます。エクスポートした `.bib` ファイルは次を使ってプロジェクトに追加できます **アップロード** または **外部URLから**:

![Overleaf の「ファイルを追加」アップロードウィンドウ](/files/181d1783c334a479c7ecac5045546b7f841d9086)

### アップロードを使う

ドラッグ＆ドロップできます `.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 ドライブなどの直接ダウンロードを許可するクラウドベースのファイルホスティングサービスに保存しているとします。次を使うと **外部URLから**、外部ホストされた〜のコピーをインポートできます `.bib` ファイルを Overleaf プロジェクトに取り込めます。詳細は、Overleaf のヘルプ記事をご覧ください [Google ドライブからファイルをアップロードするには？](/latex/ja/narejjibsu/051-how-can-i-upload-files-from-google-drive.md)

**注**:

* 〜をインポートした場合 `.bib` Google ドライブや同様のファイルホスティングサービス経由で取り込んだ場合、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/ja/narejjibsu/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.
