summaryrefslogtreecommitdiff
path: root/README.md
blob: ef11b1b699d11f392f1ef9aff2e91dd25b063bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# LaTeX Templates

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.

The main resume file needs the commands.tex and packages.tex file in order to work, so you should copy the entire folder when you want to make another copy of this resume (this is a good idea with any LaTeX document).

## 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).