Skip to content

Commit 13a6b11

Browse files
authored
Merge pull request #3 from szepeviktor/patch-1
Fix figure name in 3-tools.typ
2 parents 715b43d + ec4651e commit 13a6b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/thesis/3-tools.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ Compile it twice and observe the outcome:
869869
At lines 4 and 7 of @ch3-hello-world-typst-build, we notice that compiling
870870
twice a Typst document with Nix produces two different #gls("PDF") files, their
871871
respective checksums are different. While the visual output appears identical,
872-
the underlying files are not. At line 3 of @ch3-hellow-world-typst-rebuild, we
872+
the underlying files are not. At line 3 of @ch3-hello-world-typst-rebuild, we
873873
leverage a command with specific flags to verify if a build output is
874874
reproducible.
875875

@@ -880,7 +880,7 @@ reproducible.
880880
supplement: "Terminal session",
881881
kind: "terminal",
882882
caption: [Checking if a build output is reproducible],
883-
) <ch3-hellow-world-typst-rebuild>
883+
) <ch3-hello-world-typst-rebuild>
884884

885885
Nix will build the document once (line 2), then a second time (line 3) and then
886886
compare the output hashes. Thanks to the `--keep-failed` argument, we inform Nix

0 commit comments

Comments
 (0)