diff --git a/README.md b/README.md index 9819f08..8e8fb2e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/main.typ b/main.typ index ab7c004..306b1ff 100644 --- a/main.typ +++ b/main.typ @@ -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) diff --git a/preview.jpg b/preview.jpg index 6514484..525500a 100644 Binary files a/preview.jpg and b/preview.jpg differ