Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssotoen committed Aug 6, 2024
1 parent 5f221ef commit f382063
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .typstignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file removed docs/assets/example.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/gridlock-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
File renamed without changes

0 comments on commit f382063

Please sign in to comment.