Compare commits
No commits in common. "8327143cc5bbaf945d147be843b4a70f641e5e6c" and "83cf6050bf069830db7eb9f079d8fb005e787338" have entirely different histories.
8327143cc5
...
83cf6050bf
2 changed files with 3 additions and 10 deletions
|
@ -29,8 +29,7 @@
|
|||
title-en: "",
|
||||
keywords-en: (),
|
||||
abstract-en: [],
|
||||
font: "TeX Gyre Heros",
|
||||
font-size: 11pt,
|
||||
heading-font: "TeX Gyre Heros",
|
||||
school-color-verso: rgb("0054a0"),
|
||||
align-to-even-page: true,
|
||||
) = {
|
||||
|
@ -51,7 +50,7 @@
|
|||
),
|
||||
background: image(assets-folder + "abstracts-bg.svg")
|
||||
)
|
||||
set text(font: font, fill: black, size: font-size)
|
||||
set text(font: heading-font, fill: black)
|
||||
|
||||
place(dx: 100mm, dy: -15mm, etablissements-data.at(university).logo)
|
||||
place(dx: 0mm, dy: -15mm, image(assets-folder + "logo.png", width: 7.5cm))
|
||||
|
|
|
@ -29,10 +29,6 @@
|
|||
font: "New Computer Modern",
|
||||
// font for heading
|
||||
heading-font: "TeX Gyre Heros",
|
||||
// font for abstract
|
||||
abstract-font: "TeX Gyre Heros",
|
||||
// font size for abstract
|
||||
abstract-font-size: 11pt,
|
||||
// text lang
|
||||
lang: "en",
|
||||
school-color-verso: rgb("0054a0"),
|
||||
|
@ -172,8 +168,6 @@
|
|||
it
|
||||
)
|
||||
|
||||
set figure(placement: auto)
|
||||
|
||||
// ---------- LISTING ----------
|
||||
show raw.where(block: true): it => {
|
||||
block(radius: 1em, fill: luma(240), inset: 1em, width: 80%, {
|
||||
|
@ -258,7 +252,7 @@
|
|||
university: university,
|
||||
title-fr: title-fr, keywords-fr: keywords-fr, abstract-fr: abstract-fr,
|
||||
title-en: title-en, keywords-en: keywords-en, abstract-en: abstract-en,
|
||||
font: abstract-font, font-size: abstract-font-size, school-color-verso: school-color-verso,
|
||||
heading-font: heading-font, school-color-verso: school-color-verso,
|
||||
align-to-even-page: not abstract-only
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue