Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gunh0/curriculum-vitae
- Owner: gunh0
- License: lppl-1.3c
- Created: 2024-11-05T13:02:42.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T09:54:16.000Z (2 months ago)
- Last Synced: 2024-11-09T10:26:43.802Z (2 months ago)
- Topics: curriculum-vitae, latex, pdf
- Language: TeX
- Homepage: https://github.com/gunh0/curriculum-vitae/blob/master/main/cv.pdf
- Size: 15.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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: examplesCC = 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
>
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.