16 lines
321 B
Typst
16 lines
321 B
Typst
#set page(paper: "a4", margin: 2cm, numbering: "1/1")
|
|
#set text(font: "Linux Libertine", lang: "fr")
|
|
|
|
#set math.mat(delim: "[")
|
|
|
|
#align(center)[
|
|
#text(size: 24pt, weight: "bold")[Codes LDPC] \
|
|
#v(5pt)
|
|
#text(size: 14pt, style: "italic")[Notes pour TIPE]
|
|
]
|
|
|
|
|
|
|
|
#pagebreak()
|
|
#bibliography("sources.yml", style: "ieee")
|