Skip to content

Commit 8896997

Browse files
committed
fix: merge conflicts
1 parent 7a2734e commit 8896997

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

resources/typst/configuration-management.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#set align(bottom)
88
#figure(
99
{
10-
set text(font: "Virgil 3 YOFF")
10+
set text(font: "Virgil")
1111
cetz.canvas({
1212
cetz.draw.set-style(axes: (shared-zero: false))
1313

@@ -48,7 +48,7 @@
4848
#set align(bottom)
4949
#figure(
5050
{
51-
set text(font: "Virgil 3 YOFF")
51+
set text(font: "Virgil")
5252
cetz.canvas({
5353
cetz.draw.set-style(axes: (shared-zero: false))
5454

@@ -99,7 +99,7 @@
9999
#set align(bottom)
100100
#figure(
101101
{
102-
set text(font: "Virgil 3 YOFF")
102+
set text(font: "Virgil")
103103
cetz.canvas({
104104
cetz.draw.set-style(axes: (shared-zero: false))
105105

src/thesis/literature.bib

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,17 +1104,3 @@ @misc{ThoughtsOnSystemsManagementMethods
11041104
year = 2016,
11051105
url = {https://flyingcircus.io/news/detailsansicht/thoughts-on-systems-management-methods}
11061106
}
1107-
1108-
@misc{python-dockerfile-repository,
1109-
title = {Python 3.12 Dockerfile},
1110-
author = {docker-library project1},
1111-
year = 2024,
1112-
url = {https://github.com/docker-library/python/blame/31bbb37b797bd5521d6622c6d54052d6d0ede585/3.12/bookworm/Dockerfile}
1113-
}
1114-
1115-
@misc{dockerofficialimages,
1116-
title = {What are official images},
1117-
author = {Docker Inc.},
1118-
year = 2024,
1119-
url = {https://github.com/docker-library/official-images/blob/6b4803e65a2c56f15b91f8a11bd90f0bcb756c1c/README.md#what-are-official-images},
1120-
}

0 commit comments

Comments
 (0)