new article

This commit is contained in:
2025-07-04 15:53:39 +02:00
parent 4581bdcf88
commit f3d60f7ee3
4 changed files with 227 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#import "common.typ": *
#let small-font-size = 14pt
#let default-font-size = 17pt
// pdfs need to be smaller text
#let small-font-size = if is-web { 14pt } else { 10pt }
#let default-font-size = if is-web { 17pt } else { 12pt }
#let core-page-style(content) = {[