Fix warnings when using typst 0.12.0 (#71)
* fixes for warnings with typst 0.12.0 * update tests for typst 0.12.0 * update github test workflow for typst 0.12 * chore: apply typst updates to test code * chore: update compiler version in typst.toml * chore: use the correct preview version in coverletter2 * chore: improve comments in coverletter template * chore: update test references * fix: issues with coverletter for typst `0.12.0` * update test references with typst-test update --------- Co-authored-by: Paul Tsouchlos <developer.paul.123@gmail.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 32 KiB |
@@ -17,11 +17,7 @@
|
||||
)
|
||||
|
||||
// set paragraph spacing
|
||||
#show par: set block(
|
||||
above: 0.75em,
|
||||
below: 0.75em,
|
||||
)
|
||||
#set par(justify: true)
|
||||
#set par(spacing: 0.75em, justify: true)
|
||||
|
||||
#set heading(
|
||||
numbering: none,
|
||||
|
||||
Reference in New Issue
Block a user