Skip to content

Commit a93ab7b

Browse files
author
Moritz Jörg
committed
docs: Remove department and cleanup appendix
1 parent 0b2bf67 commit a93ab7b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"editorconfig.editorconfig",
4+
"nvarner.typst-lsp",
5+
"tomoki1207.pdf"
6+
]
7+
}

main.typ

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
header: [INF-XXXX Assignment X #datetime.today().display()],
2323
authors: ((
2424
name: "Firstname Middlename(s) Lastname",
25-
department: [IFI],
26-
organization: [UiT],
25+
organization: [UiT Artic University of Tromsø],
2726
location: [Tromsø, Norway],
2827
2928
),),
@@ -37,6 +36,7 @@
3736
)
3837

3938
= Introduction <sec:introduction>
39+
4040
This section should be brief. Describe the assignment and the requirements in
4141
your own words. Avoid listing the requirements directly.
4242

@@ -119,8 +119,8 @@ address space while still ensuring that no other processes can access its data
119119

120120
Using figures in technical backgrounds is encouraged. Usually you want to have
121121
figures/images as scalable vector graphics\(svg),especially for your graphs, but
122-
sometimes that is not doable and you can use i.e. portable network graphics\(png)
123-
or similar. The following snippet shows how to import figures.
122+
sometimes that is not doable and you can use i.e. portable network
123+
graphics\(png) or similar. The following snippet shows how to import figures.
124124

125125
#figure(
126126
image("figures/jetson_nx.png", width: 80%),
@@ -219,6 +219,7 @@ following is an example for how to format a table of results in Typst.
219219
rowspanx(2)[Classifier],
220220
colspanx(6)[Precision],
221221
/* -------------- */
222+
/* --- body --- */
222223
[1],
223224
[2],
224225
[3],
@@ -253,6 +254,7 @@ following is an example for how to format a table of results in Typst.
253254
0.53,
254255
0.54,
255256
0.53,
257+
/* -------------- */
256258
),
257259
caption: [Precision results of classifiers for different feature sets],
258260
)
@@ -282,7 +284,4 @@ dealt with, and will result in the node not being able to recover.
282284
= Conclusion <sec:conclusion>
283285

284286
Here you sum up the report and reiterate the results. Does not need to be very
285-
long, a few sentences is fine.
286-
287-
Use $without$`appendix` if you have a single appendix: Do not use $without$`section` anymore after $without$`appendix`, only $without$`section*`. If you have multiple appendixes use $without$`appendices` then use $without$`section` to start each appendix. You must declare a $without$`section` before using any $without$`subsection` or using $without$`label` ($without$`appendices` by itself starts a section numbered zero.)
288-
287+
long, a few sentences is fine.

0 commit comments

Comments
 (0)