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

# Functies en auteursrecht

We respecteren auteursrecht, dus vermelden we hier alle functies en de code die in dit project zijn gebruikt. Op deze pagina geven we informatie over nieuwe functies van Overleaf Pro en de bijbehorende auteursrechten op code.

Tenzij anders vermeld, gebruiken we OpenAI’s Codex voor codereview en PR-review. Tijdens dit proces hebben we veel beveiligingsproblemen opgelost, en daarvoor spreken we onze oprechte dank uit. Voor details, zie [ayaka-notes/overleaf-pro/pull](https://github.com/ayaka-notes/overleaf-pro/pulls).

### Overzicht

In de loop der jaren zijn er veel ontwikkelaars uit de community geweest die aanzienlijke inspanningen hebben geleverd om de Overleaf Community Edition te verbeteren, zij zijn:

* <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-integratie)
* <https://github.com/overleaf/overleaf/pull/1385> (Typst-ondersteuning)

We hebben mogelijk verwante code in ons project gebruikt, en we willen daarvoor onze dank uitspreken.

#### Functie 01: sjablonensysteem

Deze functie is voornamelijk ontwikkeld door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). we hebben wat code aangepast ter verbetering. Zodat je kunt:

* Sjablonen rechtstreeks downloaden op de sjabloonpagina's.
* Het bijbehorende project bij het sjabloon openen.
* Omslagafbeeldingen omzetten naar hogere kwaliteit (en in kortere tijd).

{% columns %}
{% column %}

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

{% column %}

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

#### Functie 02: sandbox-compile

Deze functie is geïmplementeerd door [officieel Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), voegen we wat code toe om deze functie in te schakelen. Ook bieden we je [texlive-full](https://github.com/ayaka-notes/texlive-full) image speciaal gebouwd voor Overleaf Pro.

<figure><img src="/files/7b9646784068249a85aa2e6f4733e149d7634778" alt="" width="563"><figcaption><p>Sandbox-compile</p></figcaption></figure>

#### Functie 03: Git-integratie

Deze functie is ontwikkeld door [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Overleaf biedt een officieel onderdeel genaamd git-bridge; het is beschikbaar op [hier](https://github.com/overleaf/overleaf/tree/main/services/git-bridge).

We hebben alleen een connector tussen git-bridge en Overleaf geïmplementeerd, wat hetzelfde is als wat Overleaf doet in hun SaaS-platform.

{% columns %}
{% column %}

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

{% column %}

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

#### Functie 04: symboolpalet

Deze functie is geïmplementeerd door [officieel Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), voegen we gewoon de ontbrekende code toe, in lijn met de upstream-update.

<figure><img src="/files/831818e77b22e0f575fbd715649435047f22f952" alt="" width="563"><figcaption><p>Symbolenpalet</p></figcaption></figure>

#### Functie 05: beheerderspaneel

{% hint style="warning" %}
Wanneer je systeem 1000 gebruikers of projecten heeft, toont het beheerderspaneel alleen de nieuwste 1000 gebruikers of projecten. Gebruik het zoekpaneel om naar specifieke gebruikers of projecten te zoeken.
{% endhint %}

Deze functie is voornamelijk ontwikkeld door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). we hebben wat code aangepast ter verbetering. Zodat je kunt:

* Zoek gebruikers via de backend wanneer je meer dan 1000+ gebruikers hebt.
* Zoek projecten via de backend wanneer je meer dan 1000+ projecten hebt.
* Projecten rechtstreeks openen in het projectbeheerderspaneel.
* De compiletijdlimiet van een gebruiker bekijken en aanpassen in het beheerderspaneel.
* Het wachtwoord van een gebruiker rechtstreeks resetten in het beheerderspaneel.
* Andere verbetering...

{% columns %}
{% column %}

<figure><img src="/files/9a92539abc639fa86c5cdaa93f0b3943a1b9841e" alt=""><figcaption></figcaption></figure>

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

{% column %}

<figure><img src="/files/37e106e726561898809b7d32c3985a3507675f76" alt=""><figcaption></figcaption></figure>

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

#### Functie 06: reviewpaneel

Deze functie is voornamelijk ontwikkeld door [officieel Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), voegen we gewoon de ontbrekende code toe van [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) en [ertuil/overleaf](https://github.com/ertuil/overleaf), wat een connector is tussen chat en webservice.

<figure><img src="/files/365604bc7e411f6776de653d318942fe7b37cabc" alt="" width="563"><figcaption><p>Reviewpaneel</p></figcaption></figure>

#### Functie 07: externe URL

Deze functie is voornamelijk ontwikkeld door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). CEP omvatte een externe service genaamd linked-url-proxy, die veilig kan worden gebruikt om externe bestanden op te halen met domein-/IP-beperking.

<figure><img src="/files/2526abba456c09f79e270f3bfce20bb0035e7b94" alt="" width="563"><figcaption><p>Externe URL</p></figcaption></figure>

#### Functie 08: SSO

Deze functie is voornamelijk ontwikkeld door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). CEP omvatte een submodule om passport te koppelen aan de webauthenticatie van Overleaf.

<figure><img src="/files/ec8acc56449561132feefd759574b4c2a6bae84b" alt="" width="563"><figcaption><p>Inlogpagina</p></figcaption></figure>

#### Functie 09: ARM-ondersteuning

we gebruiken GitHub Actions om Docker-images met x86- en ARM-architectuur te bouwen en te publiceren. Wanneer je de image downloadt, wordt automatisch de juiste architectuur gekozen op basis van je systeem.

<figure><img src="/files/fe71ffb92584c55155d893858bb49d0cae24f744" alt="" width="563"><figcaption><p>GitHub-pakket</p></figcaption></figure>

#### Functie 10: zelfregistratie

Deze functie is ontwikkeld door [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Je kunt:

* gebruikersregistratie beperken tot een specifiek domein
* gebruikersregistratie openstellen voor iedereen die toegang heeft tot je Overleaf

<figure><img src="/files/42cdee952847ff2dc0f00b26b0214ce581c26911" alt="" width="563"><figcaption><p>Registratiepagina</p></figcaption></figure>

#### Functie 11: leerwiki

Deze functie is ontwikkeld door [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Je kunt de nieuwste leerwiki van Overleaf bekijken, maar wij bezitten geen auteursrechten op die documenten! We downloaden die alleen van de Overleaf-server wanneer je deze functie voor het eerst inschakelt, en werken ze periodiek bij.

<figure><img src="/files/56a92ba61e46a52b89838b4d28f1c769792ac6cb" alt=""><figcaption><p>Wikipagina</p></figcaption></figure>

#### Functie 12: GitHub-synchronisatie

Deze functie is ontwikkeld door [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro), ook gewijzigd en opgelost door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep).

<figure><img src="/files/867da667f87f9b79c28a5a3886fa331da9ecfe5d" alt=""><figcaption></figcaption></figure>

#### Functie 13: Python-runner

Deze functie is ontwikkeld door het officiële Overleaf. Je kunt Python-scripts in je browser uitvoeren.

<figure><img src="/files/326ce87c61ded25001deb89ba64003ed97f0a4fa" alt=""><figcaption></figcaption></figure>

#### Functie 14: geavanceerd referentiezoeken

Deze functie is ontwikkeld door [davrot](https://github.com/davrot/), opgelost door [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep), ook door [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro).&#x20;

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

Zoekpaneel:

<figure><img src="/files/5c737d6c50be333a1a634aa7a0005810eb04ea23" alt="" width="563"><figcaption></figcaption></figure>

#### Functie 15: Pandoc-conversies

Met deze functie kun je Word- of Markdown-documenten importeren als LaTeX-projecten, of LaTeX-projecten exporteren naar Markdown of DOCX.

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

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

{% column width="50%" %}

<div data-with-frame="true"><figure><img src="/files/c52b638081b49dc1770f134b843135fea11de748" 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/nl/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.
