feat: add antiplagiarism form

This commit is contained in:
Freezlex 2024-08-13 11:22:31 +02:00
parent dd4cba8c47
commit cf6660a768
5 changed files with 10 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
main.pdf

Binary file not shown.

View File

@ -82,7 +82,8 @@ L'histoire avec Julien continue donc chez Unit Solutions AG à partir d'octobre
"Performances", "Performances",
"Analyses", "Analyses",
"C#" "C#"
) ),
antiplagiarism-form: image("./assets/images/form-info-plagiat.png", fit: "cover")
) )
#include "chapters/contexte.typ" #include "chapters/contexte.typ"

View File

@ -17,6 +17,7 @@
conclusion: lorem(350), conclusion: lorem(350),
abstract: lorem(100), abstract: lorem(100),
keywords: ("Min 7", "Max 15"), keywords: ("Min 7", "Max 15"),
antiplagiarism-form: image("./assets/images/logo-uha.png"),
body, body,
) = { ) = {
// Global settings. // Global settings.
@ -93,6 +94,13 @@
} }
pagebreak() pagebreak()
[
#figure[
#antiplagiarism-form
]
]
pagebreak()
// Used to get custom page header. // Used to get custom page header.
let pageheader(content: "") = { let pageheader(content: "") = {
set text(10pt) set text(10pt)