diff --git a/build/main.pdf b/build/main.pdf index d47829e..623b281 100644 Binary files a/build/main.pdf and b/build/main.pdf differ diff --git a/main.typ b/main.typ index 9e72137..3c11cdd 100644 --- a/main.typ +++ b/main.typ @@ -3,6 +3,7 @@ #show: doc => template.apply(doc) #grid( + gutter: 1em, columns: (1fr, 1fr), [ = Linux install @@ -34,5 +35,24 @@ # # Se détacher du screen actuel ``` ], - [], + [ + = Mon réseau + + #table( + columns: (auto, auto, auto), + [*Machine*], [*IPv4*], [*IPv6*], + [], [], [], + [*Mnemosyne* (anciennement Kitt)], [192.168.1.101], [], + [*Phoenix* (anciennement Mnemosyne)], [192.168.1.102], [], + [*Phoenix* (BMC)], [192.168.1.103], [], + [], [], [], + [*RPi* 5 (server)], [192.168.1.201], [::1], + [*Desktop*], [192.168.1.202], [::1:1], + [*Laptop*], [192.168.1.203], [::1:2], + [*RPi 4* (recalbox)], [192.168.1.251], [], + [], [], [], + [*Keurstudio*], [192.168.1.145], [] + ) + + ] ) diff --git a/template.typ b/template.typ index 721f42e..56c19ef 100644 --- a/template.typ +++ b/template.typ @@ -38,7 +38,7 @@ content } - set heading(numbering: "1.1") + set heading(numbering: none) doc }