diff --git a/.typstignore b/.typstignore index f882027..696660d 100644 --- a/.typstignore +++ b/.typstignore @@ -15,5 +15,3 @@ Justfile # PDF manuals should be included so that they can be linked, but not their sources docs/* !docs/*.pdf -# This example image must be included because it appears in the readme -!docs/assets/example-lines.png diff --git a/Justfile b/Justfile index f1a24f7..3205eb2 100644 --- a/Justfile +++ b/Justfile @@ -8,7 +8,7 @@ default: # generate manual doc: - typst compile docs/manual.typ docs/manual.pdf + typst compile docs/gridlock-manual.typ docs/gridlock-manual.pdf --font-path docs/fonts --root ../ # run test suite test *args: diff --git a/README.md b/README.md index a71f4b4..e58f1d5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use this package if you want to line up your body text across columns and pages. ## Example -![An example image showing a two-column page with headings, a block quote, a footnote, a figure, a display formula, and a bulleted list. All body text in both columns lines up.](docs/assets/example-lines.png) +![An example image showing a two-column page with headings, a block quote, a footnote, a figure, a display formula, and a bulleted list. All body text in both columns lines up.](example-lines.png) ## Getting Started diff --git a/docs/assets/example.png b/docs/assets/example.png deleted file mode 100644 index 7c875fe..0000000 Binary files a/docs/assets/example.png and /dev/null differ diff --git a/docs/gridlock-manual.typ b/docs/gridlock-manual.typ index 6be8976..9f89bc5 100644 --- a/docs/gridlock-manual.typ +++ b/docs/gridlock-manual.typ @@ -5,7 +5,7 @@ #let project-authors = typst-toml.package.authors.at(0) #show "[version-placeholder]": project-version -#import "@local/gridlock:" + project-version: * +#import "../src/lib.typ": * #import "@preview/tidy:0.3.0" #set page( diff --git a/docs/assets/example-lines.png b/example-lines.png similarity index 100% rename from docs/assets/example-lines.png rename to example-lines.png