> 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-tw/readme/features-and-copyright.md).

# 功能與版權

我們尊重著作權，因此在此列出本專案中使用的所有功能與程式碼。在此頁面中，我們提供 Overleaf Pro 的新功能與相關程式碼著作權資訊。

除非另有說明，否則我們使用 OpenAI 的 Codex 進行程式碼審查與 PR 審查。在此過程中，我們修復了許多安全性問題，並向他們致上誠摯的感謝。詳情請見 [ayaka-notes/ayakaleaf-pro/pull](https://github.com/ayaka-notes/ayakaleaf-pro/pulls).

### 總覽

多年來，我們有許多社群開發者為改善 Overleaf Community Edition 做出了重大貢獻，他們是：

* <https://github.com/ertuil/overleaf>
* <https://github.com/AllanChain/lcpu-overleaf>
* <https://github.com/yu-i-i/overleaf-cep/>
* <https://github.com/ayaka-notes/overleaf>
* <https://github.com/davrot/overleaf_with_admin_extension>
* <https://github.com/overleaf/overleaf/pull/1447> （GitHub 整合）
* <https://github.com/overleaf/overleaf/pull/1385> （Typst 支援）

我們的專案中可能使用了相關程式碼，並想向他們表達感謝。

#### 功能 01：範本系統

此功能主要由 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) 開發，我們修改了部分程式碼以加強功能。讓您可以：

* 直接在範本頁面下載範本。
* 開啟與範本對應的專案。
* 轉換為更高品質的封面圖片（且耗時更短）。

{% columns %}
{% column %}

<figure><img src="/files/353215d0829a976aae8ba6952d0caca9b91f49cb" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/7d0c9d850349271b3fc2ae81b855d5c281f3c03c" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 功能 02：沙箱編譯

此功能由 [overleaf 官方](https://github.com/overleaf/overleaf/tree/main/services/clsi)實作，我們加入了一些程式碼以啟用此功能。此外，我們也提供您 [texlive-full](https://github.com/ayaka-notes/texlive-full) 專為 overleaf pro 建置的映像檔。

<figure><img src="/files/2f121889cb0823722784ab77014326a90215d33a" alt="" width="563"><figcaption><p>沙箱編譯</p></figcaption></figure>

#### 功能 03：Git 整合

此功能由 [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro) 開發。Overleaf 提供了一個名為 git-bridge 的官方元件，可在 [這裡](https://github.com/overleaf/overleaf/tree/main/services/git-bridge).

取得。我們只是建立了 git-bridge 與 overleaf 之間的連接器，這與 overleaf 在其 SaaS 平台上的作法相同。

{% columns %}
{% column %}

<figure><img src="/files/9ae5b90b0299616751a06a95b3673dd38d16d4f5" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/4a9bf9a7f5276296aa2ab7fe4d79a6d55c9eafc4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 功能 04：符號面板

此功能由 [overleaf 官方](https://github.com/overleaf/overleaf/tree/main/services/clsi)，我們只是補上缺少的程式碼，並與上游更新保持一致。

<figure><img src="/files/49ef92a8e767deb76e61da460fbd79dc55bebeaf" alt="" width="563"><figcaption><p>符號面板</p></figcaption></figure>

#### 功能 05：管理面板

{% hint style="warning" %}
當您的系統有 1000 位使用者或專案時，管理面板只會顯示最新的 1000 位使用者或專案。請使用搜尋面板來搜尋特定使用者或專案。
{% endhint %}

此功能主要由 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) 開發，我們修改了部分程式碼以加強功能。讓您可以：

* 當使用者超過 1000+ 時，使用後端搜尋使用者。
* 當專案超過 1000+ 時，使用後端搜尋專案。
* 可直接在專案管理面板中開啟專案。
* 可在管理面板中查看並調整使用者的編譯時間限制。
* 可直接在管理面板中重設使用者密碼。
* 其他增強功能...

{% columns %}
{% column %}

<figure><img src="/files/1048e8cb7b5b34d2c2e60a158ed8e50e6cc3cb09" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/f0cce53bf8f199df9e2ba02351f552b4eaec9dac" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/708532265c1f6a8775dc86f57a1634d14247a7ec" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ed2679ddacb58541335ffe3ee538e51053a861e0" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 功能 06：審查面板

此功能主要由 [overleaf 官方](https://github.com/overleaf/overleaf/tree/main/services/clsi)，我們只是補上來自 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) 與 [ertuil/overleaf](https://github.com/ertuil/overleaf) 的缺少程式碼，這是一個聊天與網頁服務之間的連接器。

<figure><img src="/files/c4ad70d4e0291fc7e401761731cb6d2993c453b7" alt="" width="563"><figcaption><p>審查面板</p></figcaption></figure>

#### 功能 07：外部 URL

此功能主要由 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep)。CEP 實作了一個名為 linked-url-proxy 的外部服務，可安全地在網域/IP 限制下擷取外部檔案。

<figure><img src="/files/6ff71d2c0265ebbaa62ef1f878a91f25f0011f16" alt="" width="563"><figcaption><p>外部 URL</p></figcaption></figure>

#### 功能 08：SSO

此功能主要由 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep)。CEP 實作了一個子模組，用來連接 passport 與 overleaf 網頁驗證。

<figure><img src="/files/9e8406d7ce54598127cf76c5c6c5b9bcae8f1b03" alt="" width="563"><figcaption><p>登入頁面</p></figcaption></figure>

#### 功能 09：支援 ARM

我們使用 GitHub Action 建置並發佈支援 x86 與 arm 架構的 docker 映像檔。當您下載映像檔時，它會根據您的系統自動選擇適合的架構。

<figure><img src="/files/33726359a9dd9cd0cad38d6c9e8eb099ed00c903" alt="" width="563"><figcaption><p>GitHub 套件</p></figcaption></figure>

#### 功能 10：自助註冊

此功能由 [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro)。您可以：

* 限制特定網域的使用者註冊
* 向所有可存取您的 overleaf 的人開放使用者註冊

<figure><img src="/files/f66db72dc339f22b5fbd532963669140b9ff05cf" alt="" width="563"><figcaption><p>註冊頁面</p></figcaption></figure>

#### 功能 11：學習 Wiki

此功能由 [ayaka-notes/ayakaleaf-pro](https://github.com/ayaka-notes/ayakaleaf-pro)。您可以看到來自 overleaf 的最新學習 Wiki，但我們不擁有那些文件的任何著作權！我們只會在您第一次啟用此功能時從 overleaf 伺服器下載，並定期更新。

<figure><img src="/files/ca240c51f4c445ba09a3880d3674658f18d4018d" alt=""><figcaption><p>Wiki 頁面</p></figcaption></figure>

#### 功能 12：GitHub 同步

此功能由 [ayaka-notes/ayakaleaf-pro](https://github.com/ayaka-notes/ayakaleaf-pro)，也由 [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep).

<figure><img src="/files/c3397465601922fee5c03675799b14c1a3225e2f" alt=""><figcaption></figcaption></figure>

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

此功能由 overleaf 官方開發。您可以在瀏覽器中執行 Python 腳本。

<figure><img src="/files/05be5b1570ede0056b5fff7850d8f60922b59bd7" alt=""><figcaption></figcaption></figure>

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

此功能由 [davrot](https://github.com/davrot/) 修復， [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) 也由 [ayaka-notes/ayakaleaf-pro](https://github.com/ayaka-notes/ayakaleaf-pro).

<figure><img src="/files/7a66e8182e62a269649059b847b79e7961eb3842" alt="" width="563"><figcaption></figcaption></figure>

搜尋面板：

<figure><img src="/files/312ff739764b4213ee182004aea256d73de12159" alt="" width="563"><figcaption></figcaption></figure>

#### 功能 15：Pandoc 轉換

此功能可讓您將 Word 或 Markdown 文件匯入為 LaTeX 專案，或將 LaTeX 專案匯出為 Markdown 或 DOCX。

{% columns %}
{% column width="50%" %}

<div data-with-frame="true"><figure><img src="/files/bee0e70b52ce6fe7e43cf8d3afcee1cafa3ba7dc" alt="" width="262"><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="50%" %}

<div data-with-frame="true"><figure><img src="/files/a2e94b8b6179c715f88b1e560407ca96b5e2de05" alt="" width="383"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}


---

# 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-tw/readme/features-and-copyright.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.
