#import "../utils.typ": todo, silentheading, flex-caption #import "@preview/wrap-it:0.1.0": wrap-content = Tutorial #todo[Exclude this chapter!] This template uses the Arial font with size 11pt, a spacing of 1em with a side margin of 2.5cm with a 1cm single sided bounding correction, which is _*intended*_ to follow the guidelines of the @jku. This can be edited in the `thesis.typ` file#footnote[This is a footnote.]. If you are looking for how to cite, this sentence is what your are looking for @Bradshaw2012. This is an abbreviation that is explained in the glossary, which is the @goat. == Drafting and Inwriting Set the boolean variables `inwriting` and `draft` inside `utils.typ`. The `draft` variable is used to show DRAFT in the header and the title. This should be true until the final version is handed-in. The `inwriting` is used to change the appearance of the document for easier writing. Set to `true` for yourself but `false` for handing in a draft or so. == Example for figures === Normal Figure #lorem(30) And this is a reference to this @tag. #figure( image("../images/MissMoneypenny.jpg", width: 60%), caption: flex-caption([This is a #strike[caption] beautiful cat named Miss Moneypenny ],[Picture of Miss Moneypenny (short description of the image for the list of figures)]) ) === Wrap-Content #wrap-content([#figure(image("../images/JamesBond.jpg", width:150pt,), caption: [another caption])], [ #lorem(100) ], align: right) === Sub-Figures #figure(grid(columns: 2, row-gutter: 2mm, column-gutter: 1mm, image("../images/Calcipher.jpg", height: 200pt), image("../images/Mei.jpg", height: 200pt), "a) test 1", "b) test2"), caption: "Caption" )