-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Following the instructions in README for example_1 for typst fails. If you open chapters/introduction/introduction.typ and you attempt to create a new figure in there, you will get the following code:
#figure(
image("figures/test2.svg", width: 80%),
caption: [caption]
) <label>
but the path is relative and when you try to compile, it will fail with the following error:
ββ chapters/introduction/objectives.typ:8:8
β
8 β image("figures/test2.svg", width: 80%),
β ^^^^^^^^^^^^^^^^^^^
help: error occurred while importing this module
ββ chapters/introduction/introduction.typ:7:9
β
7 β #include "objectives.typ"
β ^^^^^^^^^^^^^^^^
help: error occurred while importing this module
ββ main.typ:6:9
β
6 β #include "chapters/introduction/introduction.typ"
β ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [all] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels