> 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/zh-tw/zhi-shi-ku/017-can-i-use-overleaf-with-paperpile.md).

# 我可以將 Overleaf 與 Paperpile 一起使用嗎？

## 更新於 2022 年 7 月 13 日

自從此頁面首次發佈以來，Paperpile 已推出新的 Overleaf 整合，讓 Overleaf 和 Paperpile 使用者的寫作流程更簡便。請造訪部落格頁面 [如何使用 Overleaf 和 Paperpile 建立參考文獻資料庫——逐步指南](https://www.overleaf.com/blog/how-to-create-a-bibliography-using-overleaf-and-paperpile-a-step-by-step) 以取得最新資訊。

## 為保存檔案參考價值而保留的舊內容

您可以從 Paperpile 匯出參考文獻資料庫，以便在 Overleaf 中使用。此外，如果您將此匯出檔案儲存到可直接連結的位置（例如 Google 雲端硬碟），當您新增參考文獻時，就能輕鬆保持同步。

### 如何從 Paperpile 匯出您的 .bib 檔案

這裡有一份 [快速指南](http://forum.paperpile.com/t/how-to-export-a-document-and-citations-to-latex-and-bibtex/784) 說明如何匯出 `.bib` 您在 Paperpile 資料庫中的檔案。

您現在可以如下所述，將參考文獻資料庫加入您的 Overleaf 專案。

### 如何將參考文獻資料庫加入您的文件

首先，您需要上傳 `.bib` 您剛從 Paperpile 匯出的檔案，透過「上傳檔案」按鈕上傳到 Overleaf。如果您使用像 Google 雲端硬碟這類雲端式文件管理服務，您可以用將檔案連結起來的方式進行，讓未來更容易更新您的 bib 檔案——請參閱 [這篇說明文章](/latex/zh-tw/zhi-shi-ku/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 維基書](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/zh-tw/zhi-shi-ku/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.
