Skip to content

Commit 1fff306

Browse files
committed
feat: mejoras en CI, género neutro y limpieza de funding
### CI/CD - Añadido job 'generate-covers' para PRs que compila portadas y comenta - El comentario incluye enlace al PDF y tabla con estado de portadas - Permisos de pull-requests: write para comentar en PRs ### Opciones de género - Añadida opción 'genero = n' (neutro) que muestra 'Autoría' - Nuevas claves 'tutor-genero' y 'cotutor-genero' para tutores - EPSetiquetaTutor ahora maneja combinaciones de género ### Funding - Eliminadas referencias a Ko-fi y PayPal - Solo GitHub Sponsors como plataforma de financiación ### Scripts - Nuevo script actualizar_previews.py unificado - Paralelización de generar_portadas.py y generar_previews.py ### Portadas - Corregido borde blanco en portadas (TikZ extendido 1pt) - Corregida altura de barra negra (6.86cm)
1 parent 273ab2c commit 1fff306

78 files changed

Lines changed: 754 additions & 194 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
# These are supported funding model platforms
2-
3-
github: jmrplens # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: jmrplens # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
custom: 'https://www.paypal.com/donate?hosted_button_id=BLP3R6VGYJB4Q' # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1+
# GitHub Sponsors - Única plataforma de financiación
2+
github: jmrplens

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ contact_links:
66
- name: 💬 Stack Exchange (TeX)
77
url: https://tex.stackexchange.com/
88
about: Comunidad de preguntas y respuestas sobre LaTeX
9-
- name: Apoya el proyecto
10-
url: https://ko-fi.com/jmrplens
9+
- name: 💖 Apoya el proyecto
10+
url: https://github.com/sponsors/jmrplens
1111
about: Si la plantilla te ha sido útil, considera apoyar al desarrollador
5.27 KB
Loading
5.2 KB
Loading
5.45 KB
Loading
5.99 KB
Loading
5.5 KB
Loading
5.35 KB
Loading
5.34 KB
Loading
5.84 KB
Loading

0 commit comments

Comments
 (0)