summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJake VanderVaate <jake.vandervaate@protonmail.com>2021-09-21 17:57:34 -0500
committerJake VanderVaate <jake.vandervaate@protonmail.com>2021-09-21 17:57:34 -0500
commit142705f3bc31c5b618419be80a3af40effbb6429 (patch)
treefdba0334eba65697e750eadc6518498677c3e2d9 /README.md
parentb9532e2dd4fad755c9ecdf2f953d2eafc4b4bf63 (diff)
added resume template and screenshot shell script
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4c4211..3b0f4e9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,29 @@
# LaTeX Templates
-Templates I've designed for LaTeX documents \ No newline at end of file
+Templates I've designed for LaTeX documents
+
+## Resume
+
+![Resume screenshot](resume/resume.png)
+
+The resume is made up of the three following files:
+
+* **resume.tex**- Edit this file with information you want to appear on your resume.
+ The file is filled with template information you can use as examples.
+* **commands.tex**- This file has my custom commands to style the headings, title, and lists.
+ This file shouldn't need to be edited unless you want to change the document style.
+* **packages.tex**- This file contains all the packages I use in this template.
+
+## pdf2png.sh
+
+This shell script is what I used to generate the document screenshots for this README.
+I included it for anyone who might be interested in doing the same.
+
+These are the dependencies for this script:
+
+* pdftoppm
+* imagemagick
+* optipng
+
+I've only tested this script on Linux; I can't speak to how well it will work on Mac.
+This script will only work on Windows through Windows Subsystem for Linux (WSL).