> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/blog/zh-tw/2026/ayakaleaf-pro-v6.2-xian-yi-fa-bu.md).

# Ayakaleaf Pro v6.2 現已發布

我們很榮幸宣布推出 Ayakaleaf Pro 6.2，這是社群中功能最強大、最豐富的線上 LaTeX 編輯器。特別感謝 yu-i-i 和 davrot 的寶貴貢獻。他們強化了 GitHub Sync，並加入進階引用搜尋與 Zotero 整合。

### 附註

* 一個新的必須項目 `OVERLEAF_INVITE_TOKEN_SECRET` 已新增環境變數，您必須使用以下方式產生： `openssl rand -base64 32` 如果未設定，您的 Overleaf 執行個體將無法啟動。
* 如果您啟用 GitHub Sync，您必須設定 `GITHUB_TOKEN_CIPHER_PASSWORD` 環境變數。此變數是安全加密 GitHub 存取權杖所必需的。若沒有它，您的 Overleaf 執行個體將無法啟動。
* 新增了一個 `DEFAULT_LATEX_COMPILER` 環境變數，用於設定新專案預設使用的編譯器（pdflatex、latex、xelatex 或 lualatex 其中之一）。
* 重新設計的編輯器現在是唯一可用的選項。

### 變更

此版本包含以下改進與新功能。

* `MAX_UPLOAD_SIZE` 現在可設定，而不再受限於 **50 MB**.
* 修正了在停用沙盒化編譯時，容器重新啟動迴圈的問題。
* 針對 OAuth2 強制執行以擁有者為範圍的 PAT 刪除。
* 修正了 LDAP 匯入問題。

功能包括：

* 新增了基於瀏覽器的 Python 執行器。
* 新增 Pandoc 支援，可匯入與匯出 Markdown、DOCX 及其他格式。
* 新增 GitHub Sync。
* 新增完整中文翻譯。
* 新增 Zotero 整合。
* 新增 `DEFAULT_LATEX_COMPILER`.

#### 功能 01：GitHub Sync

將您的 LaTeX 專案與 GitHub 儲存庫保持同步，實現順暢的開發流程。可直接從編輯器推送與拉取變更，透過拉取請求協作，並與現有 CI/CD 流程整合。版本控制讓您更容易追蹤修訂、檢視變更，並維護可重現的學術或技術文件。

參見： [GitHub 同步](/on-premises/zh-tw/she-ding/overleaf-toolkit/github-synchronisation.md).

![](https://github.com/user-attachments/assets/5137e708-77cb-4fdf-b081-4aa04b4b762e)

#### 功能 02：Pandoc 匯入/匯出

將 Microsoft Word 與 Markdown 文件匯入為可完全編輯的 LaTeX 專案，或只需按一下即可將 LaTeX 專案匯出回 Markdown 與 DOCX。此功能由 Pandoc 驅動，能在盡可能保留文件結構的前提下，讓學術寫作、協作編輯與發佈流程之間順暢互通。

參見： [Pandoc 匯入與匯出](/on-premises/zh-tw/she-ding/overleaf-toolkit/pandoc-import-and-export.md).

<img src="https://github.com/user-attachments/assets/085a94a0-c673-46fe-9da4-7a5a68e46589" alt="" width="563">

#### 功能 03：進階參考搜尋

可從多個學術資料庫搜尋並插入書目參考，搭配智慧篩選與即時引用支援。快速尋找論文、預覽中繼資料，並建立準確的 BibTeX 條目，而無需在不同研究網站之間切換，大幅提升文獻回顧效率。

![圖片](https://github.com/user-attachments/assets/42e45b73-af4b-4d1f-81f4-9e116ba5d043)

#### 功能 04：Python 執行器

可直接在您的專案中執行 Python 程式碼，無需離開編輯器。非常適合用來產生圖表、處理資料集、自動化文件工作流程，或執行可重現的研究腳本。結果可整合到您的 LaTeX 文件中，讓科學運算與寫作成為統一流程的一部分。

![圖片](https://github.com/user-attachments/assets/a4c314b3-fdb5-4836-aea7-12eeece5cd2f)

#### 功能 05：Zotero

將您的 Zotero 資料庫直接連結到寫作流程中，並在不離開編輯器的情況下管理參考文獻。搜尋您的個人 Zotero 收藏，按一下即可插入引用，並自動產生與同步 BibTeX 條目。此整合可讓您的參考書目保持最新，簡化學術論文、學位論文與技術文件的文獻管理。

參見： [Zotero 整合](/on-premises/zh-tw/she-ding/overleaf-toolkit/zotero-integration.md).

![截圖2026-07-10 00 01 22](https://github.com/user-attachments/assets/90d18615-69e7-409c-a9a8-a1a1d2ea0afc)

#### Docker 映像

您可以在這裡找到 docker 映像：<https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro>

```bash
docker pull ghcr.io/ayaka-notes/overleaf-pro:6.2.0
```

***

<details>

<summary><strong>官方發布說明</strong></summary>

#### 重大變更

* 一個新的必須項目 `OVERLEAF_INVITE_TOKEN_SECRET` 已新增環境變數……
* 使用以下方式產生：

  ```bash
  openssl rand -base64 32
  ```

> **注意** 最小長度： **16 個字元**.

#### 新功能

* 重新設計的編輯器現在是唯一可用的選項。
* 新增 `DEFAULT_LATEX_COMPILER`.

#### 錯誤修正

* 停用時，已移除從其他專案或外部網址插入圖片的選項。

#### 其他變更

* 更新了電子郵件樣式。
* 更新了基礎映像、套件與內部相依性。

</details>


---

# 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://ayakaleaf-pro.ayaka.space/blog/zh-tw/2026/ayakaleaf-pro-v6.2-xian-yi-fa-bu.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.
