initial commit

This commit is contained in:
2024-04-15 19:04:37 +03:00
commit c7b283d0ef
4 changed files with 211 additions and 0 deletions

6
create-pdf.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
pandoc \
--pdf-engine=pdfroff \
--toc-depth=1 \
CV.md -o CV.pdf