blob: 1989e0af976fca6d04c429243fc6494f7f036a6c (
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
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}
```
---
|