This commit is contained in:
Morten Olsen
2022-04-21 13:18:36 +02:00
parent fea27d9a5f
commit 8cd7e70198
8 changed files with 21 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,4 @@
title: My day is being planned by an algorithm
cover: ./Cover.png
parts:
- main.md

View File

@@ -0,0 +1,17 @@
Meet "Bob", my new personal assistant tasked with planning my day for me.
Bob is an algorithm.
![](./Planned.png)
Hello
![](./TaskBounds.png)
World
![](./GraphStep1.png)
![](./GraphStep2.png)

View File

@@ -28,13 +28,7 @@ const resume: LatexGenerator<Data> = async (data, location) => {
\\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} \\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\\def \\columncount {3} \\def \\columncount {3}
\\def \\skillcolumncount {2} \\def \\skillcolumncount {2}
\\usepackage{pagecolor}
\\usepackage{paracol}
\\usepackage{kantlipsum}
\\usepackage{multicol} \\usepackage{multicol}
\\usepackage{xifthen}
\\usepackage{tcolorbox}
\\usepackage{wrapfig}
\\usepackage{graphicx} \\usepackage{graphicx}
\\usepackage{fancyhdr} \\usepackage{fancyhdr}