diff options
Diffstat (limited to 'doc/report.yaml')
-rw-r--r-- | doc/report.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/report.yaml b/doc/report.yaml new file mode 100644 index 0000000..1989e0a --- /dev/null +++ b/doc/report.yaml @@ -0,0 +1,27 @@ +--- +title: Pulse Width Modulator +subtitle: VLSI-Design Module - Report +author: J Färber +date: SS2022 +lang: en-UK +geometry: a4paper, left=25mm, right=20mm, top=20mm, bottom=25mm +fontsize: 12pt +code-block-font-size: \scriptsize +titlepage: true +logo: images/uasa-logo.pdf +toc: true +lof: true +lot: true +toc-own-page: true +colorlinks: true +secnumdepth: 4 +header-includes: +# 4th level header rendering +# see https://stackoverflow.com/questions/21198025/pandoc-generation-of-pdf-from-markdown-4th-header-is-rendered-differently/21204829#21204829 + - | + ``` {=latex} + \let\originAlParaGraph\paragraph + \renewcommand{\paragraph}[1]{\originAlParaGraph{#1} \hfill} + ``` +--- + |