diff --git a/proposal.typ b/proposal.typ index 8d672ec..02abda8 100644 --- a/proposal.typ +++ b/proposal.typ @@ -38,6 +38,23 @@ Before you start with your thesis, have a look at our guides on confluence! \ https://confluence.ase.in.tum.de/display/EduResStud/How+to+thesis ] +#set heading(numbering: none) += Abstract +// TODO: Remove this block +#rect( + width: 100%, + radius: 10%, + stroke: 0.5pt, + fill: yellow, +)[ + *Abstract* + + - Provide a brief summary of the proposed work + - What is the main content, the main contribution? + - What is your methodology? How do you proceed? +] + +#set heading(numbering: "1.1") = Introduction // TODO: Remove this block diff --git a/proposal_template.typ b/proposal_template.typ index 442131f..05e61ce 100644 --- a/proposal_template.typ +++ b/proposal_template.typ @@ -31,16 +31,22 @@ size: 12pt, lang: "en" ) + show math.equation: set text(weight: 400) + + // --- Headings --- + show heading: set block(below: 0.85em, above: 1.75em) show heading: set text(font: body-font) set heading(numbering: "1.1") - set par(leading: 1em) - // Main body. - set par(justify: true) + // --- Paragraphs --- + set par(leading: 1em, justify: true) + + // --- Figures --- + show figure: set text(size: 0.85em) body pagebreak() bibliography("thesis.bib") -} +} \ No newline at end of file diff --git a/thesis_template.typ b/thesis_template.typ index 7caa360..a5722b3 100644 --- a/thesis_template.typ +++ b/thesis_template.typ @@ -25,13 +25,19 @@ size: 12pt, lang: "en" ) + show math.equation: set text(weight: 400) + + // --- Headings --- + show heading: set block(below: 0.85em, above: 1.75em) show heading: set text(font: body-font) set heading(numbering: "1.1") - set par(leading: 1em) - + // --- Paragraphs --- + set par(leading: 1em) + // --- Figures --- + show figure: set text(size: 0.85em) // --- Table of Contents --- outline(