preview.jpg: updated

This commit is contained in:
dogeystamp 2023-07-30 11:01:51 -04:00
parent e1e90d8b09
commit ef0e0fe89a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
3 changed files with 3 additions and 1 deletions

View File

@ -69,3 +69,5 @@ Some settings are available in `main.typ`.
## Screenshots
![preview](https://raw.githubusercontent.com/dogeystamp/typst-templates/master/preview.jpg)
Note that the font size is optimized for viewing the document fit to width on half a monitor.

View File

@ -92,6 +92,7 @@
}
set table(inset: 10pt)
show heading: set text(font: heading_font, weight: "black")
set heading(numbering: "1.")
show raw.where(block: true): txt => pad(
left: 0.5em,
block(
@ -111,7 +112,6 @@
set page(
paper: paper-size,
)
set heading(numbering: "1.")
set list(indent: 5pt, body-indent: 5pt)
set enum(indent: 5pt, body-indent: 5pt)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 510 KiB