> 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/on-premises/zh-cn/readme.md).

# 欢迎

### Overleaf 概述

Overleaf 是一款深受研究人员和技术团队喜爱的协作式 LaTeX 编辑器。他们的云版本可在 [overleaf.com](https://www.overleaf.com/) 获取。它提供功能齐全的在线 LaTeX 编辑器。然而，Overleaf Common（SaaS 版本）存在诸多功能限制，而且你必须忍受 *<mark style="color:红色;">**10 秒编译时间限制**</mark>* 以及昂贵的会员费用。

尽管 Overleaf 提供了一个开源社区版本（可在 [GitHub：Overleaf](https://github.com/overleaf/overleaf) 上获取），但它也有许多限制，例如：

{% hint style="warning" %}
Overleaf Community Edition 适用于以下环境： **all** 用户是可信的。Community Edition **不** 适用于需要用户隔离的场景，因为没有沙箱编译可用。

没有沙箱隔离时，LaTeX 编译会以与容器相同的权限运行，从而可以访问其文件系统、网络和环境变量。这会带来数据泄露或系统被攻破的风险。非沙箱编译应仅在完全可信的环境中使用；对于多用户或生产部署，强烈建议使用沙箱编译。

有关沙箱编译的更多信息，请参见： [沙盒编译](/on-premises/zh-cn/pei-zhi/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### 关于 Server Pro 的信息

Overleaf 网站只提供了联系 Server Pro 支持的入口，因此关于 Server Pro 的信息非常有限。但根据我们在社区中收集到的信息， **Server Pro 的配额是**:

* 你需要购买 *至少* 10 人的许可证。
* 10 人许可证的价格约为 3,477.61 欧元。（2024）
* 教育用途方面，20 个用户每年 2640 欧元，50 个用户 6050 欧元，100 个用户 9963 欧元。
* Server Pro 仅在部分地区可用（例如，不包括中国大陆）。

### 为什么选择 Ayakaleaf Pro？

{% hint style="info" %}
Overleaf Pro 是 ***不*** 与 Overleaf, Inc. 或其母公司 Digital Science 有关联。它也是 *不是 Server Pro* 版本，这是 Overleaf, Inc. 提供的商业产品。Overleaf Pro 是一个独立项目，由 [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Ayakaleaf Pro 是 Overleaf Community Edition 的增强实现，提供 *<mark style="color:绿色;">**all**</mark>* *<mark style="color:绿色;">**免费高级**</mark>* Server Pro 的功能。不同于可在 <https://www.overleaf.com/> 获取的 Overleaf Common，或商业版 Server Pro，我们没有

* ***任何限制*** 在编译时间上
* ***没有许可证*** 对用户数量的要求
* ***所有功能*** 都已从 Server Pro 解锁

而且你可以完全自托管自己的数据，确保绝对安全！要了解更多，请参见：

{% content-ref url="/pages/c796ab51e2f4abec3d1eaa7fcfcf5ea2c0bc3c31" %}
[功能与版权](/on-premises/zh-cn/readme/features-and-copyright.md)
{% endcontent-ref %}


---

# 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/on-premises/zh-cn/readme.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.
