more work

main
Antonio De Lucreziis 12 months ago
parent 195d3b21c5
commit a7d3b8a927

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 44 KiB

@ -373,6 +373,83 @@
}
// First thesis page
context {
set align(center + horizon)
set text(size: 14pt)
set page(
margin: 0pt,
header: none,
footer: none,
)
// show text: it => box(stroke: 1pt + red, it)
// show grid: it => box(stroke: 1pt + red, it)
grid(
columns: 1,
image("assets/unipi.svg", width: 5cm),
v(2em),
{
set text(size: 18pt)
smallcaps[Università di Pisa]
},
v(1em),
{
line(length: 5.25cm)
},
v(1em),
[
*Dipartimento di Matematica \ Corso di Laurea Triennale in Matematica*
],
v(6em),
{
[Tesi di Laurea]
},
v(1em),
{
set text(size: 18pt)
strong(page-title)
},
v(15em),
{
block(
width: 12cm,
grid(
columns: (1fr, 1fr),
{
set align(left)
[Relatore: \ *Prof. Paolo Lisca*]
},
{
set align(right)
[Candidato: \ *Antonio De Lucreziis*]
},
),
)
},
v(6em),
{
line(length: 6cm)
},
v(1em),
[
*Anno Accademico 2024/2025*
],
)
pagebreak()
}
// Display the title and authors.
v(35pt, weak: true)
align(

Loading…
Cancel
Save