blob: a8aae06efea6a23b16c682ce6a817614d715eee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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}
```
---
|