You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section should be brief. Describe the assignment and the requirements in
41
41
your own words. Avoid listing the requirements directly.
42
42
@@ -119,8 +119,8 @@ address space while still ensuring that no other processes can access its data
119
119
120
120
Using figures in technical backgrounds is encouraged. Usually you want to have
121
121
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.
124
124
125
125
#figure(
126
126
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.
219
219
rowspanx(2)[Classifier],
220
220
colspanx(6)[Precision],
221
221
/* -------------- */
222
+
/* --- body --- */
222
223
[1],
223
224
[2],
224
225
[3],
@@ -253,6 +254,7 @@ following is an example for how to format a table of results in Typst.
253
254
0.53,
254
255
0.54,
255
256
0.53,
257
+
/* -------------- */
256
258
),
257
259
caption: [Precision results of classifiers for different feature sets],
258
260
)
@@ -282,7 +284,4 @@ dealt with, and will result in the node not being able to recover.
282
284
= Conclusion <sec:conclusion>
283
285
284
286
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.)
0 commit comments