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

# Funciones y derechos de autor

Respetamos los derechos de autor, por eso enumeramos aquí todas las funciones y el código utilizado en este proyecto. En esta página, proporcionamos información sobre las nuevas funciones de Overleaf Pro y los derechos de autor del código relacionado.

A menos que se especifique lo contrario, usamos Codex de OpenAI para la revisión de código y la revisión de PR. Durante este proceso, corregimos muchos problemas de seguridad y les expresamos nuestro sincero agradecimiento. Para más detalles, consulte [ayaka-notes/overleaf-pro/pull](https://github.com/ayaka-notes/overleaf-pro/pulls).

### Resumen

A lo largo de los años, hemos contado con muchos desarrolladores de la comunidad que han realizado esfuerzos significativos para mejorar Overleaf Community Edition; son:

* <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> (integración con GitHub)
* <https://github.com/overleaf/overleaf/pull/1385> (compatibilidad con Typst)

Es posible que hayamos utilizado código relacionado en nuestro proyecto, y nos gustaría expresarles nuestro agradecimiento.

#### Funcionalidad 01: Sistema de plantillas

Esta función fue desarrollada principalmente por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). modificamos parte del código para mejorarlo. Para que puedas:

* Descargar plantillas directamente desde las páginas de plantillas.
* Abrir el proyecto correspondiente a la plantilla.
* Convertir a imágenes de portada de mayor calidad (y en menos tiempo).

{% columns %}
{% column %}

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

{% column %}

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

#### Funcionalidad 02: Compilación en sandbox

Esta función está implementada por [la versión oficial de Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), añadimos algo de código para habilitar esta función. Además, te ofrecemos [texlive-full](https://github.com/ayaka-notes/texlive-full) una imagen compilada especialmente para Overleaf Pro.

<figure><img src="/files/345f74c217915baff0e3f5379a1fcc88b4a55ce2" alt="" width="563"><figcaption><p>Compilación en sandbox</p></figcaption></figure>

#### Funcionalidad 03: integración con Git

Esta función fue desarrollada por [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Overleaf ofrece un componente oficial llamado git-bridge; está disponible en [aquí](https://github.com/overleaf/overleaf/tree/main/services/git-bridge).

Solo añadimos un conector entre git-bridge y Overleaf, que es lo mismo que hace Overleaf en su plataforma SaaS.

{% columns %}
{% column %}

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

{% column %}

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

#### Funcionalidad 04: Paleta de símbolos

Esta función está implementada por [la versión oficial de Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), solo añadimos el código que faltaba, alineado con la actualización del upstream.

<figure><img src="/files/ad0c3cf9f53f8607074e516c18f9c8b108e34be8" alt="" width="563"><figcaption><p>Paleta de símbolos</p></figcaption></figure>

#### Funcionalidad 05: Panel de administración

{% hint style="warning" %}
Cuando tu sistema tenga 1000 usuarios o proyectos, el panel de administración solo mostrará los 1000 usuarios o proyectos más recientes. Usa el panel de búsqueda para buscar usuarios o proyectos específicos.
{% endhint %}

Esta función fue desarrollada principalmente por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). modificamos parte del código para mejorarlo. Para que puedas:

* Busca usuarios con el backend cuando tengas más de 1000 usuarios.
* Busca proyectos con el backend cuando tengas más de 1000 proyectos.
* Abre proyectos directamente en el panel de administración del proyecto.
* Ver y ajustar el límite de tiempo de compilación del usuario en el panel de administración.
* Restablecer la contraseña del usuario directamente en el panel de administración.
* Otras mejoras...

{% columns %}
{% column %}

<figure><img src="/files/8ab22affb8105587729b5a5eb342f20bebeac64f" alt=""><figcaption></figcaption></figure>

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

{% column %}

<figure><img src="/files/417cd6938f0ba37f2e9a201beb9396ff779f6c83" alt=""><figcaption></figcaption></figure>

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

#### Funcionalidad 06: Panel de revisión

Esta función fue desarrollada principalmente por [la versión oficial de Overleaf](https://github.com/overleaf/overleaf/tree/main/services/clsi), solo añadimos el código que faltaba de [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep) y [ertuil/overleaf](https://github.com/ertuil/overleaf), que es un conector entre el chat y el servicio web.

<figure><img src="/files/d6654eccd6c194b714a2cd8758020ab2faf920b4" alt="" width="563"><figcaption><p>Panel de revisión</p></figcaption></figure>

#### Funcionalidad 07: URL externa

Esta función fue desarrollada principalmente por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). CEP incorporaba un servicio externo llamado linked-url-pro, que puede usarse de forma segura para obtener archivos externos con límite de dominio/IP.

<figure><img src="/files/165bdb6ffbc3309e6dd9788be53f622d6b3d91af" alt="" width="563"><figcaption><p>URL externa</p></figcaption></figure>

#### Funcionalidad 08: SSO

Esta función fue desarrollada principalmente por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep). CEP incorporaba un submódulo para conectar passport con la autenticación web de Overleaf.

<figure><img src="/files/3e0f9249aa07b1d82d3b09f0e0203c19c76f2f5c" alt="" width="563"><figcaption><p>Página de inicio de sesión</p></figcaption></figure>

#### Funcionalidad 09: compatible con ARM

Usamos GitHub Actions para compilar y publicar imágenes de Docker para arquitecturas x86 y ARM. Cuando descargas la imagen, seleccionará automáticamente la arquitectura adecuada según tu sistema.

<figure><img src="/files/35bc2cf12beb4e2310600f5c2deb7e6b8333836c" alt="" width="563"><figcaption><p>Paquete de GitHub</p></figcaption></figure>

#### Funcionalidad 10: auto-registro

Esta función fue desarrollada por [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Puedes:

* limitar el registro de usuarios a un dominio específico
* abrir el registro de usuarios a cualquiera que tenga acceso a tu Overleaf

<figure><img src="/files/3547952bf4559e1d8b49535270df6e2a7185cb1a" alt="" width="563"><figcaption><p>Página de registro</p></figcaption></figure>

#### Funcionalidad 11: Wiki de aprendizaje

Esta función fue desarrollada por [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro). Puedes ver la última wiki de aprendizaje de Overleaf, ¡pero no poseemos ningún derecho de autor sobre esos documentos! Solo los descargamos del servidor de Overleaf la primera vez que habilitas esta función y los actualizamos periódicamente.

<figure><img src="/files/cdd73abb3ddbd77ebc62219010ee4bc783500ab2" alt=""><figcaption><p>Página de la wiki</p></figcaption></figure>

#### Funcionalidad 12: sincronización con GitHub

Esta función fue desarrollada por [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro), también modificado y corregido por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep).

<figure><img src="/files/3a3d7bc73ddda2a265328564ba953e9992708ff0" alt=""><figcaption></figcaption></figure>

#### Funcionalidad 13: ejecutor de Python

Esta función fue desarrollada por la versión oficial de Overleaf. Puedes ejecutar scripts de Python en tu navegador.

<figure><img src="/files/418af8211884cbdd59745c879da197e8b4972869" alt=""><figcaption></figcaption></figure>

#### Funcionalidad 14: búsqueda avanzada de referencias

Esta función fue desarrollada por [davrot](https://github.com/davrot/), corregido por [yu-i-i/overleaf-cep](https://github.com/yu-i-i/overleaf-cep), también por [ayaka-notes/overleaf-pro](https://github.com/ayaka-notes/overleaf-pro).&#x20;

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

Panel de búsqueda:

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

#### Funcionalidad 15: conversiones de Pandoc

Esta función permite importar documentos de Word o Markdown como proyectos LaTeX, o exportar proyectos LaTeX a Markdown o DOCX.

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

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

{% column width="50%" %}

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