Skip to content

Commit

Permalink
Adapt caption font size, headline spacing and add an abstract placeho…
Browse files Browse the repository at this point in the history
…lder (#7)
  • Loading branch information
matthiaslehnertum authored Sep 14, 2023
1 parent babfe88 commit 5b51cc8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
17 changes: 17 additions & 0 deletions proposal.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions proposal_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
10 changes: 8 additions & 2 deletions thesis_template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5b51cc8

Please sign in to comment.