From a04bbf15b0f51696894e37f3e566998108aefd74 Mon Sep 17 00:00:00 2001 From: Johann Faerber Date: Wed, 9 Mar 2022 09:48:43 +0100 Subject: added basic design directory structure --- doc/datasheet.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/datasheet.yaml (limited to 'doc/datasheet.yaml') diff --git a/doc/datasheet.yaml b/doc/datasheet.yaml new file mode 100644 index 0000000..a8aae06 --- /dev/null +++ b/doc/datasheet.yaml @@ -0,0 +1,26 @@ +--- +title: Pulse Width Modulator +subtitle: Datasheet +author: J Färber +date: April 2022 +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} + ``` +--- -- cgit v1.2.3