This commit is contained in:
parent
8c7dd35396
commit
10c1d5ec24
2 changed files with 8 additions and 10 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue