report update
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
#import "labtemplate.typ": *
|
#import "labtemplate.typ": *
|
||||||
#show: nudtlabpaper.with(title: "ICMP 重定向攻击实验",
|
#show: nudtlabpaper.with(title: "ICMP 重定向攻击实验",
|
||||||
author: "gh0s7",
|
author: "程景愉",
|
||||||
id: "202302723005",
|
id: "202302723005",
|
||||||
training_type: "无军籍",
|
training_type: "无军籍",
|
||||||
grade: "2023",
|
grade: "2023",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -26,6 +26,15 @@
|
|||||||
#it.body
|
#it.body
|
||||||
]
|
]
|
||||||
|
|
||||||
|
// 代码块样式:圆角矩形背景
|
||||||
|
#show raw.where(block: true): it => box(
|
||||||
|
fill: rgb("#f5f5f5"),
|
||||||
|
inset: (x: 12pt, y: 10pt),
|
||||||
|
radius: 6pt,
|
||||||
|
stroke: (thickness: 1pt, paint: rgb("#e0e0e0")),
|
||||||
|
it
|
||||||
|
)
|
||||||
|
|
||||||
#outline(title: "目录",depth: 3, indent: 2em)
|
#outline(title: "目录",depth: 3, indent: 2em)
|
||||||
#pagebreak()
|
#pagebreak()
|
||||||
#outline(
|
#outline(
|
||||||
|
|||||||
Reference in New Issue
Block a user