update template
Some checks failed
/ test_checkout (push) Failing after 15s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-22 17:02:25 +02:00
parent 8c7dd35396
commit 10c1d5ec24
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 8 additions and 10 deletions

View file

@ -42,8 +42,12 @@
[MINEAU Jean-Marie]
v(1em)
},
[LALANDE Jean-François, PhD supervisor],
[VIET TRIEM TONG Valérie, PhD co-supervisor]
text(size: 16pt)[LALANDE Jean-François, PhD supervisor],
text(size: 16pt)[VIET TRIEM TONG Valérie, PhD co-supervisor],
//text(size: 15pt)[NICOMETTE Vincent, Rapporteur],
//text(size: 15pt)[SIGNOLES Julien, Rapporteur],
//text(size: 15pt)[BARAIS Olivier, Jury],
//text(size: 15pt)[AONZO Simone, Jury],
),
date : datetime(year: 2025, month: 12, day: 9),
)

View file

@ -165,7 +165,6 @@ cmyk(25%,7%,0%,0%),
let content = align(top + center, context( {
let title = sns-polylux-template_title.at(here())
let subtitle = sns-polylux-template_subtitle.at(here())
let footer-text = sns-polylux-template_footer-text.at(here())
let authors = sns-polylux-template_authors.at(here())
let title-size = sns-polylux-template_title-size.at(here())
let logo = {
@ -215,11 +214,6 @@ cmyk(25%,7%,0%,0%),
(0%, 0%),(0%, 15%),(75%, 0%),
),
)
place(
bottom + center,
dy: -1cm,
text(fill: sns-polylux-template_background-color.at(here()), size: 22pt, footer-text)
)
if logo != none {
place(
bottom + right,
@ -248,7 +242,7 @@ cmyk(25%,7%,0%,0%),
subtitle
)
//v(-0.9em)
line(length: 90%, stroke: (paint: sns-polylux-template_colormap.at(here()).at(5), thickness: 4pt))
line(length: 90%, stroke: (paint: sns-polylux-template_colormap.at(here()).at(5), thickness: 4pt, cap: "round"))
v(1em)
set text(
size: 24pt,
@ -450,7 +444,7 @@ cmyk(25%,7%,0%,0%),
let footer = align(top + center, context( {
let footer-text = sns-polylux-template_footer-text.at(here())
place(top + center, line(length: 100%-2cm, stroke: (paint: sns-polylux-template_colormap.at(here()).at(1), thickness: 2pt)))
place(top + center, line(length: 100%-2cm, stroke: (paint: sns-polylux-template_colormap.at(here()).at(1), thickness: 2pt, cap: "round")))
set text(bottom-edge: "descender")