diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-02-11 22:59:40 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-11 22:59:40 +0100 |
| commit | 7e8217ca7b9033e98d10e0751d141b377b85cc67 (patch) | |
| tree | c9735100ac9935608f8b116d801268c60cb62cdd /report.qmd | |
| parent | 34f76a88fc2e409702269e6b089fd88f8d60ecd1 (diff) | |
draft report structure
Diffstat (limited to 'report.qmd')
| -rw-r--r-- | report.qmd | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd new file mode 100644 index 0000000..b0f443f --- /dev/null +++ b/report.qmd @@ -0,0 +1,86 @@ +--- +title: Making Markdown authoring better +subtitle: Extensions to Quarto for authoring semantic markdown + +date: 2025-05-27 + +toc-depth: 2 + +format: + stylish-report-pdf: + pdfversion: "2.0" + pdfstandard: [A-4f, UA-2] + +# generate Well-Tagged PDF using latest testphase components +# <https://latex3.github.io/tagging-project/documentation/prototype-usage-instructions> +# requires TeX Live 2024.20250114 +# pdftestphase: latest +# else generate Well-Tagged PDF using specific testphase components +# requires TeX Live 2024.20240829 (maybe older) +# pdftestphase: ["phase-III", "title", "math", "table", "firstaid"] + +# fail on error generating Well-Tagged PDF +# pdftestphasestrict: true + +# debugging of Well-Tagged PDF +# pdfdebug: ["para"] + +metadata-files: + - _actors.yml +keywords: + - Markdown + - Commonmark + - Lua + - Quarto + - plaintext text editing + +#keep-tex: true +--- + +# Abstract + +TODO + +# Introduction + +{{< include _intro.qmd >}} + +# Project Planning + +{{< include _plan.qmd >}} + +# Analysis and Design + +## Markdown + +{{< include _markdown.qmd >}} + +## Design + +{{< include _design.qmd >}} + +# Description of the Program + +{{< include _code.qmd >}} + +# User Guide + +{{< include _use.qmd >}} + +# Testing + +{{< include _test.qmd >}} + +# Discussion + +{{< include _discussion.qmd >}} + +# Conclusion + +{{< include _conclusion.qmd >}} + +# Perspektives + +{{< include _perspectives.qmd >}} + +# Bibliography {.appendix} |
