Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gunh0/curriculum-vitae

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
https://github.com/gunh0/curriculum-vitae

curriculum-vitae latex pdf

Last synced: 10 days ago
JSON representation

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application

Awesome Lists containing this project

README

        

# My Own Curriculum Vitae
>
> [https://github.com/gunh0/curriculum-vitae/blob/master/main/cv.pdf](https://github.com/gunh0/curriculum-vitae/blob/master/main/cv.pdf)


### Usage

**Makefile**

```bash
.PHONY: examples

CC = xelatex
EXAMPLES_DIR = examples
RESUME_DIR = examples/resume
CV_DIR = examples/cv
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')

# TO DO: split directory
MAIN_DIR = main
MAIN_CV_SRCS = $(shell find $(MAIN_DIR) -name '*.tex')

examples: $(foreach x, coverletter cv resume, $x.pdf)

ex-resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

ex-cv.pdf: $(EXAMPLES_DIR)/cv.tex $(CV_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

cv.pdf : $(MAIN_DIR)/cv.tex $(MAIN_CV_SRCS)
$(CC) -output-directory=$(MAIN_DIR) $<

ex-coverletter.pdf: $(EXAMPLES_DIR)/coverletter.tex
$(CC) -output-directory=$(EXAMPLES_DIR) $<

clean:
rm -rf $(EXAMPLES_DIR)/*.pdf
```

To run xelatex on a Mac locally, you need to install as follows:

- Go to the MacTeX website at and click on the "Download" button.

- Once the download is complete, open the MacTeX.pkg file and follow the installation instructions.



### Reference

>



AwesomeCV



Awesome CV


LaTeX template for your outstanding job application


**What is Awesome CV?**

**Awesome CV** is LaTeX template for a **CV(Curriculum Vitae)**, **Résumé** or **Cover Letter** inspired by [Fancy CV](https://www.sharelatex.com/templates/cv-or-resume/fancy-cv). It is easy to customize your own template, especially since it is really written by a clean, semantic markup.