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

# OverleafをPaperpileと併用できますか？

## 2022年7月13日更新

このページが最初に公開されて以来、Paperpile は Overleaf と Paperpile のユーザーの執筆ワークフローを簡素化するための新しい Overleaf 連携を開始しました。ブログページをご覧ください [Overleaf と Paperpile を使って参考文献一覧を作成する方法 — ステップバイステップガイド](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) 最新情報についてはこちらをご覧ください。

## アーカイブ目的のために残されている古いコンテンツ

Paperpile から参考文献一覧を書き出して Overleaf で使用できます。さらに、この書き出したファイルを直接リンク可能な場所（例: Google Drive）に保存しておけば、新しい文献を追加したときに簡単に同期を保てます。

### Paperpile から .bib ファイルを書き出す方法

こちらは [簡単なガイド](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) です。〜を書き出す方法についての `.bib` Paperpile ライブラリからのファイル。

以下に説明するように、これで参考文献一覧を Overleaf プロジェクトに追加できます。

### 文書に参考文献リストを追加する方法

まず、アップロードする必要があるのは `.bib` Paperpile から書き出したばかりのファイルを、［Upload Files］ボタンから Overleaf にアップロードすることです。Google Drive などのクラウドベースの文書管理サービスを使っている場合は、ファイルをリンクさせて将来の bib ファイルの更新を簡単にできるようにする方法で行えます。詳しくは [このヘルプ記事](/latex/ja/narejjibsu/051-how-can-i-upload-files-from-google-drive.md) 詳細については

参考文献ファイルをアップロードしたら、文書内で関連する項目を表示するために使用できる参考文献パッケージがいくつかあります（文献を引用したときに表示されます）。例として、私たちはよく次を使用します `natbib` パッケージを使用し、そのコマンドは `natbib` は次のようになります:

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

ファイルメニューから .bib ファイルを直接編集することもできます。文書に参考文献一覧を追加する方法の詳細については、 [LaTeX 入門コースの第2部](https://www.overleaf.com/blog/9)、または次もご覧ください [LaTeX Wikibook](http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

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