From 10c1d5ec2433f552f4f85fda7ac217729488a6e8 Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Wed, 22 Oct 2025 17:02:25 +0200 Subject: [PATCH] update template --- slides.typ | 8 ++++++-- slides/sns_polylux_template.typ | 10 ++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/slides.typ b/slides.typ index 81e9ae3..9633cce 100644 --- a/slides.typ +++ b/slides.typ @@ -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), ) diff --git a/slides/sns_polylux_template.typ b/slides/sns_polylux_template.typ index 2ef1398..9d0bf7e 100644 --- a/slides/sns_polylux_template.typ +++ b/slides/sns_polylux_template.typ @@ -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")