UKCEH Brand
This template serves to illustrate the UKCEH brand applied to a range of document formats.
Toggle between light and dark mode using the switch in the top-right corner.
Introduction
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sagittis posuere ligula sit amet lacinia. Duis dignissim pellentesque magna, rhoncus congue sapien finibus mollis. Ut eu sem laoreet, vehicula ipsum in, convallis erat. Vestibulum magna sem, blandit pulvinar augue sit amet, auctor malesuada sapien. Nullam faucibus leo eget eros hendrerit, non laoreet ipsum lacinia. Curabitur cursus diam elit, non tempus ante volutpat a. Quisque hendrerit blandit purus non fringilla. Integer sit amet elit viverra ante dapibus semper. Vestibulum viverra rutrum enim, at luctus enim posuere eu. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Different kinds of text
This sentence contains some italicised text, some bold text, some text that is both bold and italic, some monospace text
, and finally some linked text.
Quarto supports extended markdown syntax including superscript2, subscript2 and strikethrough.
Headings
Heading 3 (h3)
Heading 4 (h4)
Heading 5 (h5)
Heading 6 (h6)
Here we see the different levels of heading, from h2 down to h6.
You can create interal links to headings. For example, the following links to the Introduction section.
Lists
- First item
- Second item
- Nested item
- First numbered item
- Second numbered item
- Sub-item a
- Sub-item b
Code
Now we have some inline code print("hello there")
and a code block
import math
= 1.0
radius = math.pi * radius**2 area
Maths
Here is some inline math: \(y = mx + c\).
Here is some display math:
\[ A = \pi r^2 \]
Tables
Right | Left | Default | Center |
---|---|---|---|
12 | 12 | 12 | 12 |
123 | 123 | 123 | 123 |
1 | 1 | 1 | 1 |
Blocks
Blockquotes
This is a blockquote that includes various formatting elements like bold text and italic text.
Definitions
- term
- definition
Callouts
This is a note callout. Use it to highlight important information that readers should pay attention to.
This is a warning callout. Use it to alert readers about potential issues or important considerations.
This is a tip callout. Use it to provide helpful suggestions or best practices.
This is an important callout. Use it for critical information that must not be overlooked.
This is a caution callout. Use it to warn about potential risks or problems.
Figures and Images
Citations
By default, this template uses the APA citation style.
Command | Citation |
---|---|
@Bender2021 |
Bender et al. (2021) |
[@Bender2021] |
(Bender et al. 2021) |
For presentations in particular, I recommend using footnotes to reference literature1.
More information
References
Footnotes
For example, (Bender et al. 2021, 3–5). ↩︎