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

# 功能與版權

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

除非另有說明，我們使用 OpenAI 的 Codex 進行程式碼審查與 PR 審查。在此過程中，我們修復了許多安全問題，並向他們致上誠摯的感謝。詳情請見 [ayaka-notes/overleaf-pro/pull](https://github.com/ayaka-notes/overleaf-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/de40f4623ca01232ea281265f63df41867ec62f8" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/6224e015f7f43bfc20a25eb07a8bccbce53aa395" 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：外部網址

此功能主要由 [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>外部網址</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 Actions 建置並發布支援 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/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro)。您可以查看 Overleaf 的最新學習 Wiki，但我們不擁有那些文件的任何著作權！我們只會在您第一次啟用此功能時從 Overleaf 伺服器下載，並定期更新。

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

#### 功能 12：GitHub 同步

此功能由 [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-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/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro).&#x20;

<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://overleaf-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.
