feat: add antiplagiarism form
This commit is contained in:
parent
dd4cba8c47
commit
cf6660a768
BIN
assets/images/form-info-plagiat.pdf
Normal file
BIN
assets/images/form-info-plagiat.pdf
Normal file
Binary file not shown.
BIN
assets/images/form-info-plagiat.png
Normal file
BIN
assets/images/form-info-plagiat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
3
main.typ
3
main.typ
@ -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"
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user