Correct some typos (#987)

This commit is contained in:
Alexander Seiler 2023-04-27 11:26:43 +02:00 committed by GitHub
parent 5100046acf
commit c941baa7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@ typst --font-path path/to/fonts compile file.typ
# Lists all of the discovered fonts in the system and the given directory.
typst --font-path path/to/fonts fonts
# Or via environement variable (Linux syntax).
# Or via environment variable (Linux syntax).
TYPST_FONT_PATHS=path/to/fonts typst fonts
```

View File

@ -1280,7 +1280,7 @@ fn commit(
}
}
// Determine how much addtional space is needed.
// Determine how much additional space is needed.
// The justicication_ratio is for the first step justification,
// extra_justification is for the last step.
// For more info on multi-step justification, see Procedures for Inter-

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -27,7 +27,7 @@ D E F #linebreak(justify: true)
#""
---
// Test that the last line can be shrinked
// Test that the last line can be shrunk
#set page(width: 155pt)
#set par(justify: true)
This text can be fitted in one line.

View File

@ -5,7 +5,7 @@
#set page(width: 162pt)
They can look for the details in @netwok,
which is the authorative source.
which is the authoritative source.
#bibliography("/works.bib")