> 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-cn/2026/ayakaleaf-pro-v6.2-xian-yi-fa-bu.md).

# Ayakaleaf Pro v6.2 现已发布

我们很自豪地宣布发布 Ayakaleaf Pro 6.2，这是社区中功能最强大、特性最丰富的在线 LaTeX 编辑器。特别感谢 yu-i-i 和 davrot 的宝贵贡献。他们增强了 GitHub 同步，并引入了高级引用搜索和 Zotero 集成。

### 说明

* 新增一个必需的 `OVERLEAF_INVITE_TOKEN_SECRET` 环境变量，必须使用以下命令生成： `openssl rand -base64 32` 如果未配置，您的 Overleaf 实例将无法启动。
* 如果启用 GitHub 同步，您必须配置 `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 同步。
* 新增了完整的中文翻译。
* 新增了 Zotero 集成。
* 新增 `DEFAULT_LATEX_COMPILER`.

#### 功能01：GitHub 同步

将您的 LaTeX 项目与 GitHub 仓库保持同步，实现流畅的开发工作流。可直接在编辑器中推送和拉取更改，通过拉取请求协作，并与现有 CI/CD 流水线集成。版本控制使您能够轻松跟踪修订、审阅更改，并维护可复现的学术或技术文档。

见： [GitHub 同步](/on-premises/zh-cn/pei-zhi/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-cn/pei-zhi/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-cn/pei-zhi/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`.

#### 错误修复

* 在禁用时，移除了从另一个项目或外部 URL 插入图片的选项。

#### 其他变更

* 更新了电子邮件样式。
* 更新了基础镜像、软件包和内部依赖。

</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-cn/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.
