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

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

可以，您可以從 RefWorks 匯出書目以在 Overleaf 中使用。您需要 [登入 RefWorks](https://refworks.proquest.com/)，選取您想使用的參考文獻，並將它們匯出為 BibTeX 資料，儲存成帶有 `.bib` 副檔名。

若要將 `.bib` 檔案新增至您的 Overleaf 專案：

* [上傳 `.bib` 檔案手動](/latex/zh-tw/zhi-shi-ku/088-including-images-on-overleaf.md) 至您的 Overleaf 專案。
* 將它儲存到雲端儲存空間（例如 Google 雲端硬碟）中，並使用其檔案分享 URL 將其上傳到 Overleaf。

以下文章說明如何使用檔案分享 URL 將檔案上傳到 Overleaf：

* [如何從 Google 雲端硬碟上傳檔案？](/latex/zh-tw/zhi-shi-ku/051-how-can-i-upload-files-from-google-drive.md)
* [如何使用外部 URL 上傳檔案](/latex/zh-tw/zhi-shi-ku/081-how-to-upload-a-file-using-an-external-url.md)

### 如何將書目加入您的文件

上傳您的 `.bib` 檔案後，您可以使用各種書目套件來引用您的參考文獻並排版書目。以下範例示範了 [`natbib` 套件](https://ctan.org/pkg/natbib?lang=en)，這是一個常見的選擇：

```latex
\documentclass{article}  % 使用標準的 article 類別
\usepackage[numbers]{natbib}  % 載入具有數字引用的 natbib

\begin{document}

這裡有一個引用範例 \citep{sample_ref}。 % 以括號形式引用參考文獻

\bibliographystyle{plainnat}  % 選擇書目樣式
\bibliography{references}  % 使用名為「references.bib」的 .bib 檔案

\end{document}
```

## 延伸閱讀

如果您想進一步探索與在 LaTeX 中使用參考書目相關的主題，以下 Overleaf 文章可能會對您有幫助：

* [在 Overleaf 上使用參考書目](/latex/zh-tw/zhi-shi-ku/145-using-bibliographies-on-overleaf.md)
* [LaTeX 中的參考書目管理](/latex/zh-tw/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)
* [使用 natbib 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/02-bibliography-management-with-natbib.md)
* [使用 biblatex 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/03-bibliography-management-with-biblatex.md)
* [使用 bibtex 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/01-bibliography-management-with-bibtex.md)
* [如何在 Overleaf 專案中搜尋參考文獻](/latex/zh-tw/zhi-shi-ku/076-how-to-search-for-references-in-an-overleaf-project.md)
* [如何將 Mendeley 連結到您的 Overleaf 帳號](/latex/zh-tw/zhi-shi-ku/070-how-to-link-mendeley-to-your-overleaf-account.md)
* [如何將 Zotero 連結到您的 Overleaf 帳號](/latex/zh-tw/zhi-shi-ku/073-how-to-link-zotero-to-your-overleaf-account.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/zh-tw/zhi-shi-ku/018-can-i-use-overleaf-with-refworks.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.
