> 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/on-premises/zh-tw/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 適用於 **全部** 使用者彼此可信任的環境中。Community Edition **不** 適合需要使用者隔離的情境，因為沒有 Sandbox Compiles。

在沒有沙箱機制的情況下，LaTeX 編譯會以與容器相同的權限執行，因而可存取其檔案系統、網路與環境變數。這會造成資料外洩或系統遭入侵的風險。未經沙箱保護的編譯只應在完全可信任的環境中使用；對於多使用者或正式生產部署，強烈建議使用 Sandbox Compiles。

關於 Sandbox Compiles 的更多資訊請參見： [Sandboxed Compiles](/on-premises/zh-tw/she-ding/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### Server Pro 資訊

Overleaf 網站只提供聯絡支援以了解 Server Pro 的入口，因此關於 Server Pro 的資訊非常有限。不過根據我們在社群中蒐集到的資訊， **Server Pro 的配額是**:&#x20;

* 你需要購買 *至少* 10 人的授權。
* 10 人授權的費用約為 €3,477.61。（2024）
* 教育用途方面，20 使用者每年 2640 歐元，50 使用者 6050 歐元，100 使用者 9963 歐元。
* Server Pro 只在部分地區提供（例如，不包括中國大陸）。

### 為什麼選擇 Overleaf Pro？

{% hint style="info" %}
Overleaf Pro 是 ***不*** 隸屬於 Overleaf, Inc. 或其母公司 Digital Science。它也 *不是 Server Pro* 版本，後者是 Overleaf, Inc. 提供的商業產品。Overleaf Pro 是由 [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Overleaf Pro 是 Overleaf Community Edition 的增強實作，提供 *<mark style="color:綠色;">**全部**</mark>**&#x20;**<mark style="color:綠色;">**免費的進階**</mark>* Server Pro 功能。不同於可在 <https://www.overleaf.com/>取得的 Overleaf Common，或商業版 Server Pro，我們有

* ***沒有任何限制*** 在編譯時間上
* ***沒有授權*** 對使用者人數的要求
* ***所有功能*** 已從 Server Pro 解鎖

而且你可以完全自行託管自己的資料，確保絕對安全！想了解更多，請參見：

{% content-ref url="/spaces/aYBDqbkYDnTcIpu08Wjf/pages/a16b6ef6b68e82277d89d8721d61f3cd12215532" %}
[功能與版權](/on-premises/zh-tw/readme/features-and-copyright.md)
{% endcontent-ref %}

{% content-ref url="/spaces/aYBDqbkYDnTcIpu08Wjf/pages/0924b600d74bf57bb7f0a5b5aeace68eca819847" %}
[Overleaf Pro 與 Server Pro](/on-premises/zh-tw/readme/community-edition-vs-server-pro.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://overleaf-pro.ayaka.space/on-premises/zh-tw/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.
