diff --git a/content/articles/bob-the-algorithm/Cover.png b/content/articles/bob-the-algorithm/Cover.png new file mode 100644 index 0000000..8ea7694 Binary files /dev/null and b/content/articles/bob-the-algorithm/Cover.png differ diff --git a/content/articles/bob-the-algorithm/GraphStep1.png b/content/articles/bob-the-algorithm/GraphStep1.png new file mode 100644 index 0000000..13f0903 Binary files /dev/null and b/content/articles/bob-the-algorithm/GraphStep1.png differ diff --git a/content/articles/bob-the-algorithm/GraphStep2.png b/content/articles/bob-the-algorithm/GraphStep2.png new file mode 100644 index 0000000..2619ff0 Binary files /dev/null and b/content/articles/bob-the-algorithm/GraphStep2.png differ diff --git a/content/articles/bob-the-algorithm/Planned.png b/content/articles/bob-the-algorithm/Planned.png new file mode 100644 index 0000000..46c4e30 Binary files /dev/null and b/content/articles/bob-the-algorithm/Planned.png differ diff --git a/content/articles/bob-the-algorithm/TaskBounds.png b/content/articles/bob-the-algorithm/TaskBounds.png new file mode 100644 index 0000000..b18007c Binary files /dev/null and b/content/articles/bob-the-algorithm/TaskBounds.png differ diff --git a/content/articles/bob-the-algorithm/index.yml b/content/articles/bob-the-algorithm/index.yml new file mode 100644 index 0000000..127a91a --- /dev/null +++ b/content/articles/bob-the-algorithm/index.yml @@ -0,0 +1,4 @@ +title: My day is being planned by an algorithm +cover: ./Cover.png +parts: + - main.md diff --git a/content/articles/bob-the-algorithm/main.md b/content/articles/bob-the-algorithm/main.md new file mode 100644 index 0000000..c6e071e --- /dev/null +++ b/content/articles/bob-the-algorithm/main.md @@ -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) + diff --git a/src/generators/latex/generators/resume/index.ts b/src/generators/latex/generators/resume/index.ts index 5499710..38fc175 100644 --- a/src/generators/latex/generators/resume/index.ts +++ b/src/generators/latex/generators/resume/index.ts @@ -28,13 +28,7 @@ const resume: LatexGenerator = async (data, location) => { \\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} \\def \\columncount {3} \\def \\skillcolumncount {2} -\\usepackage{pagecolor} -\\usepackage{paracol} -\\usepackage{kantlipsum} \\usepackage{multicol} -\\usepackage{xifthen} -\\usepackage{tcolorbox} -\\usepackage{wrapfig} \\usepackage{graphicx} \\usepackage{fancyhdr}