From b45cf1e4f1406f32c92479cb1c63a3292e2ff572 Mon Sep 17 00:00:00 2001 From: Johannes Wiest Date: Sat, 27 Apr 2024 11:50:07 +0200 Subject: [PATCH] Add indent of first paragraph after a headline (#19) --- proposal_template.typ | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proposal_template.typ b/proposal_template.typ index 62b9bf5..6018c3c 100644 --- a/proposal_template.typ +++ b/proposal_template.typ @@ -39,6 +39,11 @@ set heading(numbering: "1.1") // --- Paragraphs --- + let firstParagraphIndent = 1.45em + show heading: it => { + it + h(firstParagraphIndent) + } set par(leading: 1em, justify: true, first-line-indent: 2em) // --- Figures ---