Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio20002 committed Aug 19, 2024
1 parent be29472 commit af36b70
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ See the example pdf in the Release section of this project

To compile the example:

typst watch ./example/example.typ --root . --font-path fonts
typst watch ./example/main.typ --root . --font-path fonts


This template was realized with the help of:
Expand Down
2 changes: 1 addition & 1 deletion example/example.typ → example/main.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "../typst-orange.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, definition, notation,remark,corollary,proposition,example,exercise, problem, vocabulary, mathcal
#import "../lib.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, definition, notation,remark,corollary,proposition,example,exercise, problem, vocabulary, mathcal

//#set text(font: "Linux Libertine")
//#set text(font: "TeX Gyre Pagella")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ if ! hash typst; then
exit 1
fi

typst compile example/example.typ --root "$TYPST_ROOT" --font-path "$TYPST_ROOT/fonts"
typst compile example/main.typ --root "$TYPST_ROOT" --font-path "$TYPST_ROOT/fonts"
echo "[ OK]"
2 changes: 1 addition & 1 deletion tests/long-part-title/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "../../typst-orange.typ": book, part, chapter, my-bibliography, appendices
#import "../../lib.typ": book, part, chapter, my-bibliography, appendices

#let main-color = rgb("#F36619")

Expand Down
2 changes: 1 addition & 1 deletion tests/part-style-1/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "../../typst-orange.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, mathcal
#import "../../lib.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, mathcal

#set text(font: "Lato")
#show math.equation: set text(font: "Lato Math")
Expand Down
2 changes: 1 addition & 1 deletion tests/sample-book/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "../../typst-orange.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, definition, notation,remark,corollary,proposition,example,exercise, problem, vocabulary, mathcal
#import "../../lib.typ": book, part, chapter, my-bibliography, appendices, make-index, index, theorem, definition, notation,remark,corollary,proposition,example,exercise, problem, vocabulary, mathcal

//#set text(font: "Linux Libertine")
//#set text(font: "TeX Gyre Pagella")
Expand Down

0 comments on commit af36b70

Please sign in to comment.