This commit is contained in:
parent
8c7dd35396
commit
10c1d5ec24
2 changed files with 8 additions and 10 deletions
|
|
@ -42,8 +42,12 @@
|
||||||
[MINEAU Jean-Marie]
|
[MINEAU Jean-Marie]
|
||||||
v(1em)
|
v(1em)
|
||||||
},
|
},
|
||||||
[LALANDE Jean-François, PhD supervisor],
|
text(size: 16pt)[LALANDE Jean-François, PhD supervisor],
|
||||||
[VIET TRIEM TONG Valérie, PhD co-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),
|
date : datetime(year: 2025, month: 12, day: 9),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,6 @@ cmyk(25%,7%,0%,0%),
|
||||||
let content = align(top + center, context( {
|
let content = align(top + center, context( {
|
||||||
let title = sns-polylux-template_title.at(here())
|
let title = sns-polylux-template_title.at(here())
|
||||||
let subtitle = sns-polylux-template_subtitle.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 authors = sns-polylux-template_authors.at(here())
|
||||||
let title-size = sns-polylux-template_title-size.at(here())
|
let title-size = sns-polylux-template_title-size.at(here())
|
||||||
let logo = {
|
let logo = {
|
||||||
|
|
@ -215,11 +214,6 @@ cmyk(25%,7%,0%,0%),
|
||||||
(0%, 0%),(0%, 15%),(75%, 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 {
|
if logo != none {
|
||||||
place(
|
place(
|
||||||
bottom + right,
|
bottom + right,
|
||||||
|
|
@ -248,7 +242,7 @@ cmyk(25%,7%,0%,0%),
|
||||||
subtitle
|
subtitle
|
||||||
)
|
)
|
||||||
//v(-0.9em)
|
//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)
|
v(1em)
|
||||||
set text(
|
set text(
|
||||||
size: 24pt,
|
size: 24pt,
|
||||||
|
|
@ -450,7 +444,7 @@ cmyk(25%,7%,0%,0%),
|
||||||
let footer = align(top + center, context( {
|
let footer = align(top + center, context( {
|
||||||
let footer-text = sns-polylux-template_footer-text.at(here())
|
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")
|
set text(bottom-edge: "descender")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue