2.2 KiB
title, author, date, lang, papersize, geometry, toc, toc-title, toc-depth, numbersections, colorlinks, links-as-notes
| title | author | date | lang | papersize | geometry | toc | toc-title | toc-depth | numbersections | colorlinks | links-as-notes | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TDT4195 Assignment X |
|
\today | en-US | a4 | margin=4cm | false | List of Contents | 2 | true | true | true |
Heading
Subheading
Subsubheading
This is a paragraph. This is the same paragraph.
This is a new paragraph, with italic, bold, and inline code formatting.
It is possible to use special classes to format text: [this is a test]{.smallcaps}.
//this is a code block with rust syntax highlighting
println!("Hello, {}", 42);
This is a link. This is also a link. This1 is a footnote.
- This
- is
- a
- bullet
- list
-
This
-
is
-
a
-
numbered
-
list a. with a. sub a. list
with multiple paragraphs
This is still on the first page
\clearpage
This is on the second page
i) Yo i) Yo i) Yo
- This
- is a definition
this is a block quote
This is a paragraph with inline \LaTeX\ math: \frac{1}{2}.
Below is a math block:
\int_{a}^{b} f(x)dx
| This | is | a | table |
|---|---|---|---|
| 1 | 2 | 3 | 4 |
| 5 | 6 | 7 | 8 |
: This is a table caption
This is an inline image with set height:
{height=5em}
Below is a figure (i.e. an image with a caption).
It floats and may as a result move to a different page depending on the layout.
Use the pandoc-crossref filter to reference figures, tables and equations.
-
In footnotes you can write anything tangentially related. ↩︎