Added more files

This commit is contained in:
Nathan Schneider
2019-09-25 14:30:03 -06:00
parent 06905e0bd7
commit 0c7e309365
3 changed files with 55 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# cv.sh, by ntnsndr, v. 20180729
# Summary: Uses Pandoc to generate CV pdf from source
# Input: None
# Output: A pandoc-proceessed output file
# Command content
pandoc -s -f markdown+smart --variable fontsize=11pt -o ~/Cloud/Dox/Schneider-CV.pdf ~/Cloud/Notes/CV.md