Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seldridge/cv-simple
A simple pandoc/YAML-based CV
https://github.com/seldridge/cv-simple
latex pandoc resume
Last synced: about 1 month ago
JSON representation
A simple pandoc/YAML-based CV
- Host: GitHub
- URL: https://github.com/seldridge/cv-simple
- Owner: seldridge
- Created: 2018-04-03T00:16:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:18:42.000Z (over 1 year ago)
- Last Synced: 2024-10-19T08:18:29.147Z (3 months ago)
- Topics: latex, pandoc, resume
- Language: TeX
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Towards a simplistic CV, based on the format of @jappavoo's
[CV](http://www.cs.bu.edu/~jappavoo/Resources/Docs/cv.pdf).All data associated with the resume resides in a `src/cv.yaml` file.
[`pandoc`](https://pandoc.org/) is then used to populate a LaTeX template with
this information. All bibliographic information is maintained in a `*.bib` file
with keywords used to indicate where each entry should be automatically
populated.To build the resume, install `pandoc` and a LaTeX distribution. Then run
`make`.This repository uses a non-standard versioning scheme suitable for tracking
employment. The version consists of a triple of "major", "minor", and "patch"
versions. The "major" version is incremented after a change in companies. The
"minor" version is incremented after a change in roles within a company. The
"patch" version is incremented whenever the resume is changed. (I started this
versioning scheme after joining SiFive, hence why the versions do not line up
to my number of employers.)#### Dependencies
``` shell
port install biblatex-biber latexmk pandoc texlive texlive-bibtex-extra texlive-latex-extra texlive-luatex
```