| Category | Value | Description |
|---|---|---|
| A | 10 | First |
| B | 20 | Second |
| C | 30 | Third |
1 Key findings
This template demonstrates effective academic document structure. Key findings should summarize main points in clear, concise language. Each bullet point should be substantive and typically 2-3 sentences long.
Complex features can be demonstrated throughout, such as cross-references (see Figure 1), citations (Capitals Coalition 2024), and footnotes1. These features work across all output formats including HTML, Word and PDF.
Multi-level bullets work as follows:
Sub-points should provide supporting detail
They can include citations (Taskforce on Nature-related Financial Disclosures 2024)
Second-level points with spacing between them are also possible:
- Third level bullets demonstrate deeper hierarchy
- With multiple points as needed
2 Introduction
This template uses numbered paragraphs for the main sections. Paragraphs should be concise and focused on a single main point or idea. Citations can be included (Global Reporting Initiative, n.d.; Taskforce on Nature-related Financial Disclosures 2024) and will be rendered according to the specified citation style.
Images can be included as either figures with captions (as above) or inline. Code blocks and other technical content can be included:
def example_function(): """Demonstrates code inclusion.""" return "Hello world"Tables can be included in several ways. Here’s an R-generated table:
3 Advanced Document Features
3.1 Complex Tables and Formatting
- Complex tables can include multiple header levels, custom formatting, and footnotes. Here’s an example using the
kablefunction with custom CSS:
| Category | Description | Value1 | Value2 | Notes |
|---|---|---|---|---|
| Type A | Complex description with details | 10.5 | 45.2 | Special case* |
| Type B | Another detailed description | 20.3 | 33.1 | Standard |
| Type C | Third detailed element | 15.7 | 28.9 | Modified† |
- Indicates special condition † Modified calculation applied
3.2 Callout Boxes and Special Content
- Callout boxes can highlight important information:
This is an example note callout. It can contain:
- Bullet points
- Formatted text
- Even
code snippets
Warning callouts use different styling and icons.
Tips use a different style and icon.
3.3 Multi-Panel Figures
- Complex figures can combine multiple panels with individual captions:
3.4 Advanced Cross-Referencing
- Cross-references can be used for various elements:
- Figures: See Figure 2 for a multi-panel example
- Tables: As shown in Table 2
- Equations: Reference equation Equation 1 below
- Sections: Refer to earlier section on tables (#sec-tables)
- Mathematical equations can be numbered and referenced:
\[ \begin{equation} f(x) = ax^2 + bx + c \end{equation} \tag{1}\]
- Inline mathematics can use single dollar signs: \(E = mc^2\)
3.5 Document Infrastructure
- This template supports:
- Automatic table of contents generation
- List of figures and tables
- Custom header and footer content
- Bibliography management
- Multiple citation styles (Global Reporting Initiative, n.d.; Taskforce on Nature-related Financial Disclosures 2024)
- Example of a complex citation block:
According to Capitals Coalition (2024, 23), this specific method has several advantages. Multiple citations can be combined (Taskforce on Nature-related Financial Disclosures 2024; Taskforce on Climate-related Financial Disclosures 2024), and page numbers can be included (Global Reporting Initiative, n.d., 15–17).
3.6 Interactive Elements
- When outputting to HTML, interactive elements can be included:
3.7 Appendix
Additional tables and supplementary information can be included here. The template supports multiple appendices and complex table layouts:
| Category | Description | Value |
|---|---|---|
| Type 1 | Detailed example text | High |
| Type 2 | More example content | Medium |
| Type 3 | Final example entry | Low |
Appendix
Note that references need to be included in BibTex format in the relevant file (references.bib)
Footnotes
Footnotes can be placed inline or collected at the end.↩︎
Citation
@report{author,
author = {Author, Primary and Author, Second},
title = {Full {Document} {Title} for {Citations}},
date = {},
doi = {10.0000/zenodo.0000000},
langid = {en},
abstract = {This template demonstrates the capabilities of Quarto for
academic writing. It shows how to create complex documents with
figures, tables, citations, and specialized formatting. The template
supports multiple output formats including HTML, Word, and PDF via
Typst.}
}


